01KZY77DFAX222R8ZN3C1V97P3: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "=/tmp/nextest-run-archive.zip",
        "=/tmp/nextest-chrome-trace.json",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-32c256gb",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/cargo-build-analysis.jsonl",
            series: "build-info-helios",
            name: "cargo-build-analysis.jsonl",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-run-archive.zip",
            series: "nextest-recording-helios",
            name: "nextest-run-archive.zip",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-chrome-trace.json",
            series: "nextest-recording-helios",
            name: "nextest-chrome-trace.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KZY77S71GND9CSRJVGVJH0C1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T18:48:57.312Zjob assigned to worker 01KZY77YBD5NN9VZF28DTV6R33 [factory aws, i-0d1dae4871bf0e7d2] (queued for 55 s)
 
22026-08-13T18:49:05.416Zstarting task 0: "setup"
32026-08-13T18:49:05.421Z++ uname -s
42026-08-13T18:49:05.425Z+ kern=SunOS
52026-08-13T18:49:05.425Z+ build_user=build
62026-08-13T18:49:05.425Z+ build_uid=12345
72026-08-13T18:49:05.425Z+ work_dir=/work
82026-08-13T18:49:05.425Z+ input_dir=/input
92026-08-13T18:49:05.425Z+ [[ 0 == 12345 ]]
102026-08-13T18:49:05.425Z+ case "$kern" in
112026-08-13T18:49:05.425Z+ groupadd -g 12345 build
122026-08-13T18:49:05.429Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T18:49:07.432Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T18:49:07.499Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T18:49:07.503Z+ home_fs=zfs
162026-08-13T18:49:07.503Z+ [[ zfs == autofs ]]
172026-08-13T18:49:07.503Z+ mkdir -p /home/build
182026-08-13T18:49:07.507Z+ chown build:build /home/build /work
192026-08-13T18:49:09.507Z+ chmod 0700 /home/build /work
202026-08-13T18:49:09.511Zprocess exited: duration 4098 ms, exit code 0
 
212026-08-13T18:49:09.520Zstarting task 1: "rust-toolchain"
222026-08-13T18:49:09.526Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-13T18:49:09.526Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-13T18:49:09.526Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-13T18:49:09.526Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-13T18:49:09.526Z * rust toolchain channel = "1.97.1"
272026-08-13T18:49:09.526Z * rust toolchain profile = "default"
282026-08-13T18:49:09.530Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T18:49:09.530Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-13T18:49:09.641Zinfo: downloading installer
312026-08-13T18:49:11.060Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T18:49:11.060Zwarn: /home/build/.rustup/settings.toml
332026-08-13T18:49:11.060Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T18:49:11.060Zwarn: instead of the one inferred from the default host triple.
352026-08-13T18:49:11.072Zinfo: profile set to default
362026-08-13T18:49:11.072Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T18:49:11.076Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-13T18:49:11.205Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-13T18:49:11.209Zinfo: downloading 6 components
402026-08-13T18:49:27.421Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-13T18:49:27.421Z
422026-08-13T18:49:27.448Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-13T18:49:27.448Z
442026-08-13T18:49:27.448Z
452026-08-13T18:49:27.448ZRust is installed now. Great!
462026-08-13T18:49:27.448Z
472026-08-13T18:49:27.452ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T18:49:27.452Zenvironment variable. This has not been done automatically.
492026-08-13T18:49:27.452Z
502026-08-13T18:49:27.452ZTo configure your current shell, you need to source
512026-08-13T18:49:27.452Zthe corresponding env file under $HOME/.cargo.
522026-08-13T18:49:27.452Z
532026-08-13T18:49:27.452ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T18:49:27.452Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T18:49:27.452Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T18:49:27.452Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T18:49:27.452Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T18:49:27.452Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T18:49:27.452Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T18:49:27.452Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T18:49:27.452Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T18:49:27.554Z+ rustup --version
632026-08-13T18:49:27.561Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T18:49:27.565Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T18:49:27.580Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-13T18:49:27.584Z+ cargo --version
672026-08-13T18:49:27.592Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-13T18:49:27.595Z+ rustc --version
692026-08-13T18:49:27.616Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-13T18:49:27.619Zprocess exited: duration 18099 ms, exit code 0
 
712026-08-13T18:49:27.627Zstarting task 2: "authentication"
722026-08-13T18:49:27.650Zprocess exited: duration 23 ms, exit code 0
 
732026-08-13T18:49:27.657Zstarting task 3: "clone repository"
742026-08-13T18:49:27.662Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-13T18:49:27.666Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-13T18:49:27.697ZCloning into '/work/oxidecomputer/omicron'...
772026-08-13T18:49:46.413Z+ cd /work/oxidecomputer/omicron
782026-08-13T18:49:46.413Z+ git fetch origin 30df0f21bcb15483e46b103088a6662f52fac275
792026-08-13T18:49:46.766ZFrom https://github.com/oxidecomputer/omicron
802026-08-13T18:49:46.766Z * branch 30df0f21bcb15483e46b103088a6662f52fac275 -> FETCH_HEAD
812026-08-13T18:49:46.780Z+ [[ -n sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository ]]
822026-08-13T18:49:46.784Z++ git branch --show-current
832026-08-13T18:49:46.787Z+ current=main
842026-08-13T18:49:46.787Z+ [[ main != sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository ]]
852026-08-13T18:49:46.788Z+ git branch -f sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository 30df0f21bcb15483e46b103088a6662f52fac275
862026-08-13T18:49:46.791Z+ git checkout -f sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository
872026-08-13T18:49:46.948ZSwitched to branch 'sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository'
882026-08-13T18:49:46.951Z+ git reset --hard 30df0f21bcb15483e46b103088a6662f52fac275
892026-08-13T18:49:47.101ZHEAD is now at 30df0f21b rebase on main
902026-08-13T18:49:47.105Zprocess exited: duration 19446 ms, exit code 0
 
912026-08-13T18:49:47.111Zstarting task 4: "build"
922026-08-13T18:49:47.121Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
932026-08-13T18:49:47.121Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
942026-08-13T18:49:47.121Ztests will store ephemeral output in /var/tmp/omicron_tmp
952026-08-13T18:49:47.121Z+ mkdir /var/tmp/omicron_tmp
962026-08-13T18:49:47.125Z+ source ./env.sh
972026-08-13T18:49:47.125Z++ OLD_SHELL_OPTS=ehxB
982026-08-13T18:49:47.125Z++ set -o xtrace
992026-08-13T18:49:47.128Z++++ dirname ./env.sh
1002026-08-13T18:49:47.131Z+++ readlink -f .
1012026-08-13T18:49:47.134Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-13T18:49:47.134Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-13T18:49:47.135Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-13T18:49:47.135Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-13T18:49:47.135Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-13T18:49:47.135Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-13T18:49:47.135Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-13T18:49:47.135Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-13T18:49:47.135Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-13T18:49:47.135Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-13T18:49:47.135Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-13T18:49:47.135Z++ case $OLD_SHELL_OPTS in
1132026-08-13T18:49:47.135Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-13T18:49:47.135Z+ source .github/buildomat/ci-env.sh
1152026-08-13T18:49:47.135Z++ export CARGO_TERM_COLOR=always
1162026-08-13T18:49:47.135Z++ CARGO_TERM_COLOR=always
1172026-08-13T18:49:47.135Z+++ uname -s
1182026-08-13T18:49:47.139Z++ [[ SunOS == \S\u\n\O\S ]]
1192026-08-13T18:49:47.139Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1202026-08-13T18:49:47.139Z+ target_os=illumos
1212026-08-13T18:49:47.139Z+ NEXTEST_VERSION=0.9.131
1222026-08-13T18:49:47.139Z+ cargo --version
1232026-08-13T18:49:47.147Zcargo 1.97.1 (c980f4866 2026-06-30)
1242026-08-13T18:49:47.151Z+ rustc --version
1252026-08-13T18:49:47.171Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1262026-08-13T18:49:47.175Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-08-13T18:49:47.178Z+ gunzip
1282026-08-13T18:49:47.178Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-08-13T18:49:48.185Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-08-13T18:49:48.188Z+ OUTPUT_DIR=/work
1312026-08-13T18:49:48.189Z+ echo 'tests will store non-ephemeral output in /work'
1322026-08-13T18:49:48.189Ztests will store non-ephemeral output in /work
1332026-08-13T18:49:48.189Z+ mkdir -p /work
1342026-08-13T18:49:48.189Z+ banner prerequisites
1352026-08-13T18:49:48.193Z
1362026-08-13T18:49:48.193Z ##### ##### ###### ##### ###### #### # # # #### #
1372026-08-13T18:49:48.193Z # # # # # # # # # # # # # # #
1382026-08-13T18:49:48.193Z # # # # ##### # # ##### # # # # # #### #
1392026-08-13T18:49:48.193Z ##### ##### # ##### # # # # # # # # #
1402026-08-13T18:49:48.193Z # # # # # # # # # # # # # # #
1412026-08-13T18:49:48.193Z # # # ###### # # ###### ### # #### # #### #
1422026-08-13T18:49:48.193Z
1432026-08-13T18:49:48.193Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1442026-08-13T18:49:50.392Z Startup: Refreshing catalog 'helios' ... Done
1452026-08-13T18:49:50.698Z Startup: Caching catalogs ... Done
1462026-08-13T18:49:52.405ZPlanning: Solver setup ... Done (1.605s)
1472026-08-13T18:49:52.457ZPlanning: Running solver ... Done (0.053s)
1482026-08-13T18:49:52.493ZPlanning: Finding local manifests ... Done (0.002s)
1492026-08-13T18:49:52.507ZPlanning: Fetching manifests: 0/2 0% complete
1502026-08-13T18:49:52.524ZPlanning: Fetching manifests: 2/2 100% complete
1512026-08-13T18:49:52.538ZPlanning: Package planning ... Done (0.015s)
1522026-08-13T18:49:52.543ZPlanning: Merging actions ... Done (0.001s)
1532026-08-13T18:49:52.709ZPlanning: Checking for conflicting actions ... Done (0.169s)
1542026-08-13T18:49:52.712ZPlanning: Consolidating action changes ... Done (0.001s)
1552026-08-13T18:49:53.399ZPlanning: Evaluating mediators ... Done (0.689s)
1562026-08-13T18:49:53.402ZPlanning: Planning completed in 2.67 seconds
1572026-08-13T18:49:53.409Z Packages to install: 2
1582026-08-13T18:49:53.409Z Estimated space available: 156.00 GB
1592026-08-13T18:49:53.409ZEstimated space to be consumed: 67.95 MB
1602026-08-13T18:49:53.409Z Create boot environment: No
1612026-08-13T18:49:53.414ZCreate backup boot environment: No
1622026-08-13T18:49:53.414Z Rebuild boot archive: No
1632026-08-13T18:49:53.414Z
1642026-08-13T18:49:53.414ZChanged packages:
1652026-08-13T18:49:53.414Zhelios
1662026-08-13T18:49:53.414Z developer/build-essential
1672026-08-13T18:49:53.414Z None -> 11-3.0
1682026-08-13T18:49:53.414Z library/libxmlsec1
1692026-08-13T18:49:53.414Z None -> 1.2.35-3.0
1702026-08-13T18:49:53.435Z
1712026-08-13T18:49:53.435ZDownload: 0/214 items 0.0/1.3MB 0% complete
1722026-08-13T18:49:54.242ZDownload: Completed 1.28 MB in 0.81 seconds (1.6M/s)
1732026-08-13T18:49:54.366Z Actions: 1/268 actions (Installing new actions)
1742026-08-13T18:49:54.405Z Actions: Completed 268 actions in 0.04 seconds.
1752026-08-13T18:49:54.436ZFinalize: Updating package state database ... Done (0.031s)
1762026-08-13T18:49:54.436ZFinalize: Updating package cache ... Done (0.000s)
1772026-08-13T18:49:54.509ZFinalize: Updating image state ... Done (0.073s)
1782026-08-13T18:49:57.121ZFinalize: Creating fast lookup database ... Done (2.563s)
1792026-08-13T18:49:57.191ZFinalize: Reading search index ... Done (0.012s)
1802026-08-13T18:49:57.195ZFinalize: Updating search index ... Done (0.000s)
1812026-08-13T18:49:57.281ZFinalize: Updating package cache ... Done (0.000s)
1822026-08-13T18:49:57.642ZPlanning: Evaluating mediator changes ... Done
1832026-08-13T18:49:57.747ZPlanning: Checking for conflicting actions ... Done
1842026-08-13T18:49:57.751ZPlanning: Consolidating action changes ... Done
1852026-08-13T18:49:57.906ZPlanning: Evaluating mediators ... Done
1862026-08-13T18:49:57.910ZPlanning: Planning completed in 0.26 seconds
1872026-08-13T18:49:57.929Z Mediators to change: 2
1882026-08-13T18:49:57.929Z Create boot environment: No
1892026-08-13T18:49:57.929ZCreate backup boot environment: No
1902026-08-13T18:49:57.999ZFinalize: Updating package state database ... Done
1912026-08-13T18:49:57.999ZFinalize: Updating package cache ... Done
1922026-08-13T18:49:58.042ZFinalize: Updating image state ... Done
1932026-08-13T18:49:59.995ZFinalize: Creating fast lookup database ... Done
1942026-08-13T18:50:00.056ZFinalize: Reading search index ... Done
1952026-08-13T18:50:00.059ZFinalize: Updating search index ... Done
1962026-08-13T18:50:00.141ZFinalize: Updating package cache ... Done
1972026-08-13T18:50:00.427ZPlanning: Evaluating mediator changes ... Done
1982026-08-13T18:50:00.533ZPlanning: Checking for conflicting actions ... Done
1992026-08-13T18:50:00.536ZPlanning: Consolidating action changes ... Done
2002026-08-13T18:50:00.692ZPlanning: Evaluating mediators ... Done
2012026-08-13T18:50:00.695ZPlanning: Planning completed in 0.27 seconds
2022026-08-13T18:50:00.715Z Mediators to change: 1
2032026-08-13T18:50:00.715Z Create boot environment: No
2042026-08-13T18:50:00.715ZCreate backup boot environment: No
2052026-08-13T18:50:00.769ZFinalize: Updating package state database ... Done
2062026-08-13T18:50:00.769ZFinalize: Updating package cache ... Done
2072026-08-13T18:50:00.811ZFinalize: Updating image state ... Done
2082026-08-13T18:50:02.752ZFinalize: Creating fast lookup database ... Done
2092026-08-13T18:50:02.812ZFinalize: Reading search index ... Done
2102026-08-13T18:50:02.816ZFinalize: Updating search index ... Done
2112026-08-13T18:50:02.886ZFinalize: Updating package cache ... Done
2122026-08-13T18:50:03.201ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132026-08-13T18:50:03.201Zapache system 2.4 system
2142026-08-13T18:50:03.201Zclang system 15 system
2152026-08-13T18:50:03.201Zcsh system system illumos
2162026-08-13T18:50:03.201Zctags system system illumos
2172026-08-13T18:50:03.201Zfile vendor vendor darwinsys
2182026-08-13T18:50:03.201Zfile system system illumos
2192026-08-13T18:50:03.201Zgcc vendor 14 vendor
2202026-08-13T18:50:03.201Zgcc system 13 system
2212026-08-13T18:50:03.201Zgcc system 10 system
2222026-08-13T18:50:03.201Zgo system 1.25 system
2232026-08-13T18:50:03.201Zllvm system 15 system
2242026-08-13T18:50:03.201Zmariadb system 11.4 system
2252026-08-13T18:50:03.201Zmta vendor vendor dma
2262026-08-13T18:50:03.201Zopenjdk system 17 system
2272026-08-13T18:50:03.201Zopenjdk system 11 system
2282026-08-13T18:50:03.201Zopenssl vendor 3 vendor
2292026-08-13T18:50:03.201Zperl system 5.40 system
2302026-08-13T18:50:03.201Zpostgresql system 18 system
2312026-08-13T18:50:03.201Zpostgresql system 17 system
2322026-08-13T18:50:03.201Zpython vendor 3 vendor
2332026-08-13T18:50:03.201Zpython system 2 system
2342026-08-13T18:50:03.201Zpython3 vendor 3.13 vendor
2352026-08-13T18:50:03.201Zruby system 3.4 system
2362026-08-13T18:50:03.201Zruby system 3.0 system
2372026-08-13T18:50:03.201Zwords vendor vendor american-english
2382026-08-13T18:50:03.201Zwords system system australian-english
2392026-08-13T18:50:03.201Zwords system system british-english
2402026-08-13T18:50:03.201Zwords system system canadian-english
2412026-08-13T18:50:03.201Zwords system system french
2422026-08-13T18:50:03.201Zwords system system italian
2432026-08-13T18:50:03.201Zwords system system ngerman
2442026-08-13T18:50:03.201Zwords system system ogerman
2452026-08-13T18:50:03.202Zwords system system spanish
2462026-08-13T18:50:03.458ZPUBLISHER TYPE STATUS P LOCATION
2472026-08-13T18:50:03.458Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2482026-08-13T18:50:03.897ZFMRI IFO
2492026-08-13T18:50:03.897Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2502026-08-13T18:50:03.897Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2512026-08-13T18:50:03.897Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2522026-08-13T18:50:03.897Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2532026-08-13T18:50:03.897Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2542026-08-13T18:50:03.897Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2552026-08-13T18:50:03.897Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2562026-08-13T18:50:03.897Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2572026-08-13T18:50:03.897Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2582026-08-13T18:50:04.207Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-08-13T18:50:04.709Z Updating crates.io index
2602026-08-13T18:50:04.712Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-08-13T18:50:06.001Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-08-13T18:50:06.412Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632026-08-13T18:50:07.416Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-08-13T18:50:07.949Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-08-13T18:50:13.690Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-08-13T18:50:14.678Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-08-13T18:50:15.002Z Updating git repository `https://github.com/oxidecomputer/lldp`
2682026-08-13T18:50:15.427Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-08-13T18:50:17.002Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-08-13T18:50:17.292Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-08-13T18:50:17.682Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2722026-08-13T18:50:17.948Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2732026-08-13T18:50:18.243Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2742026-08-13T18:50:18.503Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2752026-08-13T18:50:18.784Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-13T18:50:19.093Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-08-13T18:50:19.378Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2782026-08-13T18:50:19.829Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2792026-08-13T18:50:20.369Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-08-13T18:50:20.740Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2812026-08-13T18:50:21.294Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822026-08-13T18:50:21.563Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2832026-08-13T18:50:22.177Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2842026-08-13T18:50:22.488Z Updating git repository `https://github.com/oxidecomputer/erebor`
2852026-08-13T18:50:22.765Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-08-13T18:50:23.212Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-08-13T18:50:24.521Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-08-13T18:50:24.945Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-08-13T18:50:25.286Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-08-13T18:50:25.591Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-08-13T18:50:25.938Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-08-13T18:50:26.337Z Updating git repository `https://github.com/oxidecomputer/tough`
2932026-08-13T18:50:26.961Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-08-13T18:50:27.622Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-08-13T18:50:27.965Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-08-13T18:50:28.309Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2972026-08-13T18:50:28.658Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2982026-08-13T18:50:28.926Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992026-08-13T18:50:29.244Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002026-08-13T18:50:29.606Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012026-08-13T18:50:29.892Z Updating git repository `https://github.com/illumos/smf-rs`
3022026-08-13T18:50:32.626Z Downloading crates ...
3032026-08-13T18:50:32.690Z Downloaded cargo-platform v0.3.2
3042026-08-13T18:50:32.694Z Downloaded indexmap v2.14.0
3052026-08-13T18:50:32.694Z Downloaded cfg-if v1.0.4
3062026-08-13T18:50:32.703Z Downloaded byteorder v1.5.0
3072026-08-13T18:50:32.703Z Downloaded colorchoice v1.0.4
3082026-08-13T18:50:32.703Z Downloaded zmij v1.0.21
3092026-08-13T18:50:32.703Z Downloaded usdt-impl v0.5.0
3102026-08-13T18:50:32.703Z Downloaded anstyle v1.0.14
3112026-08-13T18:50:32.707Z Downloaded macaddr v1.0.1
3122026-08-13T18:50:32.711Z Downloaded block-buffer v0.10.4
3132026-08-13T18:50:32.711Z Downloaded is_terminal_polyfill v1.70.2
3142026-08-13T18:50:32.715Z Downloaded camino v1.2.2
3152026-08-13T18:50:32.719Z Downloaded cargo_metadata v0.23.1
3162026-08-13T18:50:32.719Z Downloaded anyhow v1.0.102
3172026-08-13T18:50:32.724Z Downloaded zerocopy v0.7.35
3182026-08-13T18:50:32.727Z Downloaded zerocopy-derive v0.7.35
3192026-08-13T18:50:32.731Z Downloaded equivalent v1.0.2
3202026-08-13T18:50:32.731Z Downloaded clap_lex v1.0.0
3212026-08-13T18:50:32.731Z Downloaded fnv v1.0.7
3222026-08-13T18:50:32.734Z Downloaded pretty-hex v0.4.1
3232026-08-13T18:50:32.734Z Downloaded serde_derive v1.0.228
3242026-08-13T18:50:32.745Z Downloaded serde_spanned v0.6.9
3252026-08-13T18:50:32.748Z Downloaded crypto-common v0.1.7
3262026-08-13T18:50:32.748Z Downloaded errno v0.3.14
3272026-08-13T18:50:32.748Z Downloaded anstyle-query v1.1.5
3282026-08-13T18:50:32.752Z Downloaded generic-array v0.14.7
3292026-08-13T18:50:32.755Z Downloaded version_check v0.9.5
3302026-08-13T18:50:32.755Z Downloaded itoa v1.0.17
3312026-08-13T18:50:32.755Z Downloaded dtrace-parser v0.2.0
3322026-08-13T18:50:32.755Z Downloaded tabled_derive v0.7.0
3332026-08-13T18:50:32.759Z Downloaded proc-macro-error-attr v1.0.4
3342026-08-13T18:50:32.762Z Downloaded heck v0.5.0
3352026-08-13T18:50:32.762Z Downloaded heck v0.4.1
3362026-08-13T18:50:32.762Z Downloaded cpufeatures v0.2.17
3372026-08-13T18:50:32.765Z Downloaded unicode-linebreak v0.1.5
3382026-08-13T18:50:32.766Z Downloaded strsim v0.11.1
3392026-08-13T18:50:32.769Z Downloaded usdt v0.5.0
3402026-08-13T18:50:32.769Z Downloaded memmap v0.7.0
3412026-08-13T18:50:32.773Z Downloaded thread-id v4.2.2
3422026-08-13T18:50:32.777Z Downloaded anstream v1.0.0
3432026-08-13T18:50:32.780Z Downloaded anstyle-parse v1.0.0
3442026-08-13T18:50:32.780Z Downloaded bytecount v0.6.9
3452026-08-13T18:50:32.780Z Downloaded cargo_toml v0.21.0
3462026-08-13T18:50:32.784Z Downloaded fastrand v2.3.0
3472026-08-13T18:50:32.784Z Downloaded toml_write v0.1.2
3482026-08-13T18:50:32.787Z Downloaded autocfg v1.5.0
3492026-08-13T18:50:32.787Z Downloaded camino-tempfile v1.4.1
3502026-08-13T18:50:32.787Z Downloaded clap_derive v4.6.1
3512026-08-13T18:50:32.791Z Downloaded swrite v0.1.0
3522026-08-13T18:50:32.791Z Downloaded usdt-macro v0.5.0
3532026-08-13T18:50:32.795Z Downloaded usdt-attr-macro v0.5.0
3542026-08-13T18:50:32.798Z Downloaded dof v0.3.0
3552026-08-13T18:50:32.798Z Downloaded plain v0.2.3
3562026-08-13T18:50:32.805Z Downloaded smawk v0.3.2
3572026-08-13T18:50:32.810Z Downloaded scroll_derive v0.12.1
3582026-08-13T18:50:32.814Z Downloaded terminal_size v0.4.3
3592026-08-13T18:50:32.820Z Downloaded digest v0.10.7
3602026-08-13T18:50:32.835Z Downloaded toml_datetime v0.6.11
3612026-08-13T18:50:32.839Z Downloaded proc-macro-error v1.0.4
3622026-08-13T18:50:32.839Z Downloaded sha2 v0.10.9
3632026-08-13T18:50:32.842Z Downloaded thiserror v1.0.69
3642026-08-13T18:50:32.842Z Downloaded thiserror v2.0.18
3652026-08-13T18:50:32.847Z Downloaded clap v4.6.1
3662026-08-13T18:50:32.850Z Downloaded utf8parse v0.2.2
3672026-08-13T18:50:32.850Z Downloaded quote v1.0.45
3682026-08-13T18:50:32.854Z Downloaded serde_tokenstream v0.2.3
3692026-08-13T18:50:32.854Z Downloaded scroll v0.12.0
3702026-08-13T18:50:32.854Z Downloaded thiserror-impl v2.0.18
3712026-08-13T18:50:32.862Z Downloaded thiserror-impl v1.0.69
3722026-08-13T18:50:32.866Z Downloaded fs-err v3.3.0
3732026-08-13T18:50:32.872Z Downloaded once_cell v1.21.3
3742026-08-13T18:50:32.877Z Downloaded pest_derive v2.8.6
3752026-08-13T18:50:32.880Z Downloaded pest_generator v2.8.6
3762026-08-13T18:50:32.885Z Downloaded bitflags v2.11.0
3772026-08-13T18:50:32.888Z Downloaded pest_meta v2.8.6
3782026-08-13T18:50:32.900Z Downloaded semver v1.0.28
3792026-08-13T18:50:32.903Z Downloaded toml v0.8.23
3802026-08-13T18:50:32.907Z Downloaded ucd-trie v0.1.7
3812026-08-13T18:50:32.911Z Downloaded log v0.4.29
3822026-08-13T18:50:32.911Z Downloaded textwrap v0.16.2
3832026-08-13T18:50:32.914Z Downloaded getrandom v0.4.1
3842026-08-13T18:50:32.918Z Downloaded tempfile v3.25.0
3852026-08-13T18:50:32.921Z Downloaded serde_core v1.0.228
3862026-08-13T18:50:32.921Z Downloaded unicode-ident v1.0.24
3872026-08-13T18:50:32.925Z Downloaded papergrid v0.11.0
3882026-08-13T18:50:32.931Z Downloaded proc-macro2 v1.0.106
3892026-08-13T18:50:32.935Z Downloaded memchr v2.8.0
3902026-08-13T18:50:32.935Z Downloaded toml_edit v0.22.27
3912026-08-13T18:50:32.948Z Downloaded serde v1.0.228
3922026-08-13T18:50:32.968Z Downloaded clap_builder v4.6.0
3932026-08-13T18:50:32.988Z Downloaded pest v2.8.6
3942026-08-13T18:50:32.992Z Downloaded typenum v1.20.1
3952026-08-13T18:50:33.013Z Downloaded hashbrown v0.17.0
3962026-08-13T18:50:33.029Z Downloaded serde_json v1.0.151
3972026-08-13T18:50:33.041Z Downloaded winnow v0.7.14
3982026-08-13T18:50:33.045Z Downloaded goblin v0.8.2
3992026-08-13T18:50:33.061Z Downloaded tabled v0.15.0
4002026-08-13T18:50:33.077Z Downloaded syn v1.0.109
4012026-08-13T18:50:33.083Z Downloaded unicode-width v0.1.14
4022026-08-13T18:50:33.088Z Downloaded unicode-width v0.2.0
4032026-08-13T18:50:33.094Z Downloaded syn v2.0.117
4042026-08-13T18:50:33.103Z Downloaded rustix v1.1.3
4052026-08-13T18:50:33.131Z Downloaded libc v0.2.185
4062026-08-13T18:50:33.193Z Compiling proc-macro2 v1.0.106
4072026-08-13T18:50:33.193Z Compiling quote v1.0.45
4082026-08-13T18:50:33.196Z Compiling unicode-ident v1.0.24
4092026-08-13T18:50:33.196Z Compiling serde_core v1.0.228
4102026-08-13T18:50:33.196Z Compiling libc v0.2.185
4112026-08-13T18:50:33.197Z Compiling version_check v0.9.5
4122026-08-13T18:50:33.197Z Compiling memchr v2.8.0
4132026-08-13T18:50:33.197Z Compiling serde v1.0.228
4142026-08-13T18:50:33.197Z Compiling zmij v1.0.21
4152026-08-13T18:50:33.366Z Compiling itoa v1.0.17
4162026-08-13T18:50:33.370Z Compiling ucd-trie v0.1.7
4172026-08-13T18:50:33.370Z Compiling thiserror v1.0.69
4182026-08-13T18:50:33.370Z Compiling byteorder v1.5.0
4192026-08-13T18:50:33.382Z Compiling rustix v1.1.3
4202026-08-13T18:50:33.385Z Compiling serde_json v1.0.151
4212026-08-13T18:50:33.385Z Compiling bitflags v2.11.0
4222026-08-13T18:50:33.385Z Compiling camino v1.2.2
4232026-08-13T18:50:33.385Z Compiling syn v1.0.109
4242026-08-13T18:50:33.385Z Compiling getrandom v0.4.1
4252026-08-13T18:50:33.385Z Compiling utf8parse v0.2.2
4262026-08-13T18:50:33.385Z Compiling log v0.4.29
4272026-08-13T18:50:33.385Z Compiling plain v0.2.3
4282026-08-13T18:50:33.385Z Compiling equivalent v1.0.2
4292026-08-13T18:50:33.385Z Compiling hashbrown v0.17.0
4302026-08-13T18:50:33.400Z Compiling is_terminal_polyfill v1.70.2
4312026-08-13T18:50:33.404Z Compiling autocfg v1.5.0
4322026-08-13T18:50:33.404Z Compiling colorchoice v1.0.4
4332026-08-13T18:50:33.404Z Compiling toml_write v0.1.2
4342026-08-13T18:50:33.404Z Compiling thiserror v2.0.18
4352026-08-13T18:50:33.568Z Compiling cfg-if v1.0.4
4362026-08-13T18:50:33.655Z Compiling pretty-hex v0.4.1
4372026-08-13T18:50:33.674Z Compiling anstyle-query v1.1.5
4382026-08-13T18:50:33.781Z Compiling anstyle-parse v1.0.0
4392026-08-13T18:50:33.801Z Compiling anstyle v1.0.14
4402026-08-13T18:50:33.805Z Compiling winnow v0.7.14
4412026-08-13T18:50:33.894Z Compiling fastrand v2.3.0
4422026-08-13T18:50:33.913Z Compiling pest v2.8.6
4432026-08-13T18:50:33.932Z Compiling strsim v0.11.1
4442026-08-13T18:50:33.936Z Compiling clap_lex v1.0.0
4452026-08-13T18:50:33.953Z Compiling once_cell v1.21.3
4462026-08-13T18:50:33.975Z Compiling proc-macro-error-attr v1.0.4
4472026-08-13T18:50:33.983Z Compiling usdt-impl v0.5.0
4482026-08-13T18:50:34.073Z Compiling proc-macro-error v1.0.4
4492026-08-13T18:50:34.189Z Compiling anstream v1.0.0
4502026-08-13T18:50:34.229Z Compiling bytecount v0.6.9
4512026-08-13T18:50:34.269Z Compiling anyhow v1.0.102
4522026-08-13T18:50:34.329Z Compiling unicode-width v0.1.14
4532026-08-13T18:50:34.392Z Compiling heck v0.4.1
4542026-08-13T18:50:34.475Z Compiling fnv v1.0.7
4552026-08-13T18:50:34.500Z Compiling heck v0.5.0
4562026-08-13T18:50:34.505Z Compiling unicode-linebreak v0.1.5
4572026-08-13T18:50:34.519Z Compiling fs-err v3.3.0
4582026-08-13T18:50:34.539Z Compiling unicode-width v0.2.0
4592026-08-13T18:50:34.543Z Compiling smawk v0.3.2
4602026-08-13T18:50:34.561Z Compiling swrite v0.1.0
4612026-08-13T18:50:34.599Z Compiling indexmap v2.14.0
4622026-08-13T18:50:35.055Z Compiling papergrid v0.11.0
4632026-08-13T18:50:35.088Z Compiling errno v0.3.14
4642026-08-13T18:50:35.088Z Compiling thread-id v4.2.2
4652026-08-13T18:50:35.092Z Compiling memmap v0.7.0
4662026-08-13T18:50:35.199Z Compiling pest_meta v2.8.6
4672026-08-13T18:50:35.549Z Compiling syn v2.0.117
4682026-08-13T18:50:36.008Z Compiling terminal_size v0.4.3
4692026-08-13T18:50:36.011Z Compiling tempfile v3.25.0
4702026-08-13T18:50:36.074Z Compiling semver v1.0.28
4712026-08-13T18:50:36.074Z Compiling cargo-platform v0.3.2
4722026-08-13T18:50:36.150Z Compiling clap_builder v4.6.0
4732026-08-13T18:50:36.153Z Compiling textwrap v0.16.2
4742026-08-13T18:50:36.359Z Compiling camino-tempfile v1.4.1
4752026-08-13T18:50:36.890Z Compiling tabled_derive v0.7.0
4762026-08-13T18:50:37.541Z Compiling tabled v0.15.0
4772026-08-13T18:50:37.558Z Compiling pest_generator v2.8.6
4782026-08-13T18:50:38.124Z Compiling serde_derive v1.0.228
4792026-08-13T18:50:38.124Z Compiling thiserror-impl v1.0.69
4802026-08-13T18:50:38.128Z Compiling zerocopy-derive v0.7.35
4812026-08-13T18:50:38.128Z Compiling pest_derive v2.8.6
4822026-08-13T18:50:38.128Z Compiling scroll_derive v0.12.1
4832026-08-13T18:50:38.128Z Compiling thiserror-impl v2.0.18
4842026-08-13T18:50:38.128Z Compiling clap_derive v4.6.1
4852026-08-13T18:50:38.881Z Compiling zerocopy v0.7.35
4862026-08-13T18:50:38.911Z Compiling scroll v0.12.0
4872026-08-13T18:50:39.175Z Compiling goblin v0.8.2
4882026-08-13T18:50:39.248Z Compiling dtrace-parser v0.2.0
4892026-08-13T18:50:39.510Z Compiling clap v4.6.1
4902026-08-13T18:50:40.549Z Compiling serde_spanned v0.6.9
4912026-08-13T18:50:40.549Z Compiling toml_datetime v0.6.11
4922026-08-13T18:50:40.549Z Compiling macaddr v1.0.1
4932026-08-13T18:50:40.553Z Compiling cargo_metadata v0.23.1
4942026-08-13T18:50:40.553Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4952026-08-13T18:50:40.565Z Compiling dof v0.3.0
4962026-08-13T18:50:40.569Z Compiling serde_tokenstream v0.2.3
4972026-08-13T18:50:40.731Z Compiling toml_edit v0.22.27
4982026-08-13T18:50:41.291Z Compiling usdt-macro v0.5.0
4992026-08-13T18:50:41.291Z Compiling usdt-attr-macro v0.5.0
5002026-08-13T18:50:41.905Z Compiling usdt v0.5.0
5012026-08-13T18:50:41.944Z Compiling toml v0.8.23
5022026-08-13T18:50:42.251Z Compiling cargo_toml v0.21.0
5032026-08-13T18:50:43.537Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5042026-08-13T18:50:45.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.59s
5052026-08-13T18:50:45.851Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5062026-08-13T18:50:46.355Z Downloading crates ...
5072026-08-13T18:50:46.424Z Downloaded adler2 v2.0.1
5082026-08-13T18:50:46.430Z Downloaded arrayvec v0.7.6
5092026-08-13T18:50:46.434Z Downloaded async-trait v0.1.89
5102026-08-13T18:50:46.437Z Downloaded compact_str v0.8.1
5112026-08-13T18:50:46.441Z Downloaded aead v0.6.1
5122026-08-13T18:50:46.441Z Downloaded arrayref v0.3.9
5132026-08-13T18:50:46.444Z Downloaded backoff v0.4.0
5142026-08-13T18:50:46.448Z Downloaded bb8 v0.8.6
5152026-08-13T18:50:46.463Z Downloaded bcrypt-pbkdf v0.11.0
5162026-08-13T18:50:46.463Z Downloaded base64 v0.21.7
5172026-08-13T18:50:46.463Z Downloaded convert_case v0.4.0
5182026-08-13T18:50:46.467Z Downloaded env_filter v1.0.0
5192026-08-13T18:50:46.467Z Downloaded env_logger v0.11.9
5202026-08-13T18:50:46.467Z Downloaded array-init v0.0.4
5212026-08-13T18:50:46.467Z Downloaded futures-macro v0.3.32
5222026-08-13T18:50:46.467Z Downloaded hash32 v0.3.1
5232026-08-13T18:50:46.467Z Downloaded aead v0.5.2
5242026-08-13T18:50:46.470Z Downloaded assert_matches v1.5.0
5252026-08-13T18:50:46.470Z Downloaded erased-serde v0.3.31
5262026-08-13T18:50:46.470Z Downloaded anstream v0.6.21
5272026-08-13T18:50:46.474Z Downloaded fs-err v2.11.0
5282026-08-13T18:50:46.474Z Downloaded atomic-waker v1.1.2
5292026-08-13T18:50:46.477Z Downloaded bitfield-macros v0.19.4
5302026-08-13T18:50:46.481Z Downloaded bitfield-struct v0.6.2
5312026-08-13T18:50:46.481Z Downloaded ascii-canvas v3.0.0
5322026-08-13T18:50:46.481Z Downloaded block-buffer v0.12.1
5332026-08-13T18:50:46.484Z Downloaded foreign-types-macros v0.2.3
5342026-08-13T18:50:46.484Z Downloaded bit-vec v0.8.0
5352026-08-13T18:50:46.484Z Downloaded globwalk v0.9.1
5362026-08-13T18:50:46.487Z Downloaded bitflags v1.3.2
5372026-08-13T18:50:46.491Z Downloaded funty v2.0.0
5382026-08-13T18:50:46.491Z Downloaded float-ord v0.3.2
5392026-08-13T18:50:46.494Z Downloaded futures-sink v0.3.32
5402026-08-13T18:50:46.497Z Downloaded ar_archive_writer v0.5.1
5412026-08-13T18:50:46.497Z Downloaded fixedbitset v0.4.2
5422026-08-13T18:50:46.497Z Downloaded async-compression v0.4.41
5432026-08-13T18:50:46.501Z Downloaded ahash v0.8.12
5442026-08-13T18:50:46.504Z Downloaded futures-core v0.3.32
5452026-08-13T18:50:46.504Z Downloaded git-stub v1.0.0
5462026-08-13T18:50:46.504Z Downloaded form_urlencoded v1.2.2
5472026-08-13T18:50:46.504Z Downloaded bit-set v0.8.0
5482026-08-13T18:50:46.504Z Downloaded foreign-types-shared v0.1.1
5492026-08-13T18:50:46.508Z Downloaded futures-task v0.3.32
5502026-08-13T18:50:46.508Z Downloaded async-stream-impl v0.3.6
5512026-08-13T18:50:46.511Z Downloaded hyper-tls v0.6.0
5522026-08-13T18:50:46.511Z Downloaded foreign-types v0.3.2
5532026-08-13T18:50:46.515Z Downloaded async-stream v0.3.6
5542026-08-13T18:50:46.515Z Downloaded git-stub-vcs v0.1.0
5552026-08-13T18:50:46.518Z Downloaded ff v0.14.0
5562026-08-13T18:50:46.518Z Downloaded filetime v0.2.27
5572026-08-13T18:50:46.518Z Downloaded glob v0.3.3
5582026-08-13T18:50:46.518Z Downloaded fixedbitset v0.5.7
5592026-08-13T18:50:46.521Z Downloaded futures-executor v0.3.32
5602026-08-13T18:50:46.521Z Downloaded flagset v0.4.7
5612026-08-13T18:50:46.521Z Downloaded atty v0.2.14
5622026-08-13T18:50:46.525Z Downloaded home v0.5.12
5632026-08-13T18:50:46.529Z Downloaded fd-lock v4.0.4
5642026-08-13T18:50:46.532Z Downloaded foreign-types v0.5.0
5652026-08-13T18:50:46.533Z Downloaded futures-io v0.3.32
5662026-08-13T18:50:46.533Z Downloaded fxhash v0.2.1
5672026-08-13T18:50:46.536Z Downloaded num v0.4.3
5682026-08-13T18:50:46.536Z Downloaded atomicwrites v0.4.4
5692026-08-13T18:50:46.536Z Downloaded compression-core v0.4.31
5702026-08-13T18:50:46.536Z Downloaded async-recursion v1.1.1
5712026-08-13T18:50:46.540Z Downloaded gethostname v0.5.0
5722026-08-13T18:50:46.540Z Downloaded hickory-resolver v0.25.2
5732026-08-13T18:50:46.543Z Downloaded base16ct v0.2.0
5742026-08-13T18:50:46.543Z Downloaded hash32 v0.2.1
5752026-08-13T18:50:46.547Z Downloaded base16ct v1.0.0
5762026-08-13T18:50:46.550Z Downloaded foreign-types-shared v0.3.1
5772026-08-13T18:50:46.554Z Downloaded hostname v0.4.2
5782026-08-13T18:50:46.554Z Downloaded cfg_aliases v0.1.1
5792026-08-13T18:50:46.557Z Downloaded ciborium-ll v0.2.2
5802026-08-13T18:50:46.557Z Downloaded hex-literal v1.1.0
5812026-08-13T18:50:46.557Z Downloaded num-conv v0.2.0
5822026-08-13T18:50:46.557Z Downloaded http-body v1.0.1
5832026-08-13T18:50:46.561Z Downloaded foldhash v0.2.0
5842026-08-13T18:50:46.564Z Downloaded globset v0.4.18
5852026-08-13T18:50:46.564Z Downloaded bit-set v0.5.3
5862026-08-13T18:50:46.564Z Downloaded ciborium-io v0.2.2
5872026-08-13T18:50:46.564Z Downloaded hostname v0.3.1
5882026-08-13T18:50:46.567Z Downloaded hubpack v0.1.2
5892026-08-13T18:50:46.567Z Downloaded cfg_aliases v0.2.1
5902026-08-13T18:50:46.570Z Downloaded httpdate v1.0.3
5912026-08-13T18:50:46.571Z Downloaded cobs v0.3.0
5922026-08-13T18:50:46.574Z Downloaded http-range v0.1.5
5932026-08-13T18:50:46.577Z Downloaded anstyle-parse v0.2.7
5942026-08-13T18:50:46.577Z Downloaded argon2 v0.6.0-rc.8
5952026-08-13T18:50:46.581Z Downloaded allocator-api2 v0.2.21
5962026-08-13T18:50:46.581Z Downloaded cipher v0.4.4
5972026-08-13T18:50:46.585Z Downloaded openssl-probe v0.2.1
5982026-08-13T18:50:46.595Z Downloaded headers-core v0.3.0
5992026-08-13T18:50:46.598Z Downloaded hubpack_derive v0.1.1
6002026-08-13T18:50:46.598Z Downloaded float-cmp v0.10.0
6012026-08-13T18:50:46.602Z Downloaded cexpr v0.6.0
6022026-08-13T18:50:46.605Z Downloaded phf_shared v0.13.1
6032026-08-13T18:50:46.605Z Downloaded bcs v0.1.6
6042026-08-13T18:50:46.605Z Downloaded cmake v0.1.57
6052026-08-13T18:50:46.609Z Downloaded ff v0.13.1
6062026-08-13T18:50:46.609Z Downloaded ghash v0.6.0
6072026-08-13T18:50:46.609Z Downloaded cmov v0.5.4
6082026-08-13T18:50:46.613Z Downloaded humantime v2.3.0
6092026-08-13T18:50:46.616Z Downloaded precomputed-hash v0.1.1
6102026-08-13T18:50:46.620Z Downloaded progenitor-macro v0.14.0
6112026-08-13T18:50:46.623Z Downloaded foldhash v0.1.5
6122026-08-13T18:50:46.627Z Downloaded rand_xorshift v0.4.0
6132026-08-13T18:50:46.627Z Downloaded rfc6979 v0.4.0
6142026-08-13T18:50:46.627Z Downloaded backon v1.6.0
6152026-08-13T18:50:46.630Z Downloaded bitfield v0.19.4
6162026-08-13T18:50:46.630Z Downloaded block-padding v0.4.2
6172026-08-13T18:50:46.630Z Downloaded fallible-iterator v0.2.0
6182026-08-13T18:50:46.630Z Downloaded group v0.13.0
6192026-08-13T18:50:46.630Z Downloaded http-body-util v0.1.3
6202026-08-13T18:50:46.630Z Downloaded bs58 v0.5.1
6212026-08-13T18:50:46.634Z Downloaded argon2 v0.5.3
6222026-08-13T18:50:46.637Z Downloaded castaway v0.2.4
6232026-08-13T18:50:46.637Z Downloaded rfc6979 v0.6.0
6242026-08-13T18:50:46.641Z Downloaded ref-cast v1.0.25
6252026-08-13T18:50:46.641Z Downloaded blowfish v0.10.0
6262026-08-13T18:50:46.641Z Downloaded const_format_proc_macros v0.2.34
6272026-08-13T18:50:46.644Z Downloaded seq-macro v0.3.6
6282026-08-13T18:50:46.647Z Downloaded cassowary v0.3.0
6292026-08-13T18:50:46.647Z Downloaded constant_time_eq v0.4.2
6302026-08-13T18:50:46.647Z Downloaded camino-tempfile-ext v0.3.3
6312026-08-13T18:50:46.653Z Downloaded compression-codecs v0.4.37
6322026-08-13T18:50:46.653Z Downloaded scheduled-thread-pool v0.2.7
6332026-08-13T18:50:46.653Z Downloaded rustc_version v0.1.7
6342026-08-13T18:50:46.653Z Downloaded cipher v0.5.2
6352026-08-13T18:50:46.657Z Downloaded semver v0.1.20
6362026-08-13T18:50:46.657Z Downloaded serde_plain v1.0.2
6372026-08-13T18:50:46.657Z Downloaded sigpipe v0.1.3
6382026-08-13T18:50:46.657Z Downloaded base64ct v1.8.3
6392026-08-13T18:50:46.657Z Downloaded colored v3.1.1
6402026-08-13T18:50:46.660Z Downloaded serde_urlencoded v0.7.1
6412026-08-13T18:50:46.663Z Downloaded fs_extra v1.3.0
6422026-08-13T18:50:46.663Z Downloaded num-rational v0.4.2
6432026-08-13T18:50:46.667Z Downloaded olpc-cjson v0.1.4
6442026-08-13T18:50:46.670Z Downloaded num_enum v0.7.6
6452026-08-13T18:50:46.674Z Downloaded oxide-update-engine v0.1.2
6462026-08-13T18:50:46.674Z Downloaded password-hash v0.5.0
6472026-08-13T18:50:46.674Z Downloaded find-msvc-tools v0.1.9
6482026-08-13T18:50:46.674Z Downloaded group v0.14.0
6492026-08-13T18:50:46.677Z Downloaded hyper-staticfile v0.10.1
6502026-08-13T18:50:46.677Z Downloaded tap v1.0.1
6512026-08-13T18:50:46.681Z Downloaded hex v0.4.3
6522026-08-13T18:50:46.681Z Downloaded blake2 v0.11.0-rc.6
6532026-08-13T18:50:46.684Z Downloaded highway v1.3.0
6542026-08-13T18:50:46.684Z Downloaded bit-vec v0.6.3
6552026-08-13T18:50:46.689Z Downloaded bzip2 v0.4.4
6562026-08-13T18:50:46.689Z Downloaded chacha20 v0.10.0
6572026-08-13T18:50:46.692Z Downloaded clang-sys v1.8.1
6582026-08-13T18:50:46.692Z Downloaded console v0.16.2
6592026-08-13T18:50:46.693Z Downloaded const-oid v0.9.6
6602026-08-13T18:50:46.693Z Downloaded async-bb8-diesel v0.2.1
6612026-08-13T18:50:46.696Z Downloaded chacha20 v0.9.1
6622026-08-13T18:50:46.696Z Downloaded phf v0.12.1
6632026-08-13T18:50:46.696Z Downloaded postgres-protocol v0.6.10
6642026-08-13T18:50:46.696Z Downloaded proc-macro-error2 v2.0.1
6652026-08-13T18:50:46.700Z Downloaded fatfs v0.3.6
6662026-08-13T18:50:46.706Z Downloaded byte-wrapper v0.1.0
6672026-08-13T18:50:46.710Z Downloaded console v0.15.11
6682026-08-13T18:50:46.710Z Downloaded httparse v1.10.1
6692026-08-13T18:50:46.713Z Downloaded iana-time-zone v0.1.65
6702026-08-13T18:50:46.713Z Downloaded proc-macro-crate v1.3.1
6712026-08-13T18:50:46.713Z Downloaded progenitor-extras v0.2.0
6722026-08-13T18:50:46.713Z Downloaded strip-ansi-escapes v0.2.1
6732026-08-13T18:50:46.717Z Downloaded strum v0.26.3
6742026-08-13T18:50:46.717Z Downloaded testing_table v0.3.0
6752026-08-13T18:50:46.720Z Downloaded buf-list v1.1.2
6762026-08-13T18:50:46.720Z Downloaded cancel-safe-futures v0.1.5
6772026-08-13T18:50:46.723Z Downloaded tower-layer v0.3.3
6782026-08-13T18:50:46.723Z Downloaded universal-hash v0.5.1
6792026-08-13T18:50:46.723Z Downloaded void v1.0.2
6802026-08-13T18:50:46.724Z Downloaded blake2 v0.10.6
6812026-08-13T18:50:46.724Z Downloaded unit-prefix v0.5.2
6822026-08-13T18:50:46.727Z Downloaded colored v2.2.0
6832026-08-13T18:50:46.727Z Downloaded utf8_iter v1.0.4
6842026-08-13T18:50:46.730Z Downloaded zerofrom v0.1.6
6852026-08-13T18:50:46.730Z Downloaded hmac v0.13.0
6862026-08-13T18:50:46.730Z Downloaded hyper-rustls v0.27.7
6872026-08-13T18:50:46.734Z Downloaded slab v0.4.12
6882026-08-13T18:50:46.734Z Downloaded slog-async v2.8.0
6892026-08-13T18:50:46.737Z Downloaded slog-scope v4.4.1
6902026-08-13T18:50:46.737Z Downloaded smallvec v0.6.14
6912026-08-13T18:50:46.737Z Downloaded sponge-cursor v0.1.0
6922026-08-13T18:50:46.737Z Downloaded static_assertions v1.1.0
6932026-08-13T18:50:46.741Z Downloaded rand_core v0.9.5
6942026-08-13T18:50:46.741Z Downloaded cstr-argument v0.1.2
6952026-08-13T18:50:46.741Z Downloaded rustls-native-certs v0.8.3
6962026-08-13T18:50:46.744Z Downloaded crc-catalog v2.4.0
6972026-08-13T18:50:46.748Z Downloaded defmt v0.3.100
6982026-08-13T18:50:46.751Z Downloaded cbc v0.2.1
6992026-08-13T18:50:46.755Z Downloaded strum_macros v0.26.4
7002026-08-13T18:50:46.759Z Downloaded pkcs1 v0.7.5
7012026-08-13T18:50:46.762Z Downloaded poly1305 v0.9.0
7022026-08-13T18:50:46.762Z Downloaded postcard v1.1.3
7032026-08-13T18:50:46.765Z Downloaded getrandom v0.2.17
7042026-08-13T18:50:46.766Z Downloaded support-bundle-viewer v0.1.2
7052026-08-13T18:50:46.766Z Downloaded toml_writer v1.1.1+spec-1.1.0
7062026-08-13T18:50:46.770Z Downloaded tinystr v0.8.2
7072026-08-13T18:50:46.770Z Downloaded display-error-chain v0.2.2
7082026-08-13T18:50:46.773Z Downloaded pbkdf2 v0.13.0
7092026-08-13T18:50:46.780Z Downloaded bzip2 v0.6.1
7102026-08-13T18:50:46.783Z Downloaded parking_lot_core v0.9.12
7112026-08-13T18:50:46.783Z Downloaded const-oid v0.10.2
7122026-08-13T18:50:46.787Z Downloaded hybrid-array v0.4.13
7132026-08-13T18:50:46.787Z Downloaded half v1.8.3
7142026-08-13T18:50:46.787Z Downloaded hmac v0.12.1
7152026-08-13T18:50:46.790Z Downloaded signal-hook-registry v1.4.8
7162026-08-13T18:50:46.790Z Downloaded ciborium v0.2.2
7172026-08-13T18:50:46.794Z Downloaded indoc v1.0.9
7182026-08-13T18:50:46.798Z Downloaded instability v0.3.11
7192026-08-13T18:50:46.798Z Downloaded jiff-static v0.2.34
7202026-08-13T18:50:46.802Z Downloaded lalrpop-util v0.19.12
7212026-08-13T18:50:46.802Z Downloaded generic-array v1.4.3
7222026-08-13T18:50:46.802Z Downloaded pkcs8 v0.11.0
7232026-08-13T18:50:46.802Z Downloaded lru v0.12.5
7242026-08-13T18:50:46.802Z Downloaded ssh-encoding v0.3.0
7252026-08-13T18:50:46.805Z Downloaded dropshot-api-manager-types v0.7.2
7262026-08-13T18:50:46.805Z Downloaded futures-channel v0.3.32
7272026-08-13T18:50:46.805Z Downloaded linked-hash-map v0.5.6
7282026-08-13T18:50:46.809Z Downloaded termios v0.3.3
7292026-08-13T18:50:46.809Z Downloaded tokio-native-tls v0.3.1
7302026-08-13T18:50:46.809Z Downloaded newtype_derive v0.1.6
7312026-08-13T18:50:46.809Z Downloaded vergen-lib v9.1.0
7322026-08-13T18:50:46.813Z Downloaded tokio-test v0.4.5
7332026-08-13T18:50:46.813Z Downloaded dunce v1.0.5
7342026-08-13T18:50:46.817Z Downloaded kem v0.3.0
7352026-08-13T18:50:46.821Z Downloaded convert_case v0.10.0
7362026-08-13T18:50:46.824Z Downloaded daft v0.1.7
7372026-08-13T18:50:46.828Z Downloaded deranged v0.5.8
7382026-08-13T18:50:46.828Z Downloaded derive-ex v0.1.8
7392026-08-13T18:50:46.836Z Downloaded chacha20poly1305 v0.10.1
7402026-08-13T18:50:46.840Z Downloaded const_format v0.2.35
7412026-08-13T18:50:46.840Z Downloaded displaydoc v0.2.5
7422026-08-13T18:50:46.843Z Downloaded salsa20 v0.11.0
7432026-08-13T18:50:46.846Z Downloaded whoami v2.1.0
7442026-08-13T18:50:46.850Z Downloaded nonempty v0.12.0
7452026-08-13T18:50:46.850Z Downloaded whoami v1.6.1
7462026-08-13T18:50:46.850Z Downloaded critical-section v1.2.0
7472026-08-13T18:50:46.850Z Downloaded either v1.15.0
7482026-08-13T18:50:46.850Z Downloaded enum_dispatch v0.3.13
7492026-08-13T18:50:46.853Z Downloaded idna_adapter v1.2.1
7502026-08-13T18:50:46.853Z Downloaded num-derive v0.4.2
7512026-08-13T18:50:46.853Z Downloaded openssl-probe v0.1.6
7522026-08-13T18:50:46.853Z Downloaded openssl-macros v0.1.1
7532026-08-13T18:50:46.857Z Downloaded powerfmt v0.2.0
7542026-08-13T18:50:46.857Z Downloaded base64 v0.22.1
7552026-08-13T18:50:46.860Z Downloaded flume v0.11.1
7562026-08-13T18:50:46.863Z Downloaded getrandom v0.3.4
7572026-08-13T18:50:46.867Z Downloaded sha2 v0.11.0
7582026-08-13T18:50:46.870Z Downloaded predicates-core v1.0.10
7592026-08-13T18:50:46.870Z Downloaded radium v0.7.0
7602026-08-13T18:50:46.870Z Downloaded ryu v1.0.23
7612026-08-13T18:50:46.873Z Downloaded psl-types v2.0.11
7622026-08-13T18:50:46.874Z Downloaded peg v0.8.5
7632026-08-13T18:50:46.877Z Downloaded rtoolbox v0.0.3
7642026-08-13T18:50:46.880Z Downloaded bumpalo v3.20.2
7652026-08-13T18:50:46.881Z Downloaded rustc-hash v2.1.1
7662026-08-13T18:50:46.881Z Downloaded papergrid v0.18.0
7672026-08-13T18:50:46.886Z Downloaded lock_api v0.4.14
7682026-08-13T18:50:46.890Z Downloaded nanorand v0.7.0
7692026-08-13T18:50:46.890Z Downloaded spin v0.9.8
7702026-08-13T18:50:46.890Z Downloaded crossbeam-deque v0.8.6
7712026-08-13T18:50:46.893Z Downloaded same-file v1.0.6
7722026-08-13T18:50:46.893Z Downloaded headers v0.4.1
7732026-08-13T18:50:46.897Z Downloaded sapling-renderdag v0.1.0
7742026-08-13T18:50:46.900Z Downloaded slog-envlogger v2.2.0
7752026-08-13T18:50:46.905Z Downloaded ed25519 v2.2.3
7762026-08-13T18:50:46.908Z Downloaded ipnetwork v0.21.1
7772026-08-13T18:50:46.908Z Downloaded openssl-sys v0.9.117
7782026-08-13T18:50:46.912Z Downloaded zerocopy v0.6.6
7792026-08-13T18:50:46.912Z Downloaded ipnet v2.11.0
7802026-08-13T18:50:46.912Z Downloaded cookie v0.18.1
7812026-08-13T18:50:46.920Z Downloaded ctutils v0.4.2
7822026-08-13T18:50:46.924Z Downloaded libloading v0.8.9
7832026-08-13T18:50:46.927Z Downloaded secrecy v0.10.3
7842026-08-13T18:50:46.927Z Downloaded num-complex v0.4.6
7852026-08-13T18:50:46.927Z Downloaded path-slash v0.1.5
7862026-08-13T18:50:46.927Z Downloaded paste v1.0.15
7872026-08-13T18:50:46.927Z Downloaded signature v3.0.0
7882026-08-13T18:50:46.930Z Downloaded arc-swap v1.8.2
7892026-08-13T18:50:46.931Z Downloaded bytes v1.11.1
7902026-08-13T18:50:46.934Z Downloaded futures v0.3.32
7912026-08-13T18:50:46.937Z Downloaded tinyvec v1.10.0
7922026-08-13T18:50:46.937Z Downloaded tracing-attributes v0.1.31
7932026-08-13T18:50:46.937Z Downloaded toml v0.7.8
7942026-08-13T18:50:46.941Z Downloaded tracing-core v0.1.36
7952026-08-13T18:50:46.941Z Downloaded typify v0.6.2
7962026-08-13T18:50:46.944Z Downloaded rustls-platform-verifier v0.6.2
7972026-08-13T18:50:46.944Z Downloaded structmeta v0.3.0
7982026-08-13T18:50:46.948Z Downloaded sync-ptr v0.1.4
7992026-08-13T18:50:46.948Z Downloaded supports-color v3.0.2
8002026-08-13T18:50:46.948Z Downloaded num-integer v0.1.46
8012026-08-13T18:50:46.948Z Downloaded opaque-debug v0.3.1
8022026-08-13T18:50:46.948Z Downloaded vergen v9.1.0
8032026-08-13T18:50:46.948Z Downloaded rayon-core v1.13.0
8042026-08-13T18:50:46.951Z Downloaded phc v0.6.1
8052026-08-13T18:50:46.952Z Downloaded phf v0.13.1
8062026-08-13T18:50:46.952Z Downloaded port-file v0.1.0
8072026-08-13T18:50:46.955Z Downloaded progenitor v0.14.0
8082026-08-13T18:50:46.955Z Downloaded primeorder v0.13.6
8092026-08-13T18:50:46.955Z Downloaded termtree v0.5.1
8102026-08-13T18:50:46.955Z Downloaded r2d2 v0.8.10
8112026-08-13T18:50:46.958Z Downloaded typify-macro v0.6.2
8122026-08-13T18:50:46.964Z Downloaded libsw-core v0.3.2
8132026-08-13T18:50:46.969Z Downloaded heapless v0.8.0
8142026-08-13T18:50:46.972Z Downloaded litrs v1.0.0
8152026-08-13T18:50:46.972Z Downloaded ml-kem v0.3.2
8162026-08-13T18:50:46.976Z Downloaded rustls-pemfile v2.2.0
8172026-08-13T18:50:46.976Z Downloaded rusty-fork v0.3.1
8182026-08-13T18:50:46.976Z Downloaded heapless v0.7.17
8192026-08-13T18:50:46.979Z Downloaded serde_derive_internals v0.29.1
8202026-08-13T18:50:46.979Z Downloaded icu_locale_core v2.1.1
8212026-08-13T18:50:46.983Z Downloaded wnaf v0.14.0
8222026-08-13T18:50:46.983Z Downloaded untrusted v0.9.0
8232026-08-13T18:50:46.983Z Downloaded darling v0.21.3
8242026-08-13T18:50:46.986Z Downloaded darling_macro v0.20.11
8252026-08-13T18:50:46.986Z Downloaded darling_macro v0.21.3
8262026-08-13T18:50:46.986Z Downloaded delegate v0.13.5
8272026-08-13T18:50:46.986Z Downloaded crc8 v0.1.1
8282026-08-13T18:50:46.990Z Downloaded diff v0.1.13
8292026-08-13T18:50:46.990Z Downloaded progenitor v0.13.0
8302026-08-13T18:50:46.990Z Downloaded cpufeatures v0.3.0
8312026-08-13T18:50:46.996Z Downloaded zone_cfg_derive v0.3.1
8322026-08-13T18:50:46.999Z Downloaded hkdf v0.12.4
8332026-08-13T18:50:46.999Z Downloaded diesel_table_macro_syntax v0.3.0
8342026-08-13T18:50:47.003Z Downloaded difflib v0.4.0
8352026-08-13T18:50:47.006Z Downloaded elliptic-curve v0.13.8
8362026-08-13T18:50:47.010Z Downloaded time-macros v0.2.27
8372026-08-13T18:50:47.013Z Downloaded ident_case v1.0.1
8382026-08-13T18:50:47.013Z Downloaded flate2 v1.1.9
8392026-08-13T18:50:47.017Z Downloaded half v2.7.1
8402026-08-13T18:50:47.020Z Downloaded sqlformat v0.3.5
8412026-08-13T18:50:47.020Z Downloaded indent_write v2.2.0
8422026-08-13T18:50:47.020Z Downloaded kstat-rs v0.2.5
8432026-08-13T18:50:47.024Z Downloaded schemars v0.8.22
8442026-08-13T18:50:47.030Z Downloaded schemars v0.9.0
8452026-08-13T18:50:47.037Z Downloaded strum_macros v0.27.2
8462026-08-13T18:50:47.041Z Downloaded serde_yaml v0.9.34+deprecated
8472026-08-13T18:50:47.041Z Downloaded usdt-impl v0.6.0
8482026-08-13T18:50:47.041Z Downloaded cc v1.2.56
8492026-08-13T18:50:47.044Z Downloaded spki v0.8.0
8502026-08-13T18:50:47.044Z Downloaded tls_codec v0.4.2
8512026-08-13T18:50:47.044Z Downloaded inout v0.2.2
8522026-08-13T18:50:47.044Z Downloaded instant v0.1.13
8532026-08-13T18:50:47.048Z Downloaded vergen-git2 v9.1.0
8542026-08-13T18:50:47.048Z Downloaded walkdir v2.5.0
8552026-08-13T18:50:47.048Z Downloaded nodrop v0.1.14
8562026-08-13T18:50:47.048Z Downloaded match_cfg v0.1.0
8572026-08-13T18:50:47.051Z Downloaded num_enum_derive v0.5.11
8582026-08-13T18:50:47.051Z Downloaded nibble_vec v0.1.0
8592026-08-13T18:50:47.056Z Downloaded serde_cbor v0.11.2
8602026-08-13T18:50:47.060Z Downloaded serde_with_macros v3.21.0
8612026-08-13T18:50:47.060Z Downloaded writeable v0.6.2
8622026-08-13T18:50:47.060Z Downloaded oso-derive v0.27.3
8632026-08-13T18:50:47.063Z Downloaded p384 v0.14.0
8642026-08-13T18:50:47.067Z Downloaded peg-runtime v0.8.5
8652026-08-13T18:50:47.071Z Downloaded icu_collections v2.1.1
8662026-08-13T18:50:47.081Z Downloaded potential_utf v0.1.4
8672026-08-13T18:50:47.085Z Downloaded recursive-proc-macro-impl v0.1.1
8682026-08-13T18:50:47.088Z Downloaded derive_more v0.99.20
8692026-08-13T18:50:47.088Z Downloaded ref-cast-impl v1.0.25
8702026-08-13T18:50:47.092Z Downloaded scopeguard v1.2.0
8712026-08-13T18:50:47.095Z Downloaded serde_repr v0.1.20
8722026-08-13T18:50:47.098Z Downloaded serde_spanned v1.1.1
8732026-08-13T18:50:47.098Z Downloaded prettyplease v0.2.37
8742026-08-13T18:50:47.104Z Downloaded ecdsa v0.16.9
8752026-08-13T18:50:47.108Z Downloaded ena v0.14.4
8762026-08-13T18:50:47.112Z Downloaded impl-trait-for-tuples v0.2.3
8772026-08-13T18:50:47.112Z Downloaded libefi-sys v0.1.0
8782026-08-13T18:50:47.112Z Downloaded maplit v1.0.2
8792026-08-13T18:50:47.112Z Downloaded serde-big-array v0.5.1
8802026-08-13T18:50:47.115Z Downloaded strsim v0.10.0
8812026-08-13T18:50:47.115Z Downloaded tagptr v0.2.0
8822026-08-13T18:50:47.115Z Downloaded expectorate v1.2.0
8832026-08-13T18:50:47.119Z Downloaded thread-id v5.1.0
8842026-08-13T18:50:47.119Z Downloaded indicatif v0.18.4
8852026-08-13T18:50:47.122Z Downloaded quinn v0.11.11
8862026-08-13T18:50:47.125Z Downloaded zerotrie v0.2.3
8872026-08-13T18:50:47.131Z Downloaded quinn-udp v0.5.14
8882026-08-13T18:50:47.134Z Downloaded tabwriter v1.4.1
8892026-08-13T18:50:47.134Z Downloaded unarray v0.1.4
8902026-08-13T18:50:47.138Z Downloaded libsw v3.5.0
8912026-08-13T18:50:47.141Z Downloaded mime_guess v2.0.5
8922026-08-13T18:50:47.141Z Downloaded utf-8 v0.7.6
8932026-08-13T18:50:47.141Z Downloaded litemap v0.8.1
8942026-08-13T18:50:47.144Z Downloaded multer v3.1.0
8952026-08-13T18:50:47.148Z Downloaded tower-service v0.3.3
8962026-08-13T18:50:47.148Z Downloaded darling_core v0.23.0
8972026-08-13T18:50:47.151Z Downloaded pin-project-internal v1.1.11
8982026-08-13T18:50:47.151Z Downloaded untrusted v0.7.1
8992026-08-13T18:50:47.155Z Downloaded peg-macros v0.8.5
9002026-08-13T18:50:47.155Z Downloaded hashbrown v0.12.3
9012026-08-13T18:50:47.158Z Downloaded hickory-server v0.25.2
9022026-08-13T18:50:47.158Z Downloaded hickory-resolver v0.24.4
9032026-08-13T18:50:47.161Z Downloaded crossbeam-utils v0.8.21
9042026-08-13T18:50:47.161Z Downloaded pin-project-lite v0.2.17
9052026-08-13T18:50:47.166Z Downloaded crossbeam-epoch v0.9.18
9062026-08-13T18:50:47.170Z Downloaded snafu v0.8.9
9072026-08-13T18:50:47.170Z Downloaded oxide-tokio-rt v0.1.4
9082026-08-13T18:50:47.173Z Downloaded waitgroup v0.1.2
9092026-08-13T18:50:47.173Z Downloaded ron v0.8.1
9102026-08-13T18:50:47.173Z Downloaded darling_core v0.21.3
9112026-08-13T18:50:47.177Z Downloaded psm v0.1.30
9122026-08-13T18:50:47.180Z Downloaded xattr v1.6.1
9132026-08-13T18:50:47.180Z Downloaded digest-io v0.1.0
9142026-08-13T18:50:47.183Z Downloaded debug-ignore v1.0.5
9152026-08-13T18:50:47.183Z Downloaded derive_more v2.1.1
9162026-08-13T18:50:47.188Z Downloaded dyn-clone v1.0.20
9172026-08-13T18:50:47.191Z Downloaded illumos-nvpair v0.3.0
9182026-08-13T18:50:47.191Z Downloaded rand_chacha v0.9.0
9192026-08-13T18:50:47.191Z Downloaded csv-core v0.1.13
9202026-08-13T18:50:47.191Z Downloaded rand v0.10.1
9212026-08-13T18:50:47.196Z Downloaded darling v0.23.0
9222026-08-13T18:50:47.199Z Downloaded digest v0.11.3
9232026-08-13T18:50:47.199Z Downloaded signal-hook v0.3.18
9242026-08-13T18:50:47.199Z Downloaded smallvec v1.15.1
9252026-08-13T18:50:47.199Z Downloaded ctr v0.10.1
9262026-08-13T18:50:47.202Z Downloaded des v0.9.0
9272026-08-13T18:50:47.203Z Downloaded unicode-segmentation v1.12.0
9282026-08-13T18:50:47.203Z Downloaded is-terminal v0.4.17
9292026-08-13T18:50:47.206Z Downloaded rpassword v7.5.4
9302026-08-13T18:50:47.206Z Downloaded slog-json v2.6.1
9312026-08-13T18:50:47.206Z Downloaded spki v0.7.3
9322026-08-13T18:50:47.206Z Downloaded stringprep v0.1.5
9332026-08-13T18:50:47.210Z Downloaded enum-as-inner v0.6.1
9342026-08-13T18:50:47.210Z Downloaded tungstenite v0.21.0
9352026-08-13T18:50:47.210Z Downloaded url v2.5.8
9362026-08-13T18:50:47.214Z Downloaded toml v1.1.2+spec-1.1.0
9372026-08-13T18:50:47.217Z Downloaded yansi v1.0.1
9382026-08-13T18:50:47.220Z Downloaded md5 v0.8.0
9392026-08-13T18:50:47.221Z Downloaded term v1.2.1
9402026-08-13T18:50:47.224Z Downloaded x509-cert v0.2.5
9412026-08-13T18:50:47.227Z Downloaded tokio-rustls v0.26.4
9422026-08-13T18:50:47.227Z Downloaded unicase v2.9.0
9432026-08-13T18:50:47.230Z Downloaded tokio-dtrace v0.1.1
9442026-08-13T18:50:47.230Z Downloaded tokio-tungstenite v0.23.1
9452026-08-13T18:50:47.234Z Downloaded yoke-derive v0.8.1
9462026-08-13T18:50:47.237Z Downloaded owo-colors v4.3.0
9472026-08-13T18:50:47.237Z Downloaded vergen-lib v0.1.6
9482026-08-13T18:50:47.241Z Downloaded hashbrown v0.13.2
9492026-08-13T18:50:47.244Z Downloaded http v1.4.2
9502026-08-13T18:50:47.244Z Downloaded hyper-util v0.1.20
9512026-08-13T18:50:47.247Z Downloaded newtype-uuid-macros v0.1.0
9522026-08-13T18:50:47.247Z Downloaded crossbeam-channel v0.5.15
9532026-08-13T18:50:47.251Z Downloaded proc-macro-crate v3.4.0
9542026-08-13T18:50:47.251Z Downloaded proc-macro-error-attr2 v2.0.0
9552026-08-13T18:50:47.251Z Downloaded zerovec-derive v0.11.2
9562026-08-13T18:50:47.255Z Downloaded zopfli v0.8.3
9572026-08-13T18:50:47.258Z Downloaded wyz v0.5.1
9582026-08-13T18:50:47.259Z Downloaded zstd-safe v7.2.4
9592026-08-13T18:50:47.262Z Downloaded der_derive v0.7.3
9602026-08-13T18:50:47.265Z Downloaded russh-util v0.52.0
9612026-08-13T18:50:47.265Z Downloaded signal-hook-tokio v0.3.1
9622026-08-13T18:50:47.269Z Downloaded toml_edit v0.19.15
9632026-08-13T18:50:47.277Z Downloaded dropshot_endpoint v0.17.1
9642026-08-13T18:50:47.280Z Downloaded serde_bytes v0.11.19
9652026-08-13T18:50:47.280Z Downloaded rustc_version v0.4.1
9662026-08-13T18:50:47.283Z Downloaded sha1 v0.11.0
9672026-08-13T18:50:47.287Z Downloaded sqlparser_derive v0.5.0
9682026-08-13T18:50:47.287Z Downloaded tinyvec_macros v0.1.1
9692026-08-13T18:50:47.290Z Downloaded usdt v0.6.0
9702026-08-13T18:50:47.293Z Downloaded publicsuffix v2.3.0
9712026-08-13T18:50:47.293Z Downloaded keccak v0.1.6
9722026-08-13T18:50:47.293Z Downloaded signal-hook-mio v0.2.5
9732026-08-13T18:50:47.297Z Downloaded serde_with_macros v1.5.2
9742026-08-13T18:50:47.301Z Downloaded aes v0.9.1
9752026-08-13T18:50:47.308Z Downloaded synstructure v0.13.2
9762026-08-13T18:50:47.311Z Downloaded native-tls v0.2.18
9772026-08-13T18:50:47.315Z Downloaded unicode-truncate v1.1.0
9782026-08-13T18:50:47.318Z Downloaded wait-timeout v0.2.1
9792026-08-13T18:50:47.318Z Downloaded xshell-macros v0.2.7
9802026-08-13T18:50:47.318Z Downloaded aho-corasick v1.1.4
9812026-08-13T18:50:47.322Z Downloaded lzss v0.8.2
9822026-08-13T18:50:47.322Z Downloaded mio v1.2.0
9832026-08-13T18:50:47.325Z Downloaded omicron-zone-package v0.12.3
9842026-08-13T18:50:47.328Z Downloaded oso v0.27.3
9852026-08-13T18:50:47.328Z Downloaded pin-project v1.1.11
9862026-08-13T18:50:47.333Z Downloaded parse-display v0.10.0
9872026-08-13T18:50:47.337Z Downloaded polyval v0.7.1
9882026-08-13T18:50:47.337Z Downloaded parse-display-derive v0.10.0
9892026-08-13T18:50:47.337Z Downloaded pem-rfc7468 v1.0.0
9902026-08-13T18:50:47.337Z Downloaded crunchy v0.2.4
9912026-08-13T18:50:47.340Z Downloaded derive_builder_macro v0.20.2
9922026-08-13T18:50:47.340Z Downloaded endian-type v0.1.2
9932026-08-13T18:50:47.340Z Downloaded libscf-sys v1.2.0
9942026-08-13T18:50:47.340Z Downloaded memoffset v0.9.1
9952026-08-13T18:50:47.344Z Downloaded managed v0.8.0
9962026-08-13T18:50:47.347Z Downloaded zip v4.6.1
9972026-08-13T18:50:47.350Z Downloaded progenitor-impl v0.13.0
9982026-08-13T18:50:47.355Z Downloaded resolv-conf v0.7.6
9992026-08-13T18:50:47.359Z Downloaded schemars_derive v0.8.22
10002026-08-13T18:50:47.359Z Downloaded sec1 v0.7.3
10012026-08-13T18:50:47.359Z Downloaded num_threads v0.1.7
10022026-08-13T18:50:47.359Z Downloaded rand_core v0.10.0
10032026-08-13T18:50:47.363Z Downloaded steno v0.4.1
10042026-08-13T18:50:47.366Z Downloaded illumos-nvpair-sys v0.2.0
10052026-08-13T18:50:47.366Z Downloaded inout v0.1.4
10062026-08-13T18:50:47.366Z Downloaded mime v0.3.17
10072026-08-13T18:50:47.369Z Downloaded icu_normalizer v2.1.1
10082026-08-13T18:50:47.376Z Downloaded slog-dtrace v0.3.0
10092026-08-13T18:50:47.379Z Downloaded slog-stdlog v4.1.1
10102026-08-13T18:50:47.379Z Downloaded secrecy v0.8.0
10112026-08-13T18:50:47.383Z Downloaded ssh-cipher v0.3.0
10122026-08-13T18:50:47.383Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10132026-08-13T18:50:47.386Z Downloaded scroll_derive v0.13.1
10142026-08-13T18:50:47.389Z Downloaded rand_chacha v0.3.1
10152026-08-13T18:50:47.393Z Downloaded quick-error v1.2.3
10162026-08-13T18:50:47.396Z Downloaded thiserror-no-std v2.0.2
10172026-08-13T18:50:47.396Z Downloaded tiny-keccak v2.0.2
10182026-08-13T18:50:47.399Z Downloaded xshell v0.2.7
10192026-08-13T18:50:47.399Z Downloaded time-core v0.1.8
10202026-08-13T18:50:47.399Z Downloaded russh-cryptovec v0.62.0
10212026-08-13T18:50:47.399Z Downloaded hashbrown v0.15.5
10222026-08-13T18:50:47.403Z Downloaded schemars v1.2.1
10232026-08-13T18:50:47.410Z Downloaded tokio-postgres v0.7.16
10242026-08-13T18:50:47.413Z Downloaded unicode_categories v0.1.1
10252026-08-13T18:50:47.416Z Downloaded zeroize_derive v1.5.0
10262026-08-13T18:50:47.426Z Downloaded pkcs8 v0.10.2
10272026-08-13T18:50:47.429Z Downloaded prefix-trie v0.7.0
10282026-08-13T18:50:47.429Z Downloaded pretty_assertions v1.4.1
10292026-08-13T18:50:47.432Z Downloaded ecdsa v0.17.0
10302026-08-13T18:50:47.436Z Downloaded yoke v0.8.1
10312026-08-13T18:50:47.439Z Downloaded darling_macro v0.23.0
10322026-08-13T18:50:47.439Z Downloaded uzers v0.12.2
10332026-08-13T18:50:47.444Z Downloaded aes-gcm v0.11.0
10342026-08-13T18:50:47.448Z Downloaded topological-sort v0.2.2
10352026-08-13T18:50:47.451Z Downloaded ignore v0.4.25
10362026-08-13T18:50:47.451Z Downloaded futures-util v0.3.32
10372026-08-13T18:50:47.457Z Downloaded predicates v3.1.4
10382026-08-13T18:50:47.461Z Downloaded dirs-sys-next v0.1.2
10392026-08-13T18:50:47.461Z Downloaded document-features v0.2.12
10402026-08-13T18:50:47.461Z Downloaded derive-where v1.6.0
10412026-08-13T18:50:47.464Z Downloaded maybe-uninit v2.0.0
10422026-08-13T18:50:47.464Z Downloaded ingot-types v0.2.0
10432026-08-13T18:50:47.464Z Downloaded phf_shared v0.11.3
10442026-08-13T18:50:47.464Z Downloaded rustversion v1.0.22
10452026-08-13T18:50:47.467Z Downloaded unicode-xid v0.2.6
10462026-08-13T18:50:47.467Z Downloaded crc v3.4.0
10472026-08-13T18:50:47.476Z Downloaded tls_codec_derive v0.4.2
10482026-08-13T18:50:47.479Z Downloaded yasna v0.5.2
10492026-08-13T18:50:47.479Z Downloaded libbz2-rs-sys v0.2.2
10502026-08-13T18:50:47.483Z Downloaded percent-encoding v2.3.2
10512026-08-13T18:50:47.483Z Downloaded phf_shared v0.12.1
10522026-08-13T18:50:47.483Z Downloaded twox-hash v2.1.2
10532026-08-13T18:50:47.483Z Downloaded rand_pcg v0.10.2
10542026-08-13T18:50:47.486Z Downloaded recursive v0.1.1
10552026-08-13T18:50:47.486Z Downloaded nu-ansi-term v0.50.3
10562026-08-13T18:50:47.489Z Downloaded pem v3.0.6
10572026-08-13T18:50:47.490Z Downloaded pem-rfc7468 v0.7.0
10582026-08-13T18:50:47.490Z Downloaded progenitor-client v0.13.0
10592026-08-13T18:50:47.490Z Downloaded zeroize v1.9.0
10602026-08-13T18:50:47.493Z Downloaded data-encoding v2.10.0
10612026-08-13T18:50:47.493Z Downloaded num-traits v0.2.19
10622026-08-13T18:50:47.497Z Downloaded reedline v0.40.0
10632026-08-13T18:50:47.500Z Downloaded slog-bunyan v2.5.0
10642026-08-13T18:50:47.509Z Downloaded universal-hash v0.6.1
10652026-08-13T18:50:47.509Z Downloaded toml_edit v0.23.10+spec-1.0.0
10662026-08-13T18:50:47.509Z Downloaded simd-adler32 v0.3.8
10672026-08-13T18:50:47.514Z Downloaded stacker v0.1.23
10682026-08-13T18:50:47.514Z Downloaded string_cache v0.8.9
10692026-08-13T18:50:47.517Z Downloaded take_mut v0.2.2
10702026-08-13T18:50:47.520Z Downloaded scuffle v0.1.0
10712026-08-13T18:50:47.524Z Downloaded hyper v1.10.1
10722026-08-13T18:50:47.527Z Downloaded hashbrown v0.16.1
10732026-08-13T18:50:47.530Z Downloaded parking_lot v0.12.5
10742026-08-13T18:50:47.530Z Downloaded daft-derive v0.1.7
10752026-08-13T18:50:47.534Z Downloaded darling v0.20.11
10762026-08-13T18:50:47.537Z Downloaded derive_builder v0.20.2
10772026-08-13T18:50:47.540Z Downloaded derive_builder_core v0.20.2
10782026-08-13T18:50:47.541Z Downloaded idna v1.1.0
10792026-08-13T18:50:47.545Z Downloaded crucible-workspace-hack v0.1.0
10802026-08-13T18:50:47.545Z Downloaded embedded-io v0.6.1
10812026-08-13T18:50:47.545Z Downloaded vsss-rs v3.3.4
10822026-08-13T18:50:47.545Z Downloaded ingot v0.2.1
10832026-08-13T18:50:47.548Z Downloaded dsl_auto_type v0.2.0
10842026-08-13T18:50:47.552Z Downloaded darling_macro v0.13.4
10852026-08-13T18:50:47.552Z Downloaded multimap v0.10.1
10862026-08-13T18:50:47.552Z Downloaded ingot-macros v0.2.0
10872026-08-13T18:50:47.555Z Downloaded lru-slab v0.1.2
10882026-08-13T18:50:47.558Z Downloaded normalize-line-endings v0.3.0
10892026-08-13T18:50:47.562Z Downloaded darling_core v0.20.11
10902026-08-13T18:50:47.566Z Downloaded rsa v0.9.10
10912026-08-13T18:50:47.569Z Downloaded newtype-uuid v1.3.2
10922026-08-13T18:50:47.574Z Downloaded num-bigint v0.4.6
10932026-08-13T18:50:47.577Z Downloaded module-lattice v0.2.3
10942026-08-13T18:50:47.581Z Downloaded progenitor-client v0.14.0
10952026-08-13T18:50:47.584Z Downloaded tokio-macros v2.7.0
10962026-08-13T18:50:47.584Z Downloaded der v0.7.10
10972026-08-13T18:50:47.592Z Downloaded tower v0.5.3
10982026-08-13T18:50:47.597Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10992026-08-13T18:50:47.600Z Downloaded bindgen v0.71.1
11002026-08-13T18:50:47.605Z Downloaded strum v0.27.2
11012026-08-13T18:50:47.605Z Downloaded try-lock v0.2.5
11022026-08-13T18:50:47.605Z Downloaded structmeta-derive v0.3.0
11032026-08-13T18:50:47.609Z Downloaded shlex v1.3.0
11042026-08-13T18:50:47.609Z Downloaded term v0.7.0
11052026-08-13T18:50:47.609Z Downloaded slog-term v2.9.2
11062026-08-13T18:50:47.609Z Downloaded smf v0.2.3
11072026-08-13T18:50:47.612Z Downloaded shell-words v1.1.1
11082026-08-13T18:50:47.612Z Downloaded zerofrom-derive v0.1.6
11092026-08-13T18:50:47.612Z Downloaded num-bigint-dig v0.8.6
11102026-08-13T18:50:47.617Z Downloaded embedded-io v0.4.0
11112026-08-13T18:50:47.617Z Downloaded h2 v0.4.15
11122026-08-13T18:50:47.621Z Downloaded hkdf v0.13.0
11132026-08-13T18:50:47.621Z Downloaded toml_parser v1.1.2+spec-1.1.0
11142026-08-13T18:50:47.624Z Downloaded defmt-parser v1.0.0
11152026-08-13T18:50:47.624Z Downloaded vergen-gitcl v1.0.8
11162026-08-13T18:50:47.624Z Downloaded corncobs v0.1.4
11172026-08-13T18:50:47.628Z Downloaded password-hash v0.6.1
11182026-08-13T18:50:47.628Z Downloaded parse-size v1.1.0
11192026-08-13T18:50:47.628Z Downloaded zerocopy-derive v0.8.40
11202026-08-13T18:50:47.634Z Downloaded qorb v0.4.1
11212026-08-13T18:50:47.637Z Downloaded crypto-bigint v0.5.5
11222026-08-13T18:50:47.641Z Downloaded darling v0.13.4
11232026-08-13T18:50:47.644Z Downloaded jobserver v0.1.34
11242026-08-13T18:50:47.644Z Downloaded dtrace-parser v0.3.0
11252026-08-13T18:50:47.644Z Downloaded siphasher v1.0.2
11262026-08-13T18:50:47.648Z Downloaded stable_deref_trait v1.2.1
11272026-08-13T18:50:47.648Z Downloaded want v0.3.1
11282026-08-13T18:50:47.657Z Downloaded tar v0.4.46
11292026-08-13T18:50:47.660Z Downloaded blake3 v1.8.5
11302026-08-13T18:50:47.663Z Downloaded subprocess v0.2.15
11312026-08-13T18:50:47.667Z Downloaded oxnet v0.1.6
11322026-08-13T18:50:47.667Z Downloaded oxide-update-engine-display v0.1.2
11332026-08-13T18:50:47.667Z Downloaded packed_struct v0.10.1
11342026-08-13T18:50:47.670Z Downloaded ppv-lite86 v0.2.21
11352026-08-13T18:50:47.670Z Downloaded rand_seeder v0.4.0
11362026-08-13T18:50:47.670Z Downloaded crypto-common v0.2.2
11372026-08-13T18:50:47.670Z Downloaded downcast-rs v2.0.2
11382026-08-13T18:50:47.670Z Downloaded num-iter v0.1.45
11392026-08-13T18:50:47.670Z Downloaded lru-cache v0.1.2
11402026-08-13T18:50:47.677Z Downloaded signature v2.2.0
11412026-08-13T18:50:47.681Z Downloaded p256 v0.14.0
11422026-08-13T18:50:47.690Z Downloaded serde-hex v0.1.0
11432026-08-13T18:50:47.694Z Downloaded progenitor-macro v0.13.0
11442026-08-13T18:50:47.694Z Downloaded similar v2.7.0
11452026-08-13T18:50:47.697Z Downloaded socket2 v0.5.10
11462026-08-13T18:50:47.701Z Downloaded cpubits v0.1.1
11472026-08-13T18:50:47.701Z Downloaded is_ci v1.2.0
11482026-08-13T18:50:47.704Z Downloaded minimal-lexical v0.2.1
11492026-08-13T18:50:47.707Z Downloaded crc-any v2.5.0
11502026-08-13T18:50:47.710Z Downloaded packed_struct_codegen v0.10.1
11512026-08-13T18:50:47.711Z Downloaded unicode-properties v0.1.4
11522026-08-13T18:50:47.714Z Downloaded elliptic-curve v0.14.1
11532026-08-13T18:50:47.717Z Downloaded rand v0.8.6
11542026-08-13T18:50:47.717Z Downloaded zerovec v0.11.5
11552026-08-13T18:50:47.721Z Downloaded defmt-macros v1.0.1
11562026-08-13T18:50:47.724Z Downloaded tokio-tungstenite v0.21.0
11572026-08-13T18:50:47.727Z Downloaded sha1 v0.10.6
11582026-08-13T18:50:47.731Z Downloaded serde_path_to_error v0.1.20
11592026-08-13T18:50:47.731Z Downloaded ed25519-dalek v3.0.0
11602026-08-13T18:50:47.731Z Downloaded serde_with v1.14.0
11612026-08-13T18:50:47.734Z Downloaded sync_wrapper v1.0.2
11622026-08-13T18:50:47.735Z Downloaded der v0.8.0
11632026-08-13T18:50:47.738Z Downloaded iri-string v0.7.10
11642026-08-13T18:50:47.742Z Downloaded trait-variant v0.1.2
11652026-08-13T18:50:47.745Z Downloaded dirs-next v2.0.0
11662026-08-13T18:50:47.745Z Downloaded lazy_static v1.5.0
11672026-08-13T18:50:47.745Z Downloaded rustyline v14.0.0
11682026-08-13T18:50:47.748Z Downloaded icu_properties v2.1.2
11692026-08-13T18:50:47.748Z Downloaded oxide-update-engine-types v0.1.2
11702026-08-13T18:50:47.752Z Downloaded indoc v2.0.7
11712026-08-13T18:50:47.752Z Downloaded num_enum v0.5.11
11722026-08-13T18:50:47.755Z Downloaded bitvec v1.0.1
11732026-08-13T18:50:47.761Z Downloaded usdt-attr-macro v0.6.0
11742026-08-13T18:50:47.764Z Downloaded md-5 v0.10.6
11752026-08-13T18:50:47.764Z Downloaded keccak v0.2.0
11762026-08-13T18:50:47.764Z Downloaded new_debug_unreachable v1.0.6
11772026-08-13T18:50:47.764Z Downloaded subtle v2.6.1
11782026-08-13T18:50:47.765Z Downloaded thiserror-impl-no-std v2.0.2
11792026-08-13T18:50:47.768Z Downloaded curve25519-dalek-derive v0.1.1
11802026-08-13T18:50:47.771Z Downloaded tough v0.22.0
11812026-08-13T18:50:47.777Z Downloaded jiff-core v0.1.0
11822026-08-13T18:50:47.781Z Downloaded unicode-normalization v0.1.25
11832026-08-13T18:50:47.784Z Downloaded libxml v0.3.3
11842026-08-13T18:50:47.788Z Downloaded crc32fast v1.5.0
11852026-08-13T18:50:47.788Z Downloaded defmt v1.0.1
11862026-08-13T18:50:47.791Z Downloaded diesel-dtrace v0.5.0
11872026-08-13T18:50:47.791Z Downloaded newline-converter v0.3.0
11882026-08-13T18:50:47.791Z Downloaded thread_local v1.1.9
11892026-08-13T18:50:47.795Z Downloaded uuid v1.23.4
11902026-08-13T18:50:47.798Z Downloaded linear-map v1.2.0
11912026-08-13T18:50:47.798Z Downloaded predicates-tree v1.0.13
11922026-08-13T18:50:47.798Z Downloaded primeorder v0.14.0
11932026-08-13T18:50:47.804Z Downloaded zone v0.3.1
11942026-08-13T18:50:47.808Z Downloaded diesel_derives v2.3.7
11952026-08-13T18:50:47.811Z Downloaded num_enum_derive v0.7.6
11962026-08-13T18:50:47.811Z Downloaded poly1305 v0.8.0
11972026-08-13T18:50:47.817Z Downloaded serdect v0.4.3
11982026-08-13T18:50:47.820Z Downloaded ed25519 v3.0.0
11992026-08-13T18:50:47.824Z Downloaded internet-checksum v0.2.1
12002026-08-13T18:50:47.827Z Downloaded icu_properties_data v2.1.2
12012026-08-13T18:50:47.830Z Downloaded darling_core v0.13.4
12022026-08-13T18:50:47.834Z Downloaded itertools v0.13.0
12032026-08-13T18:50:47.838Z Downloaded memmap2 v0.9.10
12042026-08-13T18:50:47.846Z Downloaded dof v0.4.0
12052026-08-13T18:50:47.846Z Downloaded rustls-pki-types v1.14.0
12062026-08-13T18:50:47.850Z Downloaded pkcs5 v0.8.1
12072026-08-13T18:50:47.854Z Downloaded rand_core v0.6.4
12082026-08-13T18:50:47.854Z Downloaded unicode-bidi v0.3.18
12092026-08-13T18:50:47.857Z Downloaded ed25519-dalek v2.2.0
12102026-08-13T18:50:47.857Z Downloaded snafu-derive v0.8.9
12112026-08-13T18:50:47.861Z Downloaded sec1 v0.8.1
12122026-08-13T18:50:47.861Z Downloaded usdt-macro v0.6.0
12132026-08-13T18:50:47.861Z Downloaded pkcs1 v0.8.0-rc.4
12142026-08-13T18:50:47.865Z Downloaded crossterm v0.28.1
12152026-08-13T18:50:47.868Z Downloaded tui-tree-widget v0.23.1
12162026-08-13T18:50:47.868Z Downloaded regex v1.12.3
12172026-08-13T18:50:47.871Z Downloaded icu_normalizer_data v2.1.1
12182026-08-13T18:50:47.871Z Downloaded slog v2.8.2
12192026-08-13T18:50:47.875Z Downloaded vte v0.14.1
12202026-08-13T18:50:47.875Z Downloaded zstd v0.13.3
12212026-08-13T18:50:47.878Z Downloaded scroll v0.13.0
12222026-08-13T18:50:47.878Z Downloaded tokio-stream v0.1.18
12232026-08-13T18:50:47.882Z Downloaded strum_macros v0.24.3
12242026-08-13T18:50:47.882Z Downloaded rand v0.9.2
12252026-08-13T18:50:47.885Z Downloaded parking_lot v0.11.2
12262026-08-13T18:50:47.885Z Downloaded parking_lot_core v0.8.6
12272026-08-13T18:50:47.888Z Downloaded zip v0.6.6
12282026-08-13T18:50:47.891Z Downloaded scrypt v0.12.0
12292026-08-13T18:50:47.891Z Downloaded pkg-config v0.3.32
12302026-08-13T18:50:47.891Z Downloaded primefield v0.14.0
12312026-08-13T18:50:47.901Z Downloaded postgres-types v0.2.12
12322026-08-13T18:50:47.906Z Downloaded test-strategy v0.4.5
12332026-08-13T18:50:47.909Z Downloaded chrono v0.4.45
12342026-08-13T18:50:47.912Z Downloaded cookie_store v0.22.1
12352026-08-13T18:50:47.916Z Downloaded ssh-key v0.7.0-rc.11
12362026-08-13T18:50:47.919Z Downloaded quick-xml v0.37.5
12372026-08-13T18:50:47.922Z Downloaded progenitor-impl v0.14.0
12382026-08-13T18:50:47.922Z Downloaded internal-russh-num-bigint v0.5.0
12392026-08-13T18:50:47.926Z Downloaded rcgen v0.12.1
12402026-08-13T18:50:47.930Z Downloaded icu_provider v2.1.1
12412026-08-13T18:50:47.935Z Downloaded git2 v0.20.4
12422026-08-13T18:50:47.939Z Downloaded samael v0.0.19
12432026-08-13T18:50:47.942Z Downloaded aws-lc-rs v1.16.3
12442026-08-13T18:50:47.948Z Downloaded drift v0.2.0
12452026-08-13T18:50:47.953Z Downloaded tungstenite v0.23.0
12462026-08-13T18:50:47.957Z Downloaded unsafe-libyaml v0.2.11
12472026-08-13T18:50:47.957Z Downloaded derive_more-impl v2.1.1
12482026-08-13T18:50:47.960Z Downloaded goblin v0.10.5
12492026-08-13T18:50:47.964Z Downloaded miniz_oxide v0.8.9
12502026-08-13T18:50:47.972Z Downloaded rustls-webpki v0.103.13
12512026-08-13T18:50:47.975Z Downloaded tower-http v0.6.8
12522026-08-13T18:50:47.979Z Downloaded quinn-proto v0.11.16
12532026-08-13T18:50:47.982Z Downloaded p521 v0.14.0
12542026-08-13T18:50:47.991Z Downloaded dropshot-api-manager v0.7.2
12552026-08-13T18:50:47.997Z Downloaded indexmap v1.9.3
12562026-08-13T18:50:48.002Z Downloaded tabled v0.21.0
12572026-08-13T18:50:48.013Z Downloaded time v0.3.47
12582026-08-13T18:50:48.021Z Downloaded itertools v0.14.0
12592026-08-13T18:50:48.025Z Downloaded rawzip v0.4.4
12602026-08-13T18:50:48.028Z Downloaded socket2 v0.6.3
12612026-08-13T18:50:48.032Z Downloaded typed-path v0.9.3
12622026-08-13T18:50:48.035Z Downloaded winnow v1.0.3
12632026-08-13T18:50:48.045Z Downloaded rsa v0.10.0-rc.18
12642026-08-13T18:50:48.049Z Downloaded zlib-rs v0.6.2
12652026-08-13T18:50:48.057Z Downloaded portable-atomic v1.13.1
12662026-08-13T18:50:48.090Z Downloaded winnow v0.5.40
12672026-08-13T18:50:48.097Z Downloaded itertools v0.10.5
12682026-08-13T18:50:48.101Z Downloaded nom v8.0.0
12692026-08-13T18:50:48.105Z Downloaded rayon v1.11.0
12702026-08-13T18:50:48.116Z Downloaded iddqd v0.4.2
12712026-08-13T18:50:48.120Z Downloaded petname v2.0.2
12722026-08-13T18:50:48.123Z Downloaded winnow v0.6.26
12732026-08-13T18:50:48.129Z Downloaded itertools v0.12.1
12742026-08-13T18:50:48.133Z Downloaded vcpkg v0.2.15
12752026-08-13T18:50:48.157Z Downloaded libm v0.2.16
12762026-08-13T18:50:48.163Z Downloaded nom v7.1.3
12772026-08-13T18:50:48.167Z Downloaded p384 v0.13.1
12782026-08-13T18:50:48.171Z Downloaded tokio-util v0.7.18
12792026-08-13T18:50:48.174Z Downloaded serde_with v3.21.0
12802026-08-13T18:50:48.182Z Downloaded salty v0.3.0
12812026-08-13T18:50:48.186Z Downloaded itertools v0.15.0
12822026-08-13T18:50:48.190Z Downloaded sha3 v0.12.0
12832026-08-13T18:50:48.194Z Downloaded openssl v0.10.80
12842026-08-13T18:50:48.198Z Downloaded smoltcp v0.11.0
12852026-08-13T18:50:48.205Z Downloaded object v0.30.4
12862026-08-13T18:50:48.211Z Downloaded regress v0.11.1
12872026-08-13T18:50:48.216Z Downloaded radix_trie v0.2.1
12882026-08-13T18:50:48.219Z Downloaded moka v0.12.13
12892026-08-13T18:50:48.224Z Downloaded reqwest v0.13.2
12902026-08-13T18:50:48.232Z Downloaded hickory-proto v0.24.4
12912026-08-13T18:50:48.242Z Downloaded hickory-proto v0.25.2
12922026-08-13T18:50:48.251Z Downloaded lalrpop v0.19.12
12932026-08-13T18:50:48.258Z Downloaded bstr v1.12.1
12942026-08-13T18:50:48.263Z Downloaded crossterm v0.29.0
12952026-08-13T18:50:48.267Z Downloaded object v0.37.3
12962026-08-13T18:50:48.274Z Downloaded reqwest v0.12.28
12972026-08-13T18:50:48.277Z Downloaded openapiv3 v2.2.0
12982026-08-13T18:50:48.284Z Downloaded zerocopy v0.8.40
12992026-08-13T18:50:48.290Z Downloaded smoltcp v0.9.1
13002026-08-13T18:50:48.298Z Downloaded proptest v1.11.0
13012026-08-13T18:50:48.319Z Downloaded dropshot v0.17.1
13022026-08-13T18:50:48.333Z Downloaded sled v0.34.7
13032026-08-13T18:50:48.339Z Downloaded russh v0.62.4
13042026-08-13T18:50:48.344Z Downloaded tracing v0.1.44
13052026-08-13T18:50:48.357Z Downloaded crypto-primes v0.7.2
13062026-08-13T18:50:48.360Z Downloaded nix v0.27.1
13072026-08-13T18:50:48.369Z Downloaded nix v0.31.2
13082026-08-13T18:50:48.376Z Downloaded polar-core v0.27.3
13092026-08-13T18:50:48.384Z Downloaded regress v0.10.5
13102026-08-13T18:50:48.403Z Downloaded curve25519-dalek v4.1.3
13112026-08-13T18:50:48.408Z Downloaded sqlparser v0.61.0
13122026-08-13T18:50:48.435Z Downloaded crypto-bigint v0.7.5
13132026-08-13T18:50:48.445Z Downloaded ratatui v0.29.0
13142026-08-13T18:50:48.457Z Downloaded rustls v0.23.41
13152026-08-13T18:50:48.470Z Downloaded curve25519-dalek v5.0.0
13162026-08-13T18:50:48.475Z Downloaded typify-impl v0.6.2
13172026-08-13T18:50:48.483Z Downloaded nix v0.28.0
13182026-08-13T18:50:48.489Z Downloaded regex-syntax v0.6.29
13192026-08-13T18:50:48.502Z Downloaded sha3 v0.10.8
13202026-08-13T18:50:48.505Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13212026-08-13T18:50:48.536Z Downloaded libz-sys v1.1.24
13222026-08-13T18:50:48.548Z Downloaded rustix v0.38.44
13232026-08-13T18:50:48.563Z Downloaded regex-syntax v0.8.10
13242026-08-13T18:50:48.576Z Downloaded sha3 v0.11.0
13252026-08-13T18:50:48.619Z Downloaded diesel v2.3.7
13262026-08-13T18:50:48.631Z Downloaded bzip2-sys v0.1.13+1.0.8
13272026-08-13T18:50:48.637Z Downloaded ring v0.17.14
13282026-08-13T18:50:48.667Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-08-13T18:50:48.700Z Downloaded zerocopy-derive v0.6.6
13302026-08-13T18:50:48.706Z Downloaded petgraph v0.6.5
13312026-08-13T18:50:48.721Z Downloaded regex-automata v0.4.14
13322026-08-13T18:50:48.732Z Downloaded chrono-tz v0.10.4
13332026-08-13T18:50:48.744Z Downloaded jiff v0.2.34
13342026-08-13T18:50:48.762Z Downloaded petgraph v0.8.3
13352026-08-13T18:50:48.795Z Downloaded csv v1.4.0
13362026-08-13T18:50:48.808Z Downloaded tokio v1.52.1
13372026-08-13T18:50:48.868Z Downloaded encoding_rs v0.8.35
13382026-08-13T18:50:49.470Z Downloaded aws-lc-sys v0.40.0
13392026-08-13T18:50:49.740Z Compiling libc v0.2.185
13402026-08-13T18:50:49.740Z Compiling serde_core v1.0.228
13412026-08-13T18:50:49.744Z Compiling serde v1.0.228
13422026-08-13T18:50:49.744Z Compiling log v0.4.29
13432026-08-13T18:50:49.744Z Compiling smallvec v1.15.1
13442026-08-13T18:50:49.744Z Compiling find-msvc-tools v0.1.9
13452026-08-13T18:50:49.744Z Compiling shlex v1.3.0
13462026-08-13T18:50:49.744Z Compiling subtle v2.6.1
13472026-08-13T18:50:49.744Z Compiling scopeguard v1.2.0
13482026-08-13T18:50:49.744Z Compiling typenum v1.20.1
13492026-08-13T18:50:49.879Z Compiling stable_deref_trait v1.2.1
13502026-08-13T18:50:49.882Z Compiling zerocopy v0.8.40
13512026-08-13T18:50:49.882Z Compiling portable-atomic v1.13.1
13522026-08-13T18:50:49.882Z Compiling serde_json v1.0.151
13532026-08-13T18:50:49.882Z Compiling critical-section v1.2.0
13542026-08-13T18:50:49.882Z Compiling libm v0.2.16
13552026-08-13T18:50:49.882Z Compiling pkg-config v0.3.32
13562026-08-13T18:50:49.882Z Compiling parking_lot_core v0.9.12
13572026-08-13T18:50:49.882Z Compiling const-oid v0.9.6
13582026-08-13T18:50:49.882Z Compiling getrandom v0.4.1
13592026-08-13T18:50:49.882Z Compiling pin-project-lite v0.2.17
13602026-08-13T18:50:49.882Z Compiling rand_core v0.10.0
13612026-08-13T18:50:49.892Z Compiling litemap v0.8.1
13622026-08-13T18:50:49.934Z Compiling num-traits v0.2.19
13632026-08-13T18:50:49.937Z Compiling generic-array v0.14.7
13642026-08-13T18:50:49.937Z Compiling writeable v0.6.2
13652026-08-13T18:50:49.937Z Compiling percent-encoding v2.3.2
13662026-08-13T18:50:49.937Z Compiling futures-core v0.3.32
13672026-08-13T18:50:50.028Z Compiling syn v2.0.117
13682026-08-13T18:50:50.032Z Compiling icu_properties_data v2.1.2
13692026-08-13T18:50:50.032Z Compiling icu_normalizer_data v2.1.1
13702026-08-13T18:50:50.032Z Compiling getrandom v0.3.4
13712026-08-13T18:50:50.143Z Compiling futures-sink v0.3.32
13722026-08-13T18:50:50.147Z Compiling futures-io v0.3.32
13732026-08-13T18:50:50.160Z Compiling utf8_iter v1.0.4
13742026-08-13T18:50:50.178Z Compiling futures-task v0.3.32
13752026-08-13T18:50:50.242Z Compiling slab v0.4.12
13762026-08-13T18:50:50.276Z Compiling rustix v1.1.3
13772026-08-13T18:50:50.293Z Compiling form_urlencoded v1.2.2
13782026-08-13T18:50:50.379Z Compiling futures-channel v0.3.32
13792026-08-13T18:50:50.399Z Compiling rustversion v1.0.22
13802026-08-13T18:50:50.435Z Compiling iana-time-zone v0.1.65
13812026-08-13T18:50:50.453Z Compiling base64ct v1.8.3
13822026-08-13T18:50:50.509Z Compiling lock_api v0.4.14
13832026-08-13T18:50:50.566Z Compiling flagset v0.4.7
13842026-08-13T18:50:50.570Z Compiling regex-syntax v0.8.10
13852026-08-13T18:50:50.570Z Compiling fs_extra v1.3.0
13862026-08-13T18:50:50.585Z Compiling ident_case v1.0.1
13872026-08-13T18:50:50.589Z Compiling dunce v1.0.5
13882026-08-13T18:50:50.589Z Compiling base64 v0.22.1
13892026-08-13T18:50:50.624Z Compiling vcpkg v0.2.15
13902026-08-13T18:50:50.661Z Compiling syn v1.0.109
13912026-08-13T18:50:50.667Z Compiling dyn-clone v1.0.20
13922026-08-13T18:50:50.679Z Compiling cpufeatures v0.2.17
13932026-08-13T18:50:50.683Z Compiling schemars v0.8.22
13942026-08-13T18:50:50.776Z Compiling aws-lc-rs v1.16.3
13952026-08-13T18:50:50.842Z Compiling crc32fast v1.5.0
13962026-08-13T18:50:50.845Z Compiling httparse v1.10.1
13972026-08-13T18:50:50.845Z Compiling spin v0.9.8
13982026-08-13T18:50:50.893Z Compiling tinyvec_macros v0.1.1
13992026-08-13T18:50:50.910Z Compiling openssl-probe v0.2.1
14002026-08-13T18:50:50.913Z Compiling cmov v0.5.4
14012026-08-13T18:50:50.913Z Compiling aho-corasick v1.1.4
14022026-08-13T18:50:50.983Z Compiling tower-service v0.3.3
14032026-08-13T18:50:51.014Z Compiling radium v0.7.0
14042026-08-13T18:50:51.017Z Compiling try-lock v0.2.5
14052026-08-13T18:50:51.097Z Compiling tower-layer v0.3.3
14062026-08-13T18:50:51.101Z Compiling atomic-waker v1.1.2
14072026-08-13T18:50:51.115Z Compiling pem-rfc7468 v0.7.0
14082026-08-13T18:50:51.119Z Compiling untrusted v0.7.1
14092026-08-13T18:50:51.197Z Compiling want v0.3.1
14102026-08-13T18:50:51.215Z Compiling foreign-types-shared v0.1.1
14112026-08-13T18:50:51.248Z Compiling openssl v0.10.80
14122026-08-13T18:50:51.267Z Compiling maybe-uninit v2.0.0
14132026-08-13T18:50:51.284Z Compiling rustls v0.23.41
14142026-08-13T18:50:51.317Z Compiling simd-adler32 v0.3.8
14152026-08-13T18:50:51.321Z Compiling untrusted v0.9.0
14162026-08-13T18:50:51.352Z Compiling httpdate v1.0.3
14172026-08-13T18:50:51.366Z Compiling tap v1.0.1
14182026-08-13T18:50:51.384Z Compiling ahash v0.8.12
14192026-08-13T18:50:51.507Z Compiling jobserver v0.1.34
14202026-08-13T18:50:51.526Z Compiling errno v0.3.14
14212026-08-13T18:50:51.530Z Compiling getrandom v0.2.17
14222026-08-13T18:50:51.575Z Compiling mio v1.2.0
14232026-08-13T18:50:51.578Z Compiling socket2 v0.6.3
14242026-08-13T18:50:51.627Z Compiling tinyvec v1.10.0
14252026-08-13T18:50:51.646Z Compiling wait-timeout v0.2.1
14262026-08-13T18:50:51.664Z Compiling wyz v0.5.1
14272026-08-13T18:50:51.667Z Compiling num-conv v0.2.0
14282026-08-13T18:50:51.683Z Compiling bit-vec v0.8.0
14292026-08-13T18:50:51.733Z Compiling rand_core v0.6.4
14302026-08-13T18:50:51.766Z Compiling quick-error v1.2.3
14312026-08-13T18:50:51.782Z Compiling cc v1.2.56
14322026-08-13T18:50:51.799Z Compiling signal-hook-registry v1.4.8
14332026-08-13T18:50:51.803Z Compiling parking_lot v0.12.5
14342026-08-13T18:50:51.856Z Compiling native-tls v0.2.18
14352026-08-13T18:50:51.872Z Compiling powerfmt v0.2.0
14362026-08-13T18:50:51.925Z Compiling ctutils v0.4.2
14372026-08-13T18:50:51.943Z Compiling foreign-types v0.3.2
14382026-08-13T18:50:51.961Z Compiling packed_struct v0.10.1
14392026-08-13T18:50:51.997Z Compiling time-core v0.1.8
14402026-08-13T18:50:52.016Z Compiling num-bigint-dig v0.8.6
14412026-08-13T18:50:52.020Z Compiling adler2 v2.0.1
14422026-08-13T18:50:52.020Z Compiling funty v2.0.0
14432026-08-13T18:50:52.020Z Compiling bit-set v0.8.0
14442026-08-13T18:50:52.077Z Compiling lazy_static v1.5.0
14452026-08-13T18:50:52.125Z Compiling rand_core v0.9.5
14462026-08-13T18:50:52.129Z Compiling anstyle-parse v0.2.7
14472026-08-13T18:50:52.188Z Compiling once_cell v1.21.3
14482026-08-13T18:50:52.225Z Compiling miniz_oxide v0.8.9
14492026-08-13T18:50:52.242Z Compiling sync_wrapper v1.0.2
14502026-08-13T18:50:52.260Z Compiling time-macros v0.2.27
14512026-08-13T18:50:52.265Z Compiling indexmap v1.9.3
14522026-08-13T18:50:52.265Z Compiling unarray v0.1.4
14532026-08-13T18:50:52.279Z Compiling unicode-normalization v0.1.25
14542026-08-13T18:50:52.347Z Compiling nodrop v0.1.14
14552026-08-13T18:50:52.351Z Compiling num_threads v0.1.7
14562026-08-13T18:50:52.399Z Compiling bitvec v1.0.1
14572026-08-13T18:50:52.416Z Compiling deranged v0.5.8
14582026-08-13T18:50:52.432Z Compiling rand_xorshift v0.4.0
14592026-08-13T18:50:52.451Z Compiling tracing-core v0.1.36
14602026-08-13T18:50:52.455Z Compiling usdt-impl v0.6.0
14612026-08-13T18:50:52.469Z Compiling paste v1.0.15
14622026-08-13T18:50:52.488Z Compiling crc-catalog v2.4.0
14632026-08-13T18:50:52.502Z Compiling crossbeam-utils v0.8.21
14642026-08-13T18:50:52.505Z Compiling siphasher v1.0.2
14652026-08-13T18:50:52.505Z Compiling zlib-rs v0.6.2
14662026-08-13T18:50:52.521Z Compiling array-init v0.0.4
14672026-08-13T18:50:52.570Z Compiling regex-automata v0.4.14
14682026-08-13T18:50:52.574Z Compiling anstream v0.6.21
14692026-08-13T18:50:52.588Z Compiling crc v3.4.0
14702026-08-13T18:50:52.605Z Compiling slog v2.8.2
14712026-08-13T18:50:52.608Z Compiling thread-id v5.1.0
14722026-08-13T18:50:52.638Z Compiling env_filter v1.0.0
14732026-08-13T18:50:52.673Z Compiling cookie v0.18.1
14742026-08-13T18:50:52.688Z Compiling num-integer v0.1.46
14752026-08-13T18:50:52.753Z Compiling iri-string v0.7.10
14762026-08-13T18:50:52.772Z Compiling unicode-bidi v0.3.18
14772026-08-13T18:50:52.806Z Compiling allocator-api2 v0.2.21
14782026-08-13T18:50:52.823Z Compiling anyhow v1.0.102
14792026-08-13T18:50:52.932Z Compiling bitflags v2.11.0
14802026-08-13T18:50:52.951Z Compiling semver v1.0.28
14812026-08-13T18:50:52.969Z Compiling synstructure v0.13.2
14822026-08-13T18:50:52.985Z Compiling indexmap v2.14.0
14832026-08-13T18:50:53.020Z Compiling uuid v1.23.4
14842026-08-13T18:50:53.053Z Compiling serde_derive_internals v0.29.1
14852026-08-13T18:50:53.089Z Compiling pest_generator v2.8.6
14862026-08-13T18:50:53.092Z Compiling darling_core v0.20.11
14872026-08-13T18:50:53.105Z Compiling num-iter v0.1.45
14882026-08-13T18:50:53.124Z Compiling cmake v0.1.57
14892026-08-13T18:50:53.212Z Compiling darling_core v0.23.0
14902026-08-13T18:50:53.231Z Compiling rustc_version v0.4.1
14912026-08-13T18:50:53.248Z Compiling smallvec v0.6.14
14922026-08-13T18:50:53.252Z Compiling hashbrown v0.12.3
14932026-08-13T18:50:53.252Z Compiling base64 v0.21.7
14942026-08-13T18:50:53.252Z Compiling unicode-properties v0.1.4
14952026-08-13T18:50:53.284Z Compiling zstd-safe v7.2.4
14962026-08-13T18:50:53.322Z Compiling signal-hook v0.3.18
14972026-08-13T18:50:53.460Z Compiling ryu v1.0.23
14982026-08-13T18:50:53.514Z Compiling winnow v0.5.40
14992026-08-13T18:50:53.518Z Compiling env_logger v0.11.9
15002026-08-13T18:50:53.609Z Compiling stringprep v0.1.5
15012026-08-13T18:50:53.675Z Compiling camino v1.2.2
15022026-08-13T18:50:53.715Z Compiling vergen-lib v9.1.0
15032026-08-13T18:50:53.716Z Compiling hash32 v0.2.1
15042026-08-13T18:50:53.719Z Compiling memoffset v0.9.1
15052026-08-13T18:50:53.766Z Compiling encoding_rs v0.8.35
15062026-08-13T18:50:53.769Z Compiling litrs v1.0.0
15072026-08-13T18:50:53.802Z Compiling crc-any v2.5.0
15082026-08-13T18:50:53.847Z Compiling heapless v0.7.17
15092026-08-13T18:50:53.897Z Compiling curve25519-dalek v4.1.3
15102026-08-13T18:50:53.971Z Compiling rustix v0.38.44
15112026-08-13T18:50:53.989Z Compiling smoltcp v0.9.1
15122026-08-13T18:50:53.993Z Compiling cfg_aliases v0.2.1
15132026-08-13T18:50:53.993Z Compiling time v0.3.47
15142026-08-13T18:50:53.993Z Compiling ref-cast v1.0.25
15152026-08-13T18:50:54.026Z Compiling mime v0.3.17
15162026-08-13T18:50:54.073Z Compiling psl-types v2.0.11
15172026-08-13T18:50:54.077Z Compiling fallible-iterator v0.2.0
15182026-08-13T18:50:54.096Z Compiling aws-lc-sys v0.40.0
15192026-08-13T18:50:54.114Z Compiling openssl-sys v0.9.117
15202026-08-13T18:50:54.131Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-08-13T18:50:54.169Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15222026-08-13T18:50:54.204Z Compiling nix v0.31.2
15232026-08-13T18:50:54.277Z Compiling cargo-platform v0.3.2
15242026-08-13T18:50:54.293Z Compiling phf_shared v0.13.1
15252026-08-13T18:50:54.297Z Compiling ff v0.13.1
15262026-08-13T18:50:54.297Z Compiling vergen v9.1.0
15272026-08-13T18:50:54.383Z Compiling fs-err v3.3.0
15282026-08-13T18:50:54.417Z Compiling path-slash v0.1.5
15292026-08-13T18:50:54.421Z Compiling document-features v0.2.12
15302026-08-13T18:50:54.461Z Compiling tempfile v3.25.0
15312026-08-13T18:50:54.513Z Compiling terminal_size v0.4.3
15322026-08-13T18:50:54.516Z Compiling jiff-core v0.1.0
15332026-08-13T18:50:54.516Z Compiling same-file v1.0.6
15342026-08-13T18:50:54.552Z Compiling foldhash v0.1.5
15352026-08-13T18:50:54.606Z Compiling managed v0.8.0
15362026-08-13T18:50:54.609Z Compiling object v0.37.3
15372026-08-13T18:50:54.609Z Compiling bitflags v1.3.2
15382026-08-13T18:50:54.644Z Compiling clap_builder v4.6.0
15392026-08-13T18:50:54.647Z Compiling foldhash v0.2.0
15402026-08-13T18:50:54.662Z Compiling base16ct v0.2.0
15412026-08-13T18:50:54.666Z Compiling unicode-segmentation v1.12.0
15422026-08-13T18:50:54.696Z Compiling bumpalo v3.20.2
15432026-08-13T18:50:54.700Z Compiling either v1.15.0
15442026-08-13T18:50:54.733Z Compiling libbz2-rs-sys v0.2.2
15452026-08-13T18:50:54.755Z Compiling rusty-fork v0.3.1
15462026-08-13T18:50:54.775Z Compiling hashbrown v0.15.5
15472026-08-13T18:50:54.830Z Compiling walkdir v2.5.0
15482026-08-13T18:50:54.926Z Compiling phf v0.13.1
15492026-08-13T18:50:54.964Z Compiling hashbrown v0.16.1
15502026-08-13T18:50:54.987Z Compiling serde_derive v1.0.228
15512026-08-13T18:50:54.997Z Compiling zeroize_derive v1.5.0
15522026-08-13T18:50:55.032Z Compiling zerofrom-derive v0.1.6
15532026-08-13T18:50:55.035Z Compiling zerocopy-derive v0.8.40
15542026-08-13T18:50:55.052Z Compiling yoke-derive v0.8.1
15552026-08-13T18:50:55.056Z Compiling zerovec-derive v0.11.2
15562026-08-13T18:50:55.090Z Compiling displaydoc v0.2.5
15572026-08-13T18:50:55.105Z Compiling tokio-macros v2.7.0
15582026-08-13T18:50:55.157Z Compiling futures-macro v0.3.32
15592026-08-13T18:50:55.171Z Compiling thiserror-impl v2.0.18
15602026-08-13T18:50:55.171Z Compiling der_derive v0.7.3
15612026-08-13T18:50:55.177Z Compiling tracing-attributes v0.1.31
15622026-08-13T18:50:55.192Z Compiling schemars_derive v0.8.22
15632026-08-13T18:50:55.209Z Compiling scroll_derive v0.13.1
15642026-08-13T18:50:55.227Z Compiling pest_derive v2.8.6
15652026-08-13T18:50:55.540Z Compiling openssl-macros v0.1.1
15662026-08-13T18:50:55.576Z Compiling thiserror-impl v1.0.69
15672026-08-13T18:50:55.639Z Compiling packed_struct_codegen v0.10.1
15682026-08-13T18:50:55.740Z Compiling clap_derive v4.6.1
15692026-08-13T18:50:55.776Z Compiling darling_macro v0.20.11
15702026-08-13T18:50:55.814Z Compiling bitfield-macros v0.19.4
15712026-08-13T18:50:55.877Z Compiling zerocopy-derive v0.6.6
15722026-08-13T18:50:55.925Z Compiling flate2 v1.1.9
15732026-08-13T18:50:55.991Z Compiling structmeta-derive v0.3.0
15742026-08-13T18:50:56.025Z Compiling scroll_derive v0.12.1
15752026-08-13T18:50:56.060Z Compiling zeroize v1.9.0
15762026-08-13T18:50:56.078Z Compiling bstr v1.12.1
15772026-08-13T18:50:56.138Z Compiling pin-project-internal v1.1.11
15782026-08-13T18:50:56.142Z Compiling async-trait v0.1.89
15792026-08-13T18:50:56.297Z Compiling rustls-pki-types v1.14.0
15802026-08-13T18:50:56.327Z Compiling futures-util v0.3.32
15812026-08-13T18:50:56.346Z Compiling hybrid-array v0.4.13
15822026-08-13T18:50:56.350Z Compiling scroll v0.13.0
15832026-08-13T18:50:56.404Z Compiling der v0.7.10
15842026-08-13T18:50:56.441Z Compiling darling_macro v0.23.0
15852026-08-13T18:50:56.497Z Compiling darling v0.20.11
15862026-08-13T18:50:56.517Z Compiling bzip2 v0.4.4
15872026-08-13T18:50:56.548Z Compiling zerocopy-derive v0.7.35
15882026-08-13T18:50:56.574Z Compiling daft-derive v0.1.7
15892026-08-13T18:50:56.621Z Compiling derive_builder_core v0.20.2
15902026-08-13T18:50:56.729Z Compiling goblin v0.10.5
15912026-08-13T18:50:56.770Z Compiling bitfield v0.19.4
15922026-08-13T18:50:56.787Z Compiling zerofrom v0.1.6
15932026-08-13T18:50:56.804Z Compiling rustls-native-certs v0.8.3
15942026-08-13T18:50:56.871Z Compiling block-buffer v0.10.4
15952026-08-13T18:50:56.898Z Compiling crypto-common v0.1.7
15962026-08-13T18:50:56.988Z Compiling scroll v0.12.0
15972026-08-13T18:50:56.992Z Compiling tracing v0.1.44
15982026-08-13T18:50:56.993Z Compiling zip v0.6.6
15992026-08-13T18:50:56.993Z Compiling thiserror v2.0.18
16002026-08-13T18:50:56.993Z Compiling regex v1.12.3
16012026-08-13T18:50:57.045Z Compiling yoke v0.8.1
16022026-08-13T18:50:57.060Z Compiling zerocopy v0.6.6
16032026-08-13T18:50:57.095Z Compiling hubpack_derive v0.1.1
16042026-08-13T18:50:57.147Z Compiling digest v0.10.7
16052026-08-13T18:50:57.169Z Compiling thiserror v1.0.69
16062026-08-13T18:50:57.192Z Compiling dtrace-parser v0.3.0
16072026-08-13T18:50:57.219Z Compiling block-buffer v0.12.1
16082026-08-13T18:50:57.223Z Compiling crypto-common v0.2.2
16092026-08-13T18:50:57.259Z Compiling block-padding v0.4.2
16102026-08-13T18:50:57.278Z Compiling goblin v0.8.2
16112026-08-13T18:50:57.304Z Compiling zerovec v0.11.5
16122026-08-13T18:50:57.308Z Compiling zerotrie v0.2.3
16132026-08-13T18:50:57.328Z Compiling structmeta v0.3.0
16142026-08-13T18:50:57.332Z Compiling darling v0.23.0
16152026-08-13T18:50:57.400Z Compiling spki v0.7.3
16162026-08-13T18:50:57.437Z Compiling sha2 v0.10.9
16172026-08-13T18:50:57.464Z Compiling signature v2.2.0
16182026-08-13T18:50:57.464Z Compiling hmac v0.12.1
16192026-08-13T18:50:57.501Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16202026-08-13T18:50:57.504Z Compiling md-5 v0.10.6
16212026-08-13T18:50:57.505Z Compiling pin-project v1.1.11
16222026-08-13T18:50:57.555Z Compiling inout v0.2.2
16232026-08-13T18:50:57.558Z Compiling snafu-derive v0.8.9
16242026-08-13T18:50:57.588Z Compiling strum_macros v0.27.2
16252026-08-13T18:50:57.610Z Compiling pkcs8 v0.10.2
16262026-08-13T18:50:57.652Z Compiling x509-cert v0.2.5
16272026-08-13T18:50:57.670Z Compiling derive-ex v0.1.8
16282026-08-13T18:50:57.688Z Compiling zerocopy v0.7.35
16292026-08-13T18:50:57.693Z Compiling derive_builder_macro v0.20.2
16302026-08-13T18:50:57.693Z Compiling ref-cast-impl v1.0.25
16312026-08-13T18:50:57.721Z Compiling curve25519-dalek-derive v0.1.1
16322026-08-13T18:50:57.738Z Compiling hkdf v0.12.4
16332026-08-13T18:50:57.741Z Compiling serde_with_macros v3.21.0
16342026-08-13T18:50:57.755Z Compiling dtrace-parser v0.2.0
16352026-08-13T18:50:57.784Z Compiling crypto-bigint v0.5.5
16362026-08-13T18:50:57.789Z Compiling globset v0.4.18
16372026-08-13T18:50:57.789Z Compiling jiff v0.2.34
16382026-08-13T18:50:57.809Z Compiling tinystr v0.8.2
16392026-08-13T18:50:57.826Z Compiling potential_utf v0.1.4
16402026-08-13T18:50:57.877Z Compiling clap v4.6.1
16412026-08-13T18:50:57.895Z Compiling pkcs1 v0.7.5
16422026-08-13T18:50:57.934Z Compiling cipher v0.5.2
16432026-08-13T18:50:57.970Z Compiling ed25519 v2.2.3
16442026-08-13T18:50:58.013Z Compiling icu_collections v2.1.1
16452026-08-13T18:50:58.037Z Compiling sec1 v0.7.3
16462026-08-13T18:50:58.054Z Compiling bzip2 v0.6.1
16472026-08-13T18:50:58.075Z Compiling icu_locale_core v2.1.1
16482026-08-13T18:50:58.095Z Compiling zopfli v0.8.3
16492026-08-13T18:50:58.233Z Compiling strum_macros v0.26.4
16502026-08-13T18:50:58.335Z Compiling derive_builder v0.20.2
16512026-08-13T18:50:58.352Z Compiling enum-as-inner v0.6.1
16522026-08-13T18:50:58.381Z Compiling async-recursion v1.1.1
16532026-08-13T18:50:58.438Z Compiling serde_repr v0.1.20
16542026-08-13T18:50:58.455Z Compiling signal-hook-mio v0.2.5
16552026-08-13T18:50:58.521Z Compiling group v0.13.0
16562026-08-13T18:50:58.648Z Compiling phf_shared v0.11.3
16572026-08-13T18:50:58.651Z Compiling float-cmp v0.10.0
16582026-08-13T18:50:58.651Z Compiling memmap2 v0.9.10
16592026-08-13T18:50:58.739Z Compiling futures-executor v0.3.32
16602026-08-13T18:50:58.757Z Compiling thread-id v4.2.2
16612026-08-13T18:50:58.882Z Compiling icu_provider v2.1.1
16622026-08-13T18:50:58.882Z Compiling pem v3.0.6
16632026-08-13T18:50:58.918Z Compiling predicates-core v1.0.10
16642026-08-13T18:50:58.922Z Compiling cpufeatures v0.3.0
16652026-08-13T18:50:58.922Z Compiling normalize-line-endings v0.3.0
16662026-08-13T18:50:58.922Z Compiling fixedbitset v0.5.7
16672026-08-13T18:50:58.974Z Compiling futures v0.3.32
16682026-08-13T18:50:58.992Z Compiling fixedbitset v0.4.2
16692026-08-13T18:50:59.025Z Compiling bytes v1.11.1
16702026-08-13T18:50:59.043Z Compiling chrono v0.4.45
16712026-08-13T18:50:59.067Z Compiling ipnet v2.11.0
16722026-08-13T18:50:59.084Z Compiling hex v0.4.3
16732026-08-13T18:50:59.089Z Compiling toml_datetime v0.6.11
16742026-08-13T18:50:59.089Z Compiling serde_spanned v0.6.9
16752026-08-13T18:50:59.138Z Compiling serde_tokenstream v0.2.3
16762026-08-13T18:50:59.138Z Compiling serde-hex v0.1.0
16772026-08-13T18:50:59.142Z Compiling ron v0.8.1
16782026-08-13T18:50:59.175Z Compiling icu_properties v2.1.2
16792026-08-13T18:50:59.194Z Compiling icu_normalizer v2.1.1
16802026-08-13T18:50:59.198Z Compiling serde_urlencoded v0.7.1
16812026-08-13T18:50:59.198Z Compiling erased-serde v0.3.31
16822026-08-13T18:50:59.275Z Compiling serde_plain v1.0.2
16832026-08-13T18:50:59.279Z Compiling olpc-cjson v0.1.4
16842026-08-13T18:50:59.311Z Compiling toml_edit v0.19.15
16852026-08-13T18:50:59.328Z Compiling cargo_metadata v0.23.1
16862026-08-13T18:50:59.345Z Compiling serde-big-array v0.5.1
16872026-08-13T18:50:59.408Z Compiling hubpack v0.1.2
16882026-08-13T18:50:59.425Z Compiling winnow v1.0.3
16892026-08-13T18:50:59.448Z Compiling keccak v0.1.6
16902026-08-13T18:50:59.467Z Compiling const-oid v0.10.2
16912026-08-13T18:50:59.502Z Compiling static_assertions v1.1.0
16922026-08-13T18:50:59.527Z Compiling difflib v0.4.0
16932026-08-13T18:50:59.546Z Compiling tokio v1.52.1
16942026-08-13T18:50:59.550Z Compiling http v1.4.2
16952026-08-13T18:50:59.588Z Compiling test-strategy v0.4.5
16962026-08-13T18:50:59.617Z Compiling new_debug_unreachable v1.0.6
16972026-08-13T18:50:59.620Z Compiling whoami v2.1.0
16982026-08-13T18:50:59.649Z Compiling data-encoding v2.10.0
16992026-08-13T18:50:59.680Z Compiling dof v0.3.0
17002026-08-13T18:50:59.733Z Compiling snafu v0.8.9
17012026-08-13T18:50:59.737Z Compiling typed-path v0.9.3
17022026-08-13T18:50:59.737Z Compiling precomputed-hash v0.1.1
17032026-08-13T18:50:59.806Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17042026-08-13T18:50:59.824Z Compiling strum v0.27.2
17052026-08-13T18:50:59.828Z Compiling predicates v3.1.4
17062026-08-13T18:50:59.858Z Compiling string_cache v0.8.9
17072026-08-13T18:50:59.891Z Compiling toml_parser v1.1.2+spec-1.1.0
17082026-08-13T18:50:59.993Z Compiling toml_edit v0.22.27
17092026-08-13T18:51:00.082Z Compiling ppv-lite86 v0.2.21
17102026-08-13T18:51:00.164Z Compiling idna_adapter v1.2.1
17112026-08-13T18:51:00.182Z Compiling dof v0.4.0
17122026-08-13T18:51:00.202Z Compiling usdt-impl v0.5.0
17132026-08-13T18:51:00.206Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17142026-08-13T18:51:00.237Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17152026-08-13T18:51:00.240Z Compiling digest v0.11.3
17162026-08-13T18:51:00.272Z Compiling http-body v1.0.1
17172026-08-13T18:51:00.275Z Compiling strum v0.26.3
17182026-08-13T18:51:00.364Z Compiling idna v1.1.0
17192026-08-13T18:51:00.419Z Compiling http-body-util v0.1.3
17202026-08-13T18:51:00.438Z Compiling rand_chacha v0.9.0
17212026-08-13T18:51:00.458Z Compiling rand_chacha v0.3.1
17222026-08-13T18:51:00.462Z Compiling hashbrown v0.13.2
17232026-08-13T18:51:00.462Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17242026-08-13T18:51:00.514Z Compiling sha3 v0.10.8
17252026-08-13T18:51:00.518Z Compiling ed25519-dalek v2.2.0
17262026-08-13T18:51:00.571Z Compiling petgraph v0.8.3
17272026-08-13T18:51:00.591Z Compiling petgraph v0.6.5
17282026-08-13T18:51:00.611Z Compiling chacha20 v0.10.0
17292026-08-13T18:51:00.629Z Compiling crossterm v0.28.1
17302026-08-13T18:51:00.633Z Compiling openapiv3 v2.2.0
17312026-08-13T18:51:00.633Z Compiling elliptic-curve v0.13.8
17322026-08-13T18:51:00.725Z Compiling url v2.5.8
17332026-08-13T18:51:00.801Z Compiling rand v0.9.2
17342026-08-13T18:51:00.888Z Compiling rand v0.8.6
17352026-08-13T18:51:01.074Z Compiling object v0.30.4
17362026-08-13T18:51:01.094Z Compiling toml v0.7.8
17372026-08-13T18:51:01.097Z Compiling publicsuffix v2.3.0
17382026-08-13T18:51:01.144Z Compiling similar v2.7.0
17392026-08-13T18:51:01.148Z Compiling heck v0.4.1
17402026-08-13T18:51:01.162Z Compiling itertools v0.13.0
17412026-08-13T18:51:01.165Z Compiling itertools v0.15.0
17422026-08-13T18:51:01.215Z Compiling crossbeam-epoch v0.9.18
17432026-08-13T18:51:01.244Z Compiling peg-runtime v0.8.5
17442026-08-13T18:51:01.313Z Compiling cookie_store v0.22.1
17452026-08-13T18:51:01.355Z Compiling lalrpop-util v0.19.12
17462026-08-13T18:51:01.415Z Compiling thread_local v1.1.9
17472026-08-13T18:51:01.462Z Compiling proptest v1.11.0
17482026-08-13T18:51:01.485Z Compiling postgres-protocol v0.6.10
17492026-08-13T18:51:01.590Z Compiling slog-async v2.8.0
17502026-08-13T18:51:01.608Z Compiling crossbeam-channel v0.5.15
17512026-08-13T18:51:01.626Z Compiling is-terminal v0.4.17
17522026-08-13T18:51:01.671Z Compiling filetime v0.2.27
17532026-08-13T18:51:01.689Z Compiling usdt-attr-macro v0.6.0
17542026-08-13T18:51:01.692Z Compiling usdt-macro v0.6.0
17552026-08-13T18:51:01.724Z Compiling xattr v1.6.1
17562026-08-13T18:51:01.748Z Compiling take_mut v0.2.2
17572026-08-13T18:51:01.766Z Compiling term v1.2.1
17582026-08-13T18:51:01.766Z Compiling camino-tempfile v1.4.1
17592026-08-13T18:51:01.907Z Compiling postgres-types v0.2.12
17602026-08-13T18:51:01.950Z Compiling tar v0.4.46
17612026-08-13T18:51:02.130Z Compiling ipnetwork v0.21.1
17622026-08-13T18:51:02.149Z Compiling byte-wrapper v0.1.0
17632026-08-13T18:51:02.166Z Compiling serde_with v3.21.0
17642026-08-13T18:51:02.223Z Compiling slog-term v2.9.2
17652026-08-13T18:51:02.418Z Compiling oxnet v0.1.6
17662026-08-13T18:51:02.672Z Compiling rsa v0.9.10
17672026-08-13T18:51:02.714Z Compiling usdt v0.6.0
17682026-08-13T18:51:02.846Z Compiling zstd v0.13.3
17692026-08-13T18:51:03.045Z Compiling zip v4.6.1
17702026-08-13T18:51:03.444Z Compiling tokio-util v0.7.18
17712026-08-13T18:51:03.444Z Compiling tower v0.5.3
17722026-08-13T18:51:03.459Z Compiling tokio-native-tls v0.3.1
17732026-08-13T18:51:03.498Z Compiling hickory-proto v0.25.2
17742026-08-13T18:51:03.501Z Compiling buf-list v1.1.2
17752026-08-13T18:51:03.809Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17762026-08-13T18:51:03.872Z Compiling tower-http v0.6.8
17772026-08-13T18:51:03.891Z Compiling newtype-uuid v1.3.2
17782026-08-13T18:51:04.200Z Compiling h2 v0.4.15
17792026-08-13T18:51:04.219Z Compiling daft v0.1.7
17802026-08-13T18:51:04.265Z Compiling tokio-stream v0.1.18
17812026-08-13T18:51:04.296Z Compiling tokio-postgres v0.7.16
17822026-08-13T18:51:04.462Z Compiling iddqd v0.4.2
17832026-08-13T18:51:04.978Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17842026-08-13T18:51:05.539Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17852026-08-13T18:51:07.208Z Compiling hyper v1.10.1
17862026-08-13T18:51:08.103Z Compiling hyper-util v0.1.20
17872026-08-13T18:51:09.185Z Compiling hyper-tls v0.6.0
17882026-08-13T18:51:09.330Z Compiling reqwest v0.12.28
17892026-08-13T18:51:20.927Z Compiling rustls-webpki v0.103.13
17902026-08-13T18:51:23.625Z Compiling tokio-rustls v0.26.4
17912026-08-13T18:51:23.625Z Compiling rustls-platform-verifier v0.6.2
17922026-08-13T18:51:23.625Z Compiling tough v0.22.0
17932026-08-13T18:51:23.814Z Compiling hyper-rustls v0.27.7
17942026-08-13T18:51:23.997Z Compiling reqwest v0.13.2
17952026-08-13T18:51:26.116Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17962026-08-13T18:51:26.357Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17972026-08-13T18:51:29.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.34s
17982026-08-13T18:51:29.423Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17992026-08-13T18:51:29.464ZAug 13 18:51:28.226 INFO Starting download, target: Clickhouse
18002026-08-13T18:51:29.465ZAug 13 18:51:28.227 INFO Starting download, target: Cockroach
18012026-08-13T18:51:29.465ZAug 13 18:51:28.227 INFO Starting download, target: Console
18022026-08-13T18:51:29.465ZAug 13 18:51:28.227 INFO Starting download, target: DendriteStub
18032026-08-13T18:51:29.465ZAug 13 18:51:28.227 INFO Starting download, target: MaghemiteMgd
18042026-08-13T18:51:29.484ZAug 13 18:51:28.227 INFO Starting download, target: MaghemiteDdmd
18052026-08-13T18:51:29.484ZAug 13 18:51:28.227 INFO Starting download, target: TransceiverControl
18062026-08-13T18:51:29.484ZAug 13 18:51:28.228 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18072026-08-13T18:51:29.484ZAug 13 18:51:28.228 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18082026-08-13T18:51:29.484ZAug 13 18:51:28.228 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18092026-08-13T18:51:29.485ZAug 13 18:51:28.228 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18102026-08-13T18:51:29.485ZAug 13 18:51:28.228 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18112026-08-13T18:51:29.485ZAug 13 18:51:28.228 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18122026-08-13T18:51:29.485ZAug 13 18:51:28.228 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18132026-08-13T18:51:30.405ZAug 13 18:51:29.172 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18142026-08-13T18:51:30.631ZAug 13 18:51:29.395 INFO Download complete, target: TransceiverControl
18152026-08-13T18:51:31.524ZAug 13 18:51:30.276 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18162026-08-13T18:51:31.568ZAug 13 18:51:30.293 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18172026-08-13T18:51:31.816ZAug 13 18:51:30.560 INFO Download complete, target: Console
18182026-08-13T18:51:32.277ZAug 13 18:51:31.041 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18192026-08-13T18:51:32.422ZAug 13 18:51:31.190 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18202026-08-13T18:51:33.131ZAug 13 18:51:31.899 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18212026-08-13T18:51:34.114ZAug 13 18:51:32.880 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18222026-08-13T18:51:34.114ZAug 13 18:51:32.880 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18232026-08-13T18:51:34.307ZAug 13 18:51:33.075 INFO Download complete, target: MaghemiteDdmd
18242026-08-13T18:51:35.012ZAug 13 18:51:33.779 INFO Download complete, target: MaghemiteMgd
18252026-08-13T18:51:35.867ZAug 13 18:51:34.634 INFO Download complete, target: DendriteStub
18262026-08-13T18:51:38.746ZAug 13 18:51:37.299 INFO Checking that binary works, target: Clickhouse
18272026-08-13T18:51:38.821ZAug 13 18:51:37.425 INFO Download complete, target: Clickhouse
18282026-08-13T18:51:38.923ZAug 13 18:51:37.690 INFO Checking that binary works, target: Cockroach
18292026-08-13T18:51:39.114ZAug 13 18:51:37.877 INFO Download complete, target: Cockroach
18302026-08-13T18:51:39.132ZAll builder prerequisites installed successfully, and PATH looks valid
18312026-08-13T18:51:39.136Z
18322026-08-13T18:51:39.136Zreal 1:50.938837662
18332026-08-13T18:51:39.136Zuser 7:14.449494004
18342026-08-13T18:51:39.136Zsys 2:18.520245945
18352026-08-13T18:51:39.136Ztrap 0.231757596
18362026-08-13T18:51:39.137Ztflt 1.550001011
18372026-08-13T18:51:39.137Zdflt 4.109240982
18382026-08-13T18:51:39.137Zkflt 0.080728317
18392026-08-13T18:51:39.137Zlock 29:24.338635419
18402026-08-13T18:51:39.137Zslp 17:28.036594514
18412026-08-13T18:51:39.137Zlat 17.861418791
18422026-08-13T18:51:39.137Zstop 6:09.130980273
18432026-08-13T18:51:39.137Z++ bmat factory name
18442026-08-13T18:51:39.144Z++ bmat factory private
18452026-08-13T18:51:39.151Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0d1dae4871bf0e7d2 '{
18462026-08-13T18:51:39.151Z buildomat: {
18472026-08-13T18:51:39.151Z factory: {
18482026-08-13T18:51:39.151Z name: $bmat_factory_name,
18492026-08-13T18:51:39.151Z private: $bmat_factory_private,
18502026-08-13T18:51:39.151Z },
18512026-08-13T18:51:39.151Z },
18522026-08-13T18:51:39.151Z }'
18532026-08-13T18:51:39.379Z+ banner ls-apis
18542026-08-13T18:51:39.383Z
18552026-08-13T18:51:39.383Z # #### ## ##### # ####
18562026-08-13T18:51:39.383Z # # # # # # # #
18572026-08-13T18:51:39.383Z # #### ##### # # # # # ####
18582026-08-13T18:51:39.383Z # # ###### ##### # #
18592026-08-13T18:51:39.383Z # # # # # # # # #
18602026-08-13T18:51:39.383Z ###### #### # # # # ####
18612026-08-13T18:51:39.383Z
18622026-08-13T18:51:39.387Z+ source ./tools/include/force-git-over-https.sh
18632026-08-13T18:51:39.387Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18642026-08-13T18:51:39.387Z++ (( i = 0 ))
18652026-08-13T18:51:39.387Z++ (( i < 5 ))
18662026-08-13T18:51:39.387Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18672026-08-13T18:51:39.387Z++ (( i++ ))
18682026-08-13T18:51:39.387Z++ (( i < 5 ))
18692026-08-13T18:51:39.387Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18702026-08-13T18:51:39.391Z++ (( i++ ))
18712026-08-13T18:51:39.391Z++ (( i < 5 ))
18722026-08-13T18:51:39.391Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18732026-08-13T18:51:39.395Z++ (( i++ ))
18742026-08-13T18:51:39.395Z++ (( i < 5 ))
18752026-08-13T18:51:39.395Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18762026-08-13T18:51:39.399Z++ (( i++ ))
18772026-08-13T18:51:39.399Z++ (( i < 5 ))
18782026-08-13T18:51:39.399Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18792026-08-13T18:51:39.403Z++ (( i++ ))
18802026-08-13T18:51:39.403Z++ (( i < 5 ))
18812026-08-13T18:51:39.403Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18822026-08-13T18:51:39.403Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18832026-08-13T18:51:39.403Z+ ptime -m cargo xtask ls-apis apis
18842026-08-13T18:51:39.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18852026-08-13T18:51:39.872Z Running `target/debug/xtask ls-apis apis`
18862026-08-13T18:51:40.631Z Compiling rayon-core v1.13.0
18872026-08-13T18:51:40.635Z Compiling semver v0.1.20
18882026-08-13T18:51:40.770Z Compiling crossbeam-deque v0.8.6
18892026-08-13T18:51:40.770Z Compiling blake3 v1.8.5
18902026-08-13T18:51:40.802Z Compiling arrayvec v0.7.6
18912026-08-13T18:51:40.802Z Compiling constant_time_eq v0.4.2
18922026-08-13T18:51:40.802Z Compiling arrayref v0.3.9
18932026-08-13T18:51:40.803Z Compiling parse-display-derive v0.10.0
18942026-08-13T18:51:40.816Z Compiling topological-sort v0.2.2
18952026-08-13T18:51:40.820Z Compiling toml v0.8.23
18962026-08-13T18:51:40.828Z Compiling itertools v0.14.0
18972026-08-13T18:51:40.869Z Compiling indent_write v2.2.0
18982026-08-13T18:51:40.929Z Compiling rustc_version v0.1.7
18992026-08-13T18:51:41.154Z Compiling newtype_derive v0.1.6
19002026-08-13T18:51:41.475Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
19012026-08-13T18:51:41.814Z Compiling omicron-zone-package v0.12.3
19022026-08-13T18:51:42.105Z Compiling parse-display v0.10.0
19032026-08-13T18:51:42.685Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
19042026-08-13T18:51:47.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.27s
19052026-08-13T18:51:47.316Z Running `target/debug/ls-apis apis`
19062026-08-13T18:51:47.361Zloading metadata for workspace omicron from current workspace
19072026-08-13T18:51:51.093Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
19082026-08-13T18:51:51.093Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
19092026-08-13T18:51:51.097Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
19102026-08-13T18:51:51.113Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
19112026-08-13T18:51:51.117Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
19122026-08-13T18:51:51.117Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
19132026-08-13T18:51:51.117Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
19142026-08-13T18:51:51.117Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
19152026-08-13T18:51:51.117Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
19162026-08-13T18:52:20.841Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19172026-08-13T18:52:20.921Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19182026-08-13T18:52:21.230ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
19192026-08-13T18:52:21.230Z consumed by: wicketd (omicron/wicketd) via 1 path
19202026-08-13T18:52:21.230Z
19212026-08-13T18:52:21.230ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
19222026-08-13T18:52:21.230Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19232026-08-13T18:52:21.230Z
19242026-08-13T18:52:21.230ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
19252026-08-13T18:52:21.230Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19262026-08-13T18:52:21.230Z
19272026-08-13T18:52:21.230ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
19282026-08-13T18:52:21.230Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19292026-08-13T18:52:21.230Z
19302026-08-13T18:52:21.230ZCockroachDB Cluster Admin (client: cockroach-admin-client)
19312026-08-13T18:52:21.230Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19322026-08-13T18:52:21.234Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19332026-08-13T18:52:21.234Z
19342026-08-13T18:52:21.234ZCrucible Agent (client: crucible-agent-client)
19352026-08-13T18:52:21.234Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19362026-08-13T18:52:21.234Z
19372026-08-13T18:52:21.234ZCrucible Control (for testing only) (client: crucible-control-client)
19382026-08-13T18:52:21.234Z
19392026-08-13T18:52:21.234ZCrucible Pantry (client: crucible-pantry-client)
19402026-08-13T18:52:21.234Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19412026-08-13T18:52:21.234Z
19422026-08-13T18:52:21.234ZMaghemite DDM Admin (client: ddm-admin-client)
19432026-08-13T18:52:21.234Z consumed by: installinator (omicron/installinator) via 1 path
19442026-08-13T18:52:21.234Z consumed by: mgd (maghemite/mgd) via 1 path
19452026-08-13T18:52:21.234Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19462026-08-13T18:52:21.235Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19472026-08-13T18:52:21.235Z consumed by: wicketd (omicron/wicketd) via 1 path
19482026-08-13T18:52:21.235Z
19492026-08-13T18:52:21.235ZDNS Server (client: dns-service-client)
19502026-08-13T18:52:21.235Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19512026-08-13T18:52:21.235Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19522026-08-13T18:52:21.235Z
19532026-08-13T18:52:21.235ZDendrite DPD (client: dpd-client)
19542026-08-13T18:52:21.235Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19552026-08-13T18:52:21.235Z consumed by: lldpd (lldp/lldpd) via 2 paths
19562026-08-13T18:52:21.235Z consumed by: mgd (maghemite/mgd) via 1 path
19572026-08-13T18:52:21.235Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19582026-08-13T18:52:21.235Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19592026-08-13T18:52:21.235Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19602026-08-13T18:52:21.235Z consumed by: wicketd (omicron/wicketd) via 2 paths
19612026-08-13T18:52:21.235Z
19622026-08-13T18:52:21.235ZDownstairs Controller (debugging only) (client: dsc-client)
19632026-08-13T18:52:21.235Z
19642026-08-13T18:52:21.235ZManagement Gateway Service (client: gateway-client)
19652026-08-13T18:52:21.244Z consumed by: dpd (dendrite/dpd) via 1 path
19662026-08-13T18:52:21.244Z consumed by: lldpd (lldp/lldpd) via 1 path
19672026-08-13T18:52:21.245Z consumed by: mgd (maghemite/mgd) via 1 path
19682026-08-13T18:52:21.245Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
19692026-08-13T18:52:21.245Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19702026-08-13T18:52:21.245Z consumed by: wicketd (omicron/wicketd) via 3 paths
19712026-08-13T18:52:21.245Z
19722026-08-13T18:52:21.245ZWicketd Installinator (client: installinator-client)
19732026-08-13T18:52:21.245Z consumed by: installinator (omicron/installinator) via 1 path
19742026-08-13T18:52:21.245Z
19752026-08-13T18:52:21.245ZLLDP daemon (client: lldpd-client)
19762026-08-13T18:52:21.245Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19772026-08-13T18:52:21.245Z consumed by: tfportd (dendrite/tfportd) via 1 path
19782026-08-13T18:52:21.245Z
19792026-08-13T18:52:21.245ZMaghemite MG Admin (client: mg-admin-client)
19802026-08-13T18:52:21.257Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19812026-08-13T18:52:21.257Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19822026-08-13T18:52:21.257Z
19832026-08-13T18:52:21.257ZNexus Internal API (client: nexus-client)
19842026-08-13T18:52:21.258Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19852026-08-13T18:52:21.258Z consumed by: dpd (dendrite/dpd) via 1 path
19862026-08-13T18:52:21.258Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19872026-08-13T18:52:21.258Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19882026-08-13T18:52:21.258Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19892026-08-13T18:52:21.258Z
19902026-08-13T18:52:21.258ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19912026-08-13T18:52:21.258Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19922026-08-13T18:52:21.258Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
19932026-08-13T18:52:21.258Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19942026-08-13T18:52:21.258Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
19952026-08-13T18:52:21.258Z
19962026-08-13T18:52:21.258ZNTP Admin (client: ntp-admin-client)
19972026-08-13T18:52:21.258Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19982026-08-13T18:52:21.258Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19992026-08-13T18:52:21.258Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 2 paths [embedded in omicron-sled-agent; rack-init only]
20002026-08-13T18:52:21.258Z
20012026-08-13T18:52:21.258ZExternal API (client: oxide-client)
20022026-08-13T18:52:21.258Z
20032026-08-13T18:52:21.259ZOximeter (client: oximeter-client)
20042026-08-13T18:52:21.259Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20052026-08-13T18:52:21.259Z
20062026-08-13T18:52:21.259ZPropolis (client: propolis-client)
20072026-08-13T18:52:21.259Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20082026-08-13T18:52:21.259Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20092026-08-13T18:52:21.259Z
20102026-08-13T18:52:21.259ZCrucible Repair (client: repair-client)
20112026-08-13T18:52:21.259Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
20122026-08-13T18:52:21.259Z
20132026-08-13T18:52:21.259ZRepo Depot API (client: repo-depot-client)
20142026-08-13T18:52:21.259Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20152026-08-13T18:52:21.259Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20162026-08-13T18:52:21.259Z
20172026-08-13T18:52:21.259ZSled Agent (client: sled-agent-client)
20182026-08-13T18:52:21.265Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
20192026-08-13T18:52:21.265Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
20202026-08-13T18:52:21.266Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20212026-08-13T18:52:21.266Z
20222026-08-13T18:52:21.266ZWicketd (client: wicketd-client)
20232026-08-13T18:52:21.266Z
20242026-08-13T18:52:21.266ZWicketd Commission (client: wicketd-commission-client)
20252026-08-13T18:52:21.266Z
20262026-08-13T18:52:21.355Z
20272026-08-13T18:52:21.355Zreal 41.924153146
20282026-08-13T18:52:21.358Zuser 32.337485887
20292026-08-13T18:52:21.358Zsys 11.361622122
20302026-08-13T18:52:21.358Ztrap 0.003989160
20312026-08-13T18:52:21.358Ztflt 0.108308302
20322026-08-13T18:52:21.358Zdflt 0.204359049
20332026-08-13T18:52:21.358Zkflt 0.000096420
20342026-08-13T18:52:21.358Zlock 4:24.315981886
20352026-08-13T18:52:21.358Zslp 6:43.151065514
20362026-08-13T18:52:21.358Zlat 0.890356696
20372026-08-13T18:52:21.358Zstop 3.624229519
20382026-08-13T18:52:21.359Z+ ptime -m cargo xtask ls-apis deployment-units
20392026-08-13T18:52:21.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
20402026-08-13T18:52:21.874Z Running `target/debug/xtask ls-apis deployment-units`
20412026-08-13T18:52:22.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20422026-08-13T18:52:22.751Z Running `target/debug/ls-apis deployment-units`
20432026-08-13T18:52:22.799Zloading metadata for workspace omicron from current workspace
20442026-08-13T18:52:23.898Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
20452026-08-13T18:52:23.902Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
20462026-08-13T18:52:23.902Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
20472026-08-13T18:52:23.916Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
20482026-08-13T18:52:23.916Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
20492026-08-13T18:52:23.919Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
20502026-08-13T18:52:23.920Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
20512026-08-13T18:52:23.920Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
20522026-08-13T18:52:23.920Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
20532026-08-13T18:52:26.561Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20542026-08-13T18:52:26.640Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20552026-08-13T18:52:26.950ZClickHouse
20562026-08-13T18:52:26.950Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20572026-08-13T18:52:26.950Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20582026-08-13T18:52:26.950Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20592026-08-13T18:52:26.950Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20602026-08-13T18:52:26.950Z
20612026-08-13T18:52:26.950Z
20622026-08-13T18:52:26.950ZCockroach
20632026-08-13T18:52:26.950Z omicron-cockroach-admin (omicron/cockroach-admin)
20642026-08-13T18:52:26.950Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20652026-08-13T18:52:26.950Z
20662026-08-13T18:52:26.950Z
20672026-08-13T18:52:26.950ZCrucible
20682026-08-13T18:52:26.950Z crucible-agent (crucible/agent)
20692026-08-13T18:52:26.950Z exposes: Crucible Agent (client = crucible-agent-client)
20702026-08-13T18:52:26.950Z
20712026-08-13T18:52:26.950Z crucible-downstairs (crucible/downstairs)
20722026-08-13T18:52:26.951Z exposes: Crucible Repair (client = repair-client)
20732026-08-13T18:52:26.954Z consumes: repair-client
20742026-08-13T18:52:26.954Z
20752026-08-13T18:52:26.954Z
20762026-08-13T18:52:26.954ZCrucible Pantry
20772026-08-13T18:52:26.954Z crucible-pantry (crucible/pantry)
20782026-08-13T18:52:26.954Z exposes: Crucible Pantry (client = crucible-pantry-client)
20792026-08-13T18:52:26.954Z consumes: nexus-client
20802026-08-13T18:52:26.954Z
20812026-08-13T18:52:26.954Z
20822026-08-13T18:52:26.954ZDNS Server
20832026-08-13T18:52:26.954Z dns-server (omicron/dns-server)
20842026-08-13T18:52:26.955Z exposes: DNS Server (client = dns-service-client)
20852026-08-13T18:52:26.955Z
20862026-08-13T18:52:26.955Z
20872026-08-13T18:52:26.955ZHost OS
20882026-08-13T18:52:26.955Z ddmd (maghemite/ddmd)
20892026-08-13T18:52:26.955Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20902026-08-13T18:52:26.955Z consumes: dpd-client (intra-deployment-unit-only)
20912026-08-13T18:52:26.955Z
20922026-08-13T18:52:26.955Z dpd (dendrite/dpd)
20932026-08-13T18:52:26.955Z exposes: Dendrite DPD (client = dpd-client)
20942026-08-13T18:52:26.955Z consumes: gateway-client (intra-deployment-unit-only)
20952026-08-13T18:52:26.955Z consumes: nexus-client
20962026-08-13T18:52:26.955Z
20972026-08-13T18:52:26.955Z lldpd (lldp/lldpd)
20982026-08-13T18:52:26.955Z exposes: LLDP daemon (client = lldpd-client)
20992026-08-13T18:52:26.955Z consumes: dpd-client (intra-deployment-unit-only)
21002026-08-13T18:52:26.955Z consumes: gateway-client (intra-deployment-unit-only)
21012026-08-13T18:52:26.955Z
21022026-08-13T18:52:26.955Z mgd (maghemite/mgd)
21032026-08-13T18:52:26.955Z exposes: Maghemite MG Admin (client = mg-admin-client)
21042026-08-13T18:52:26.986Z consumes: ddm-admin-client (intra-deployment-unit-only)
21052026-08-13T18:52:26.986Z consumes: dpd-client (intra-deployment-unit-only)
21062026-08-13T18:52:26.986Z consumes: gateway-client (intra-deployment-unit-only)
21072026-08-13T18:52:26.986Z
21082026-08-13T18:52:26.986Z omicron-gateway (omicron/gateway)
21092026-08-13T18:52:26.986Z exposes: Management Gateway Service (client = gateway-client)
21102026-08-13T18:52:26.986Z
21112026-08-13T18:52:26.986Z omicron-sled-agent (omicron/sled-agent)
21122026-08-13T18:52:26.986Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21132026-08-13T18:52:26.986Z exposes: Repo Depot API (client = repo-depot-client)
21142026-08-13T18:52:26.987Z exposes: Sled Agent (client = sled-agent-client)
21152026-08-13T18:52:26.987Z consumes: ddm-admin-client (intra-deployment-unit-only)
21162026-08-13T18:52:26.987Z consumes: dpd-client (intra-deployment-unit-only)
21172026-08-13T18:52:26.987Z consumes: gateway-client (intra-deployment-unit-only)
21182026-08-13T18:52:26.987Z consumes: mg-admin-client (intra-deployment-unit-only)
21192026-08-13T18:52:26.987Z consumes: nexus-client
21202026-08-13T18:52:26.987Z consumes: nexus-lockstep-client
21212026-08-13T18:52:26.987Z consumes: ntp-admin-client
21222026-08-13T18:52:26.987Z consumes: propolis-client (intra-deployment-unit-only)
21232026-08-13T18:52:26.987Z consumes: repo-depot-client
21242026-08-13T18:52:26.987Z
21252026-08-13T18:52:26.987Z propolis-server (propolis/bin/propolis-server)
21262026-08-13T18:52:26.987Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21272026-08-13T18:52:26.987Z exposes: Propolis (client = propolis-client)
21282026-08-13T18:52:26.991Z consumes: nexus-client
21292026-08-13T18:52:26.992Z consumes: sled-agent-client (intra-deployment-unit-only)
21302026-08-13T18:52:26.992Z
21312026-08-13T18:52:26.992Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
21322026-08-13T18:52:26.992Z consumes: cockroach-admin-client
21332026-08-13T18:52:26.992Z consumes: ddm-admin-client
21342026-08-13T18:52:26.992Z consumes: dns-service-client
21352026-08-13T18:52:26.992Z consumes: nexus-lockstep-client
21362026-08-13T18:52:26.992Z consumes: ntp-admin-client
21372026-08-13T18:52:26.992Z consumes: sled-agent-client
21382026-08-13T18:52:26.992Z
21392026-08-13T18:52:26.992Z tfportd (dendrite/tfportd)
21402026-08-13T18:52:26.992Z consumes: dpd-client (intra-deployment-unit-only)
21412026-08-13T18:52:26.992Z consumes: lldpd-client (intra-deployment-unit-only)
21422026-08-13T18:52:26.992Z
21432026-08-13T18:52:26.992Z wicketd (omicron/wicketd)
21442026-08-13T18:52:26.992Z exposes: Wicketd Installinator (client = installinator-client)
21452026-08-13T18:52:26.992Z exposes: Wicketd (client = wicketd-client)
21462026-08-13T18:52:26.992Z exposes: Wicketd Commission (client = wicketd-commission-client)
21472026-08-13T18:52:26.992Z consumes: bootstrap-agent-lockstep-client
21482026-08-13T18:52:26.992Z consumes: ddm-admin-client (intra-deployment-unit-only)
21492026-08-13T18:52:26.992Z consumes: dpd-client (intra-deployment-unit-only)
21502026-08-13T18:52:26.992Z consumes: gateway-client (intra-deployment-unit-only)
21512026-08-13T18:52:26.992Z
21522026-08-13T18:52:26.992Z
21532026-08-13T18:52:26.992ZInstallinator
21542026-08-13T18:52:26.992Z installinator (omicron/installinator)
21552026-08-13T18:52:26.992Z consumes: ddm-admin-client
21562026-08-13T18:52:26.992Z consumes: installinator-client
21572026-08-13T18:52:26.992Z
21582026-08-13T18:52:26.992Z
21592026-08-13T18:52:26.992ZNTP
21602026-08-13T18:52:26.992Z omicron-ntp-admin (omicron/ntp-admin)
21612026-08-13T18:52:26.992Z exposes: NTP Admin (client = ntp-admin-client)
21622026-08-13T18:52:26.992Z
21632026-08-13T18:52:26.993Z
21642026-08-13T18:52:26.993ZNexus
21652026-08-13T18:52:26.993Z omicron-nexus (omicron/nexus)
21662026-08-13T18:52:26.993Z exposes: Nexus Internal API (client = nexus-client)
21672026-08-13T18:52:26.993Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21682026-08-13T18:52:26.993Z exposes: External API (client = oxide-client)
21692026-08-13T18:52:26.993Z consumes: clickhouse-admin-keeper-client
21702026-08-13T18:52:26.993Z consumes: clickhouse-admin-server-client
21712026-08-13T18:52:26.993Z consumes: clickhouse-admin-single-client
21722026-08-13T18:52:26.993Z consumes: cockroach-admin-client
21732026-08-13T18:52:26.993Z consumes: crucible-agent-client
21742026-08-13T18:52:26.993Z consumes: crucible-pantry-client
21752026-08-13T18:52:26.993Z consumes: dns-service-client
21762026-08-13T18:52:26.993Z consumes: dpd-client
21772026-08-13T18:52:26.993Z consumes: gateway-client
21782026-08-13T18:52:26.993Z consumes: lldpd-client
21792026-08-13T18:52:26.993Z consumes: mg-admin-client
21802026-08-13T18:52:26.993Z consumes: ntp-admin-client
21812026-08-13T18:52:26.993Z consumes: oximeter-client
21822026-08-13T18:52:26.993Z consumes: propolis-client
21832026-08-13T18:52:26.993Z consumes: repo-depot-client
21842026-08-13T18:52:26.993Z consumes: sled-agent-client
21852026-08-13T18:52:26.993Z
21862026-08-13T18:52:26.993Z
21872026-08-13T18:52:26.993ZOximeter
21882026-08-13T18:52:26.993Z oximeter-collector (omicron/oximeter/collector)
21892026-08-13T18:52:26.993Z exposes: Oximeter (client = oximeter-client)
21902026-08-13T18:52:26.993Z consumes: nexus-client
21912026-08-13T18:52:26.993Z
21922026-08-13T18:52:26.993Z
21932026-08-13T18:52:27.062Z
21942026-08-13T18:52:27.062Zreal 5.680176581
21952026-08-13T18:52:27.062Zuser 4.859459963
21962026-08-13T18:52:27.062Zsys 2.125863631
21972026-08-13T18:52:27.063Ztrap 0.000563470
21982026-08-13T18:52:27.063Ztflt 0.000082300
21992026-08-13T18:52:27.068Zdflt 0.001273710
22002026-08-13T18:52:27.068Zkflt 0.000002690
22012026-08-13T18:52:27.068Zlock 2.145873434
22022026-08-13T18:52:27.069Zslp 25.446749235
22032026-08-13T18:52:27.069Zlat 0.060680826
22042026-08-13T18:52:27.069Zstop 0.009481568
22052026-08-13T18:52:27.069Z+ ptime -m cargo xtask ls-apis servers
22062026-08-13T18:52:27.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22072026-08-13T18:52:27.519Z Running `target/debug/xtask ls-apis servers`
22082026-08-13T18:52:28.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
22092026-08-13T18:52:28.338Z Running `target/debug/ls-apis servers`
22102026-08-13T18:52:28.390Zloading metadata for workspace omicron from current workspace
22112026-08-13T18:52:29.454Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
22122026-08-13T18:52:29.459Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
22132026-08-13T18:52:29.459Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
22142026-08-13T18:52:29.474Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
22152026-08-13T18:52:29.477Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
22162026-08-13T18:52:29.477Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
22172026-08-13T18:52:29.477Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
22182026-08-13T18:52:29.477Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
22192026-08-13T18:52:29.477Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
22202026-08-13T18:52:32.055Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22212026-08-13T18:52:32.197Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22222026-08-13T18:52:32.399Zcrucible-agent (crucible/agent)
22232026-08-13T18:52:32.399Z exposes: Crucible Agent (client = crucible-agent-client)
22242026-08-13T18:52:32.399Z
22252026-08-13T18:52:32.399Zcrucible-downstairs (crucible/downstairs)
22262026-08-13T18:52:32.399Z exposes: Crucible Repair (client = repair-client)
22272026-08-13T18:52:32.483Z consumes: repair-client
22282026-08-13T18:52:32.483Z
22292026-08-13T18:52:32.483Zcrucible-pantry (crucible/pantry)
22302026-08-13T18:52:32.483Z exposes: Crucible Pantry (client = crucible-pantry-client)
22312026-08-13T18:52:32.483Z consumes: nexus-client
22322026-08-13T18:52:32.483Z
22332026-08-13T18:52:32.483Zddmd (maghemite/ddmd)
22342026-08-13T18:52:32.483Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22352026-08-13T18:52:32.484Z consumes: dpd-client (intra-deployment-unit-only)
22362026-08-13T18:52:32.484Z
22372026-08-13T18:52:32.484Zdns-server (omicron/dns-server)
22382026-08-13T18:52:32.484Z exposes: DNS Server (client = dns-service-client)
22392026-08-13T18:52:32.484Z
22402026-08-13T18:52:32.484Zdpd (dendrite/dpd)
22412026-08-13T18:52:32.484Z exposes: Dendrite DPD (client = dpd-client)
22422026-08-13T18:52:32.484Z consumes: gateway-client (intra-deployment-unit-only)
22432026-08-13T18:52:32.484Z consumes: nexus-client
22442026-08-13T18:52:32.484Z
22452026-08-13T18:52:32.485Zinstallinator (omicron/installinator)
22462026-08-13T18:52:32.485Z consumes: ddm-admin-client
22472026-08-13T18:52:32.485Z consumes: installinator-client
22482026-08-13T18:52:32.485Z
22492026-08-13T18:52:32.485Zlldpd (lldp/lldpd)
22502026-08-13T18:52:32.485Z exposes: LLDP daemon (client = lldpd-client)
22512026-08-13T18:52:32.485Z consumes: dpd-client (intra-deployment-unit-only)
22522026-08-13T18:52:32.485Z consumes: gateway-client (intra-deployment-unit-only)
22532026-08-13T18:52:32.485Z
22542026-08-13T18:52:32.485Zmgd (maghemite/mgd)
22552026-08-13T18:52:32.485Z exposes: Maghemite MG Admin (client = mg-admin-client)
22562026-08-13T18:52:32.485Z consumes: ddm-admin-client (intra-deployment-unit-only)
22572026-08-13T18:52:32.485Z consumes: dpd-client (intra-deployment-unit-only)
22582026-08-13T18:52:32.486Z consumes: gateway-client (intra-deployment-unit-only)
22592026-08-13T18:52:32.486Z
22602026-08-13T18:52:32.486Zomicron-clickhouse-admin (omicron/clickhouse-admin)
22612026-08-13T18:52:32.486Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
22622026-08-13T18:52:32.486Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
22632026-08-13T18:52:32.486Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
22642026-08-13T18:52:32.486Z
22652026-08-13T18:52:32.486Zomicron-cockroach-admin (omicron/cockroach-admin)
22662026-08-13T18:52:32.486Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
22672026-08-13T18:52:32.486Z
22682026-08-13T18:52:32.486Zomicron-gateway (omicron/gateway)
22692026-08-13T18:52:32.486Z exposes: Management Gateway Service (client = gateway-client)
22702026-08-13T18:52:32.486Z
22712026-08-13T18:52:32.486Zomicron-nexus (omicron/nexus)
22722026-08-13T18:52:32.487Z exposes: Nexus Internal API (client = nexus-client)
22732026-08-13T18:52:32.487Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22742026-08-13T18:52:32.487Z exposes: External API (client = oxide-client)
22752026-08-13T18:52:32.487Z consumes: clickhouse-admin-keeper-client
22762026-08-13T18:52:32.487Z consumes: clickhouse-admin-server-client
22772026-08-13T18:52:32.487Z consumes: clickhouse-admin-single-client
22782026-08-13T18:52:32.487Z consumes: cockroach-admin-client
22792026-08-13T18:52:32.487Z consumes: crucible-agent-client
22802026-08-13T18:52:32.487Z consumes: crucible-pantry-client
22812026-08-13T18:52:32.487Z consumes: dns-service-client
22822026-08-13T18:52:32.487Z consumes: dpd-client
22832026-08-13T18:52:32.487Z consumes: gateway-client
22842026-08-13T18:52:32.487Z consumes: lldpd-client
22852026-08-13T18:52:32.487Z consumes: mg-admin-client
22862026-08-13T18:52:32.487Z consumes: ntp-admin-client
22872026-08-13T18:52:32.488Z consumes: oximeter-client
22882026-08-13T18:52:32.488Z consumes: propolis-client
22892026-08-13T18:52:32.488Z consumes: repo-depot-client
22902026-08-13T18:52:32.488Z consumes: sled-agent-client
22912026-08-13T18:52:32.488Z
22922026-08-13T18:52:32.488Zomicron-ntp-admin (omicron/ntp-admin)
22932026-08-13T18:52:32.488Z exposes: NTP Admin (client = ntp-admin-client)
22942026-08-13T18:52:32.488Z
22952026-08-13T18:52:32.488Zomicron-sled-agent (omicron/sled-agent)
22962026-08-13T18:52:32.488Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
22972026-08-13T18:52:32.488Z exposes: Repo Depot API (client = repo-depot-client)
22982026-08-13T18:52:32.488Z exposes: Sled Agent (client = sled-agent-client)
22992026-08-13T18:52:32.488Z consumes: ddm-admin-client (intra-deployment-unit-only)
23002026-08-13T18:52:32.488Z consumes: dpd-client (intra-deployment-unit-only)
23012026-08-13T18:52:32.488Z consumes: gateway-client (intra-deployment-unit-only)
23022026-08-13T18:52:32.488Z consumes: mg-admin-client (intra-deployment-unit-only)
23032026-08-13T18:52:32.489Z consumes: nexus-client
23042026-08-13T18:52:32.489Z consumes: nexus-lockstep-client
23052026-08-13T18:52:32.489Z consumes: ntp-admin-client
23062026-08-13T18:52:32.489Z consumes: propolis-client (intra-deployment-unit-only)
23072026-08-13T18:52:32.489Z consumes: repo-depot-client
23082026-08-13T18:52:32.489Z
23092026-08-13T18:52:32.489Zoximeter-collector (omicron/oximeter/collector)
23102026-08-13T18:52:32.489Z exposes: Oximeter (client = oximeter-client)
23112026-08-13T18:52:32.489Z consumes: nexus-client
23122026-08-13T18:52:32.489Z
23132026-08-13T18:52:32.489Zpropolis-server (propolis/bin/propolis-server)
23142026-08-13T18:52:32.489Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
23152026-08-13T18:52:32.489Z exposes: Propolis (client = propolis-client)
23162026-08-13T18:52:32.489Z consumes: nexus-client
23172026-08-13T18:52:32.490Z consumes: sled-agent-client (intra-deployment-unit-only)
23182026-08-13T18:52:32.490Z
23192026-08-13T18:52:32.490Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
23202026-08-13T18:52:32.490Z consumes: cockroach-admin-client
23212026-08-13T18:52:32.490Z consumes: ddm-admin-client
23222026-08-13T18:52:32.490Z consumes: dns-service-client
23232026-08-13T18:52:32.490Z consumes: nexus-lockstep-client
23242026-08-13T18:52:32.490Z consumes: ntp-admin-client
23252026-08-13T18:52:32.490Z consumes: sled-agent-client
23262026-08-13T18:52:32.490Z
23272026-08-13T18:52:32.607Ztfportd (dendrite/tfportd)
23282026-08-13T18:52:32.607Z consumes: dpd-client (intra-deployment-unit-only)
23292026-08-13T18:52:32.607Z consumes: lldpd-client (intra-deployment-unit-only)
23302026-08-13T18:52:32.607Z
23312026-08-13T18:52:32.607Zwicketd (omicron/wicketd)
23322026-08-13T18:52:32.607Z exposes: Wicketd Installinator (client = installinator-client)
23332026-08-13T18:52:32.607Z exposes: Wicketd (client = wicketd-client)
23342026-08-13T18:52:32.607Z exposes: Wicketd Commission (client = wicketd-commission-client)
23352026-08-13T18:52:32.607Z consumes: bootstrap-agent-lockstep-client
23362026-08-13T18:52:32.607Z consumes: ddm-admin-client (intra-deployment-unit-only)
23372026-08-13T18:52:32.607Z consumes: dpd-client (intra-deployment-unit-only)
23382026-08-13T18:52:32.607Z consumes: gateway-client (intra-deployment-unit-only)
23392026-08-13T18:52:32.608Z
23402026-08-13T18:52:32.608Z
23412026-08-13T18:52:32.608Zreal 5.400301612
23422026-08-13T18:52:32.608Zuser 4.775117577
23432026-08-13T18:52:32.608Zsys 1.890620517
23442026-08-13T18:52:32.608Ztrap 0.000712900
23452026-08-13T18:52:32.608Ztflt 0.000047660
23462026-08-13T18:52:32.608Zdflt 0.000494350
23472026-08-13T18:52:32.608Zkflt 0.000002780
23482026-08-13T18:52:32.608Zlock 2.081732842
23492026-08-13T18:52:32.608Zslp 23.735427231
23502026-08-13T18:52:32.608Zlat 0.047386221
23512026-08-13T18:52:32.608Zstop 0.009863517
23522026-08-13T18:52:32.608Z+ ptime -m cargo xtask ls-apis check
23532026-08-13T18:52:32.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
23542026-08-13T18:52:32.967Z Running `target/debug/xtask ls-apis check`
23552026-08-13T18:52:33.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23562026-08-13T18:52:33.773Z Running `target/debug/ls-apis check`
23572026-08-13T18:52:33.826Zloading metadata for workspace omicron from current workspace
23582026-08-13T18:52:34.893Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
23592026-08-13T18:52:34.897Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
23602026-08-13T18:52:34.897Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
23612026-08-13T18:52:34.913Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
23622026-08-13T18:52:34.913Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
23632026-08-13T18:52:34.917Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23642026-08-13T18:52:34.917Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
23652026-08-13T18:52:34.917Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
23662026-08-13T18:52:34.917Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
23672026-08-13T18:52:37.396Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23682026-08-13T18:52:37.475Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23692026-08-13T18:52:37.906Z
23702026-08-13T18:52:37.906Z
23712026-08-13T18:52:37.906ZServer-managed APIs:
23722026-08-13T18:52:37.906Z
23732026-08-13T18:52:37.906Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23742026-08-13T18:52:37.906Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23752026-08-13T18:52:37.906Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23762026-08-13T18:52:37.906Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23772026-08-13T18:52:37.906Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23782026-08-13T18:52:37.906Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23792026-08-13T18:52:37.906Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23802026-08-13T18:52:37.906Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23812026-08-13T18:52:37.906Z DNS Server (dns-service-client, exposed by dns-server)
23822026-08-13T18:52:37.906Z Dendrite DPD (dpd-client, exposed by dpd)
23832026-08-13T18:52:37.906Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23842026-08-13T18:52:37.906Z LLDP daemon (lldpd-client, exposed by lldpd)
23852026-08-13T18:52:37.906Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23862026-08-13T18:52:37.906Z External API (oxide-client, exposed by omicron-nexus)
23872026-08-13T18:52:37.906Z Oximeter (oximeter-client, exposed by oximeter-collector)
23882026-08-13T18:52:37.906Z Propolis (propolis-client, exposed by propolis-server)
23892026-08-13T18:52:37.907Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23902026-08-13T18:52:37.907Z Wicketd (wicketd-client, exposed by wicketd)
23912026-08-13T18:52:37.907Z Wicketd Commission (wicketd-commission-client, exposed by wicketd)
23922026-08-13T18:52:37.907Z
23932026-08-13T18:52:37.907Z
23942026-08-13T18:52:37.907ZClient-managed API:
23952026-08-13T18:52:37.907Z
23962026-08-13T18:52:37.907Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23972026-08-13T18:52:37.907Z reason: wicketd can wind up calling into sled agent on different sleds
23982026-08-13T18:52:37.907Z Wicketd Installinator (installinator-client, exposed by wicketd)
23992026-08-13T18:52:37.907Z reason: client is provided implicitly by the operator
24002026-08-13T18:52:37.907Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
24012026-08-13T18:52:37.907Z reason: Circular dependencies between Nexus and other services
24022026-08-13T18:52:37.907Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
24032026-08-13T18:52:37.907Z reason: Circular dependencies between Nexus and other services
24042026-08-13T18:52:37.907Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
24052026-08-13T18:52:37.907Z 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.
24062026-08-13T18:52:37.907Z
24072026-08-13T18:52:37.907Z Crucible Repair (repair-client, exposed by crucible-downstairs)
24082026-08-13T18:52:37.907Z reason: depends on itself (i.e., instances call each other)
24092026-08-13T18:52:37.907Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
24102026-08-13T18:52:37.907Z reason: depends on itself (i.e., instances call each other)
24112026-08-13T18:52:37.907Z
24122026-08-13T18:52:37.907Z
24132026-08-13T18:52:37.907ZAPIs with unknown version management: none
24142026-08-13T18:52:37.907Z
24152026-08-13T18:52:37.911Z
24162026-08-13T18:52:37.911ZAPIs that failed consumer checks: none
24172026-08-13T18:52:38.000Z
24182026-08-13T18:52:38.006Zreal 5.479496792
24192026-08-13T18:52:38.006Zuser 4.891467002
24202026-08-13T18:52:38.006Zsys 1.875886469
24212026-08-13T18:52:38.006Ztrap 0.000612490
24222026-08-13T18:52:38.006Ztflt 0.000058130
24232026-08-13T18:52:38.006Zdflt 0.001064470
24242026-08-13T18:52:38.006Zkflt 0.000000000
24252026-08-13T18:52:38.006Zlock 2.071729698
24262026-08-13T18:52:38.006Zslp 23.441603806
24272026-08-13T18:52:38.006Zlat 0.043362086
24282026-08-13T18:52:38.006Zstop 0.009688767
24292026-08-13T18:52:38.007Z+ ptime -m cargo xtask ls-apis adoc
24302026-08-13T18:52:38.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
24312026-08-13T18:52:38.457Z Running `target/debug/xtask ls-apis adoc`
24322026-08-13T18:52:39.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24332026-08-13T18:52:39.287Z Running `target/debug/ls-apis adoc`
24342026-08-13T18:52:39.341Zloading metadata for workspace omicron from current workspace
24352026-08-13T18:52:40.417Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
24362026-08-13T18:52:40.417Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
24372026-08-13T18:52:40.417Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
24382026-08-13T18:52:40.435Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
24392026-08-13T18:52:40.438Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24402026-08-13T18:52:40.438Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
24412026-08-13T18:52:40.438Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
24422026-08-13T18:52:40.438Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
24432026-08-13T18:52:40.438Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
24442026-08-13T18:52:42.901Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24452026-08-13T18:52:42.978Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24462026-08-13T18:52:43.412Z
24472026-08-13T18:52:43.416Zreal 5.382945282
24482026-08-13T18:52:43.416Zuser 4.824575364
24492026-08-13T18:52:43.416Zsys 1.888223811
24502026-08-13T18:52:43.416Ztrap 0.000522240
24512026-08-13T18:52:43.416Ztflt 0.000069000
24522026-08-13T18:52:43.416Zdflt 0.000854380
24532026-08-13T18:52:43.416Zkflt 0.000007260
24542026-08-13T18:52:43.416Zlock 2.085115895
24552026-08-13T18:52:43.416Zslp 23.562848365
24562026-08-13T18:52:43.416Zlat 0.048539609
24572026-08-13T18:52:43.416Zstop 0.009181647
24582026-08-13T18:52:43.416Z+ banner build
24592026-08-13T18:52:43.420Z
24602026-08-13T18:52:43.420Z ##### # # # # #####
24612026-08-13T18:52:43.420Z # # # # # # # #
24622026-08-13T18:52:43.420Z ##### # # # # # #
24632026-08-13T18:52:43.420Z # # # # # # # #
24642026-08-13T18:52:43.420Z # # # # # # # #
24652026-08-13T18:52:43.420Z ##### #### # ###### #####
24662026-08-13T18:52:43.420Z
24672026-08-13T18:52:43.420Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
24682026-08-13T18:52:43.420Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
24692026-08-13T18:52:43.420Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
24702026-08-13T18:52:43.420Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
24712026-08-13T18:52:43.420Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24722026-08-13T18:52:43.420Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24732026-08-13T18:52:43.420Z+ export TMPDIR=/var/tmp/omicron_tmp
24742026-08-13T18:52:43.420Z+ TMPDIR=/var/tmp/omicron_tmp
24752026-08-13T18:52:43.420Z+ export RUST_BACKTRACE=1
24762026-08-13T18:52:43.420Z+ RUST_BACKTRACE=1
24772026-08-13T18:52:43.420Z+ export CARGO_INCREMENTAL=0
24782026-08-13T18:52:43.420Z+ CARGO_INCREMENTAL=0
24792026-08-13T18:52:43.420Z+ export RUSTC_BOOTSTRAP=1
24802026-08-13T18:52:43.420Z+ RUSTC_BOOTSTRAP=1
24812026-08-13T18:52:43.420Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
24822026-08-13T18:52:45.513Z Compiling proc-macro2 v1.0.106
24832026-08-13T18:52:45.513Z Compiling unicode-ident v1.0.24
24842026-08-13T18:52:45.513Z Compiling quote v1.0.45
24852026-08-13T18:52:45.517Z Compiling libc v0.2.185
24862026-08-13T18:52:45.517Z Compiling serde_core v1.0.228
24872026-08-13T18:52:45.517Z Compiling cfg-if v1.0.4
24882026-08-13T18:52:45.517Z Compiling serde v1.0.228
24892026-08-13T18:52:45.517Z Compiling memchr v2.8.0
24902026-08-13T18:52:45.517Z Compiling smallvec v1.15.1
24912026-08-13T18:52:45.517Z Compiling autocfg v1.5.0
24922026-08-13T18:52:45.517Z Compiling itoa v1.0.17
24932026-08-13T18:52:45.517Z Compiling rand_core v0.10.0
24942026-08-13T18:52:45.797Z Compiling log v0.4.29
24952026-08-13T18:52:45.801Z Compiling getrandom v0.4.1
24962026-08-13T18:52:45.801Z Compiling subtle v2.6.1
24972026-08-13T18:52:45.801Z Compiling libm v0.2.16
24982026-08-13T18:52:45.801Z Compiling version_check v0.9.5
24992026-08-13T18:52:45.801Z Compiling zmij v1.0.21
25002026-08-13T18:52:45.801Z Compiling serde_json v1.0.151
25012026-08-13T18:52:45.801Z Compiling scopeguard v1.2.0
25022026-08-13T18:52:45.801Z Compiling stable_deref_trait v1.2.1
25032026-08-13T18:52:45.801Z Compiling typenum v1.20.1
25042026-08-13T18:52:45.801Z Compiling percent-encoding v2.3.2
25052026-08-13T18:52:45.801Z Compiling writeable v0.6.2
25062026-08-13T18:52:45.801Z Compiling litemap v0.8.1
25072026-08-13T18:52:45.801Z Compiling icu_normalizer_data v2.1.1
25082026-08-13T18:52:45.801Z Compiling icu_properties_data v2.1.2
25092026-08-13T18:52:45.801Z Compiling utf8_iter v1.0.4
25102026-08-13T18:52:45.801Z Compiling portable-atomic v1.13.1
25112026-08-13T18:52:45.827Z Compiling parking_lot_core v0.9.12
25122026-08-13T18:52:45.831Z Compiling critical-section v1.2.0
25132026-08-13T18:52:45.831Z Compiling zerocopy v0.8.40
25142026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=be908efd5d793ed1 -C extra-filename=-bd931bcdebfb2835 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-bd931bcdebfb2835 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5d3543a2f321eeb -C extra-filename=-a102d7cd852100ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=4631ea154300ce76 -C extra-filename=-c60aa0859c6cdac8 --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-c60aa0859c6cdac8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=17055a2bf13739c0 -C extra-filename=-2a5e5fd126512cc3 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-2a5e5fd126512cc3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=fd5d9d798de116a9 -C extra-filename=-b1ad757f3d1feadb --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-b1ad757f3d1feadb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=00e38a6e31e0dcdc -C extra-filename=-d8fbaa4fbac25e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=80ce1cbd4e1e8c90 -C extra-filename=-280df15876766ab0 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-280df15876766ab0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2520a62ac8fedd8 -C extra-filename=-abbc589ab1b46aa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=555644e22eaa4d5d -C extra-filename=-42e7c7869e9e0bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=564edab708039010 -C extra-filename=-de3a788940fe2e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --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=5e102674ee4e2393 -C extra-filename=-f356c0afc0f69c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=acca0d84b463c014 -C extra-filename=-10f078ec4a3ea811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262026-08-13T18:52:45.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f6dabdc5b47129c -C extra-filename=-682ec8ae79a89f0e --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-682ec8ae79a89f0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272026-08-13T18:52:45.881Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "either"))' -C metadata=869ce0d330956582 -C extra-filename=-97b470074f18b93b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282026-08-13T18:52:45.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=3b4b59a06ab98e3f -C extra-filename=-bb93ad60cfc1a229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292026-08-13T18:52:45.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=3bdf70df7fd76a3b -C extra-filename=-e9e341c45ff69dd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e9e341c45ff69dd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302026-08-13T18:52:45.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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=10a8380bb8c20de9 -C extra-filename=-c66f73ec85377537 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-c66f73ec85377537 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312026-08-13T18:52:45.914Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=2083cd1a601561c7 -C extra-filename=-149ac3b1bfbf1a94 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-149ac3b1bfbf1a94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322026-08-13T18:52:46.075Z Compiling pin-project-lite v0.2.17
25332026-08-13T18:52:46.080Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9eb49ef3c25ee04d -C extra-filename=-5e600995c7c3f221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342026-08-13T18:52:46.080Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8579d874068abd87 -C extra-filename=-ea47dcd7dcf3e9ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352026-08-13T18:52:46.080Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "i128", "scale-info", "scale_info", "strict"))' -C metadata=fa5e6dbb1a1a37ea -C extra-filename=-448cb8472cd754c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362026-08-13T18:52:46.111Z Compiling thiserror v2.0.18
25372026-08-13T18:52:46.145Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=61c77fc1654a0d61 -C extra-filename=-817d5a90403dc1b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-817d5a90403dc1b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382026-08-13T18:52:46.149Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=98f031cc75c43fe0 -C extra-filename=-112bf55ab051345c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392026-08-13T18:52:46.149Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=54f51b0869e4b9e3 -C extra-filename=-149b2cafc829f7b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402026-08-13T18:52:46.149Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=233ffd061e6afab5 -C extra-filename=-f722ed462eeafd77 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-f722ed462eeafd77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412026-08-13T18:52:46.149Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e86831009184d078 -C extra-filename=-01824fb3367570db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422026-08-13T18:52:46.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=cd3b4c7d05da41fe -C extra-filename=-4284572ba3c6271f --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-4284572ba3c6271f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432026-08-13T18:52:46.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="const-generics"' --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=4af1f2190cdcf248 -C extra-filename=-a2577e2a70a918ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442026-08-13T18:52:46.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=47e9942dd1958c1e -C extra-filename=-682ebd8c594b97dd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-682ebd8c594b97dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452026-08-13T18:52:46.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=511802d25a1287bd -C extra-filename=-10229ef171a3bfe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462026-08-13T18:52:46.179Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=9a012101778732e6 -C extra-filename=-c2c00b5f956a68ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472026-08-13T18:52:46.245Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.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"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=5898818949f1e7a1 -C extra-filename=-5ffb4c886a11b426 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-5ffb4c886a11b426 -L 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-08-13T18:52:46.248Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-bd931bcdebfb2835/build-script-build`
25492026-08-13T18:52:46.361Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-2a5e5fd126512cc3/build-script-build`
25502026-08-13T18:52:46.366Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18af4f6ae6e7a298 -C extra-filename=-dec7d4e7a928cca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-dec7d4e7a928cca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512026-08-13T18:52:46.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.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=67c91d10e4956791 -C extra-filename=-29fe31c54d5c23c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-08-13T18:52:46.502Z Compiling form_urlencoded v1.2.2
25532026-08-13T18:52:46.505Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-280df15876766ab0/build-script-build`
25542026-08-13T18:52:46.610Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-c60aa0859c6cdac8/build-script-build`
25552026-08-13T18:52:46.613Z Compiling shlex v1.3.0
25562026-08-13T18:52:46.613Z Compiling equivalent v1.0.2
25572026-08-13T18:52:46.682Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-682ec8ae79a89f0e/build-script-build`
25582026-08-13T18:52:46.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ef1995817d3f3906 -C extra-filename=-180e5ff396d32ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592026-08-13T18:52:46.841Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e9e341c45ff69dd5/build-script-build`
25602026-08-13T18:52:46.845Z Compiling num-traits v0.2.19
25612026-08-13T18:52:46.845Z Compiling find-msvc-tools v0.1.9
25622026-08-13T18:52:46.845Z Compiling iana-time-zone v0.1.65
25632026-08-13T18:52:46.845Z Compiling heck v0.5.0
25642026-08-13T18:52:46.845Z Compiling rustversion v1.0.22
25652026-08-13T18:52:46.845Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=94f963a08620a438 -C extra-filename=-9b441c21bab2d477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662026-08-13T18:52:46.873Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3faf4f06fa91ada8 -C extra-filename=-21c1bc4ffa11cdcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672026-08-13T18:52:47.203Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=68a624a2d1b7f47f -C extra-filename=-5ca8dd11e0470c2c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-5ca8dd11e0470c2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-08-13T18:52:47.232Z Compiling lock_api v0.4.14
25692026-08-13T18:52:47.236Z Compiling fnv v1.0.7
25702026-08-13T18:52:47.236Z Compiling regex-syntax v0.8.10
25712026-08-13T18:52:47.236Z Compiling hashbrown v0.17.0
25722026-08-13T18:52:47.264Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-c66f73ec85377537/build-script-build`
25732026-08-13T18:52:47.269Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=d71d02814088a4c8 -C extra-filename=-6720234346448ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742026-08-13T18:52:47.269Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3bb87749eaed82d -C extra-filename=-9177e43cb0714f73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752026-08-13T18:52:47.269Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eaf00995d5598ff2 -C extra-filename=-cede61e9b8553d81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762026-08-13T18:52:47.269Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bdbfee7dd07db92 -C extra-filename=-a24e6e36e86e48a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-a24e6e36e86e48a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772026-08-13T18:52:47.579Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-5ffb4c886a11b426/build-script-build`
25782026-08-13T18:52:47.579Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-b1ad757f3d1feadb/build-script-build`
25792026-08-13T18:52:47.584Z Compiling dyn-clone v1.0.20
25802026-08-13T18:52:47.584Z Compiling schemars v0.8.22
25812026-08-13T18:52:47.611Z Compiling strsim v0.11.1
25822026-08-13T18:52:47.614Z Compiling futures-core v0.3.32
25832026-08-13T18:52:47.614Z Compiling rustix v1.1.3
25842026-08-13T18:52:47.614Z Compiling aho-corasick v1.1.4
25852026-08-13T18:52:47.614Z Compiling cmov v0.5.4
25862026-08-13T18:52:47.712Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=54c405d5cad9aca2 -C extra-filename=-c2f3f257b63b1310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872026-08-13T18:52:47.716Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-817d5a90403dc1b5/build-script-build`
25882026-08-13T18:52:47.818Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=e401d129a2a03c8c -C extra-filename=-5c77632c1fe79449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892026-08-13T18:52:47.822Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --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=ec05135c53f7416f -C extra-filename=-3fedf9f33413879a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902026-08-13T18:52:47.919Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c29bfb09f983a625 -C extra-filename=-a225d2903c30481e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912026-08-13T18:52:47.994Z Compiling byteorder v1.5.0
25922026-08-13T18:52:47.994Z Compiling syn v1.0.109
25932026-08-13T18:52:47.997Z Compiling getrandom v0.3.4
25942026-08-13T18:52:47.997Z Compiling futures-sink v0.3.32
25952026-08-13T18:52:47.997Z Compiling generic-array v0.14.7
25962026-08-13T18:52:47.997Z Compiling thiserror v1.0.69
25972026-08-13T18:52:48.021Z Compiling futures-task v0.3.32
25982026-08-13T18:52:48.025Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cmov --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmov-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c31d9be515d5e1fe -C extra-filename=-a7bffee6a2f2ad95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992026-08-13T18:52:48.025Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=901db48c5ec0b69e -C extra-filename=-4d512d89878f7582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002026-08-13T18:52:48.094Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=783659fddc5d6c18 -C extra-filename=-a88c156fc99b7e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012026-08-13T18:52:48.097Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.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=e51df1d3e6b68794 -C extra-filename=-7cfe84318559abd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-7cfe84318559abd2 -L 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-08-13T18:52:48.097Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=374440a5cb983242 -C extra-filename=-a1cdf1d4d5c11804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032026-08-13T18:52:48.097Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=d2949daca160601e -C extra-filename=-5e8f4331a0938315 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-5e8f4331a0938315 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042026-08-13T18:52:48.097Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-f722ed462eeafd77/build-script-build`
26052026-08-13T18:52:48.097Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-dec7d4e7a928cca7/build-script-build`
26062026-08-13T18:52:48.308Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff5af5aefc88e59b -C extra-filename=-fa8b1917837293de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072026-08-13T18:52:48.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bac4cb552a0dde9f -C extra-filename=-d22feaec7ba6f2cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
26082026-08-13T18:52:48.448Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-682ebd8c594b97dd/build-script-build`
26092026-08-13T18:52:48.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=2dfcaabafa71c899 -C extra-filename=-17ae1705427aeb7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102026-08-13T18:52:48.452Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=783b533b79fd459e -C extra-filename=-1f1c0aac613a8fc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-1f1c0aac613a8fc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112026-08-13T18:52:48.452Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-149ac3b1bfbf1a94/build-script-build`
26122026-08-13T18:52:48.452Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=649eb23852503144 -C extra-filename=-75c354370bd8be15 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-75c354370bd8be15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132026-08-13T18:52:48.452Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fca10bca2d82fe0 -C extra-filename=-0c8077e11d6759cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
26142026-08-13T18:52:48.452Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-4284572ba3c6271f/build-script-build`
26152026-08-13T18:52:48.452Z Compiling ctutils v0.4.2
26162026-08-13T18:52:48.452Z Compiling futures-io v0.3.32
26172026-08-13T18:52:48.452Z Compiling slab v0.4.12
26182026-08-13T18:52:48.452Z Compiling anyhow v1.0.102
26192026-08-13T18:52:48.452Z Compiling ident_case v1.0.1
26202026-08-13T18:52:48.452Z Compiling const-oid v0.9.6
26212026-08-13T18:52:48.452Z Compiling base64ct v1.8.3
26222026-08-13T18:52:48.479Z Compiling base64 v0.22.1
26232026-08-13T18:52:48.482Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=09c75bbf69f5ac16 -C extra-filename=-bf56d0da61be318a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
26242026-08-13T18:52:48.482Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=3312089ce955b776 -C extra-filename=-37780afbbf43cfe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252026-08-13T18:52:48.483Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=6a16493d89d14f0b -C extra-filename=-d59a04826277e404 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d59a04826277e404 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262026-08-13T18:52:48.483Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ad09b1ff306aa92 -C extra-filename=-c906e444f986cb52 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c906e444f986cb52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272026-08-13T18:52:48.483Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1c96c436578a49c3 -C extra-filename=-374a7aea8a4974be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282026-08-13T18:52:48.881Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=52d6257ad0024e11 -C extra-filename=-34de0cd9290266be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
26292026-08-13T18:52:48.885Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=ad33c171518e9d33 -C extra-filename=-cf06d73c0c6d1edb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302026-08-13T18:52:48.885Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ctutils --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctutils-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "subtle"))' -C metadata=492e3bee4c897c7d -C extra-filename=-f9b7e9e847a09912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cmov=/work/oxidecomputer/omicron/target/debug/deps/libcmov-a7bffee6a2f2ad95.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312026-08-13T18:52:48.885Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f60df7228b71b202 -C extra-filename=-f9aa91a12ebae5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322026-08-13T18:52:48.885Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.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=77c1e504dd28fbb7 -C extra-filename=-53f70a5a26cd2946 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-53f70a5a26cd2946 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332026-08-13T18:52:48.885Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-a24e6e36e86e48a1/build-script-build`
26342026-08-13T18:52:48.885Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=396bfe63f42322e2 -C extra-filename=-12bef6d549ef5d80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352026-08-13T18:52:48.885Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=839e0ece0319506f -C extra-filename=-0dd98833f01df7ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
26362026-08-13T18:52:48.885Z Compiling futures-channel v0.3.32
26372026-08-13T18:52:48.885Z Compiling pkg-config v0.3.32
26382026-08-13T18:52:48.885Z Compiling utf8parse v0.2.2
26392026-08-13T18:52:48.886Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5637921f6107647d -C extra-filename=-bf59ab279ffa544e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402026-08-13T18:52:48.886Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=a10d45b3b14232c9 -C extra-filename=-4c5cc81598cfc878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412026-08-13T18:52:48.886Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=a96e84422292af19 -C extra-filename=-b217980bafa3a20c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422026-08-13T18:52:48.886Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-5ca8dd11e0470c2c/build-script-build`
26432026-08-13T18:52:48.886Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=68509b396f6fcba3 -C extra-filename=-95ca26147fa74cdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
26442026-08-13T18:52:49.210Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=d45c9f524fd0e74b -C extra-filename=-1edf76f44f22bd7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
26452026-08-13T18:52:49.213Z Compiling regex-automata v0.4.14
26462026-08-13T18:52:49.213Z Compiling either v1.15.0
26472026-08-13T18:52:49.213Z Compiling anstyle v1.0.14
26482026-08-13T18:52:49.213Z Compiling num-conv v0.2.0
26492026-08-13T18:52:49.213Z Compiling powerfmt v0.2.0
26502026-08-13T18:52:49.213Z Compiling time-core v0.1.8
26512026-08-13T18:52:49.213Z Compiling colorchoice v1.0.4
26522026-08-13T18:52:49.213Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=c33e9af47ed4c839 -C extra-filename=-63a9bca806118ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg arch_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
26532026-08-13T18:52:49.213Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-7cfe84318559abd2/build-script-build`
26542026-08-13T18:52:49.213Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=fc0c06118f027a96 -C extra-filename=-23db09abac7fa08d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-08-13T18:52:49.244Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5e8f4331a0938315/build-script-build`
26562026-08-13T18:52:49.248Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=b7eeea19df5fea4d -C extra-filename=-931d1810162048c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572026-08-13T18:52:49.248Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c906e444f986cb52/build-script-build`
26582026-08-13T18:52:49.248Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e8d0e98b23d3976 -C extra-filename=-16effc2d31631143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592026-08-13T18:52:49.248Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=9656b48923405216 -C extra-filename=-cef88d9fac5ef585 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("lsfe","fast-serialization","load-store-on-cond","distinct-ops","rmw"))' --check-cfg 'cfg(portable_atomic_atomic_intrinsics,portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_strict_provenance,portable_atomic_no_strict_provenance_atomic_ptr,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_privileged,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","lsfe","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","rmw","v6","v7","zaamo","zabha","zacas"))'`
26602026-08-13T18:52:49.568Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=044d2b65e879501f -C extra-filename=-b4b3669d5ded10cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
26612026-08-13T18:52:49.568Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d59a04826277e404/build-script-build`
26622026-08-13T18:52:49.571Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=c0ce8b35d4b0adce -C extra-filename=-5a1cb615d1ac708d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632026-08-13T18:52:49.571Z Compiling syn v2.0.117
26642026-08-13T18:52:49.572Z Compiling errno v0.3.14
26652026-08-13T18:52:49.572Z Compiling jobserver v0.1.34
26662026-08-13T18:52:49.572Z Compiling mio v1.2.0
26672026-08-13T18:52:49.572Z Compiling socket2 v0.6.3
26682026-08-13T18:52:49.572Z Compiling getrandom v0.2.17
26692026-08-13T18:52:49.572Z Compiling anstyle-query v1.1.5
26702026-08-13T18:52:49.572Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a3cded2621452fa4 -C extra-filename=-7655d3f0c6239f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712026-08-13T18:52:49.572Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=045e63af3391e19c -C extra-filename=-8b925c1477165fab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722026-08-13T18:52:49.572Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-1f1c0aac613a8fc8/build-script-build`
26732026-08-13T18:52:49.572Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=2ccd6986d8f2a98c -C extra-filename=-017f930efaf3a116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742026-08-13T18:52:49.572Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=0fcdafd3ef15c2a6 -C extra-filename=-78fb71ce86deafe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752026-08-13T18:52:49.572Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=bab0aaaf5378f353 -C extra-filename=-18d195a50e7eb672 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762026-08-13T18:52:49.572Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89c005c2921165b3 -C extra-filename=-bba6e0cbd550b2a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772026-08-13T18:52:49.955Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=d0aaad55674e69b5 -C extra-filename=-77bd6c13adb90446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782026-08-13T18:52:49.955Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=52ec38ae241610e5 -C extra-filename=-632e9f68676320e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
26792026-08-13T18:52:49.955Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12c3996debb72e18 -C extra-filename=-b830193f147a373e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802026-08-13T18:52:49.955Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=9a6be7360a4e1415 -C extra-filename=-c6b4072429865da7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812026-08-13T18:52:49.959Z Compiling once_cell v1.21.3
26822026-08-13T18:52:49.959Z Compiling deranged v0.5.8
26832026-08-13T18:52:49.959Z Compiling is_terminal_polyfill v1.70.2
26842026-08-13T18:52:49.959Z Compiling num_threads v0.1.7
26852026-08-13T18:52:49.959Z Compiling const-oid v0.10.2
26862026-08-13T18:52:49.959Z Compiling crossbeam-utils v0.8.21
26872026-08-13T18:52:49.959Z Compiling anstyle-parse v1.0.0
26882026-08-13T18:52:49.959Z Compiling allocator-api2 v0.2.21
26892026-08-13T18:52:49.959Z Compiling clap_lex v1.0.0
26902026-08-13T18:52:49.959Z Compiling fs_extra v1.3.0
26912026-08-13T18:52:49.986Z Compiling dunce v1.0.5
26922026-08-13T18:52:49.990Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-75c354370bd8be15/build-script-build`
26932026-08-13T18:52:49.990Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-53f70a5a26cd2946/build-script-build`
26942026-08-13T18:52:49.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=778a7302da6091aa -C extra-filename=-36bd17d1ea474799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952026-08-13T18:52:49.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=f17d99729f78275f -C extra-filename=-6fae212c3eebe0ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-08-13T18:52:49.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=53c794b5659f72cc -C extra-filename=-68f194859b7edcdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972026-08-13T18:52:49.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ba1561be9908764 -C extra-filename=-aa78e190a8d89ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-08-13T18:52:50.020Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.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"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=3f16ba5059ed7348 -C extra-filename=-424c475af672f094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992026-08-13T18:52:50.386Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=a97516699245411f -C extra-filename=-e3465fe290c8da6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-bb93ad60cfc1a229.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002026-08-13T18:52:50.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=f311959cba5c555a -C extra-filename=-a250cca839372087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
27012026-08-13T18:52:50.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fcfb47a85a4c41d -C extra-filename=-3b646f25acc8e5a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022026-08-13T18:52:50.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand010", "rand08", "rand09", "serde"))' -C metadata=9d3fbaa2e1b14707 -C extra-filename=-e3355b313b3a75d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-78fb71ce86deafe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032026-08-13T18:52:50.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=af43a0f1408e7bda -C extra-filename=-df6efca3affdadf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042026-08-13T18:52:50.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=e45c96e5a5498d5d -C extra-filename=-e3c737eb9ca03877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052026-08-13T18:52:50.391Z Compiling bitflags v2.11.0
27062026-08-13T18:52:50.391Z Compiling semver v1.0.28
27072026-08-13T18:52:50.391Z Compiling parking_lot v0.12.5
27082026-08-13T18:52:50.391Z Compiling uuid v1.23.4
27092026-08-13T18:52:50.391Z Compiling indexmap v2.14.0
27102026-08-13T18:52:50.391Z Compiling time-macros v0.2.27
27112026-08-13T18:52:50.391Z Compiling slog v2.8.2
27122026-08-13T18:52:50.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=f0efd1b938d491f1 -C extra-filename=-ef9fa6a6c9a6a04c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132026-08-13T18:52:50.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=3b36c34b0bd3316e -C extra-filename=-0d89cb4948c31710 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0d89cb4948c31710 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142026-08-13T18:52:50.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93105b97c732af4d -C extra-filename=-1a5061b03774cb40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152026-08-13T18:52:50.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78b0ca99f95e650c -C extra-filename=-02c72683342e61aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162026-08-13T18:52:50.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=5aa9f675e5eae20f -C extra-filename=-85df73fd82460c94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172026-08-13T18:52:50.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b07c6d67329f369d -C extra-filename=-ebec21725d40af90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182026-08-13T18:52:50.743Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=1f7ebf5f93e480af -C extra-filename=-a2877c7a0a732eb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-63a9bca806118ba2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
27192026-08-13T18:52:50.746Z Compiling cc v1.2.56
27202026-08-13T18:52:50.746Z Compiling signal-hook-registry v1.4.8
27212026-08-13T18:52:50.746Z Compiling rand_core v0.6.4
27222026-08-13T18:52:50.746Z Compiling tracing-core v0.1.36
27232026-08-13T18:52:50.746Z Compiling fastrand v2.3.0
27242026-08-13T18:52:50.746Z Compiling httparse v1.10.1
27252026-08-13T18:52:50.746Z Compiling cpufeatures v0.3.0
27262026-08-13T18:52:50.777Z Compiling camino v1.2.2
27272026-08-13T18:52:50.781Z Compiling aws-lc-rs v1.16.3
27282026-08-13T18:52:50.811Z Compiling cpufeatures v0.2.17
27292026-08-13T18:52:50.815Z Compiling ryu v1.0.23
27302026-08-13T18:52:50.845Z Compiling untrusted v0.7.1
27312026-08-13T18:52:50.849Z Compiling atomic-waker v1.1.2
27322026-08-13T18:52:50.850Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=71e3a572f57fa18e -C extra-filename=-b9c7f7b94d1f241a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332026-08-13T18:52:50.850Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="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=2999d8b5d1b4b063 -C extra-filename=-d6b59a0477c81f00 --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-424c475af672f094.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-08-13T18:52:50.850Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=a025734f53bf6c16 -C extra-filename=-5328d2372fb83eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-08-13T18:52:50.850Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=372d7c699e0c5324 -C extra-filename=-cdb474878fbb967e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3fedf9f33413879a.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362026-08-13T18:52:50.850Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=e3bfce83118b7dda -C extra-filename=-88ee9a8634adff45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-5c77632c1fe79449.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-632e9f68676320e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372026-08-13T18:52:50.850Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ead165e4604f7fba -C extra-filename=-fe5cf450571a5ad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-95ca26147fa74cdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
27382026-08-13T18:52:50.850Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4fd0c997de70e25c -C extra-filename=-f70f890fab6a354c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392026-08-13T18:52:50.850Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=41e4144e1ee785e1 -C extra-filename=-ca54b41f76ec7228 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-ca54b41f76ec7228 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402026-08-13T18:52:50.850Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=58dddb52912a00df -C extra-filename=-4de5acab881f7c66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-8b925c1477165fab.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-18d195a50e7eb672.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412026-08-13T18:52:51.124Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=bac13882957effe5 -C extra-filename=-8e1541b037d2c6b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/omicron/target/debug/deps/libfind_msvc_tools-cede61e9b8553d81.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-b830193f147a373e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-9b441c21bab2d477.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422026-08-13T18:52:51.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unnecessary_clippy_cfg' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=782887d0b1b5d776 -C extra-filename=-4318945a492bc6e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432026-08-13T18:52:51.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=d6ebbbda38955b78 -C extra-filename=-8bc62a8c18184175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442026-08-13T18:52:51.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.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=a25073cc98460f31 -C extra-filename=-ed57f8967b351c78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
27452026-08-13T18:52:51.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=5665a8b254c600b3 -C extra-filename=-318bf5bd655180c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462026-08-13T18:52:51.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=fc5443c1ae01c715 -C extra-filename=-b494c244eb06e72a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472026-08-13T18:52:51.128Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f426e527d23bf7e8 -C extra-filename=-ca293ae9ebaa38f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-ca293ae9ebaa38f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482026-08-13T18:52:51.128Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4584185e0fdb9bf1 -C extra-filename=-8141bf4b5f82237e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492026-08-13T18:52:51.160Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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=fcb779e3d740836d -C extra-filename=-5fcbdd5a3b33b9fe --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-5fcbdd5a3b33b9fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502026-08-13T18:52:51.163Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=6803cca4cdbafc2a -C extra-filename=-e5a3b75a8c49231d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e5a3b75a8c49231d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512026-08-13T18:52:51.194Z Compiling rand_core v0.9.5
27522026-08-13T18:52:51.199Z Compiling anstream v1.0.0
27532026-08-13T18:52:51.199Z Compiling rustc_version v0.4.1
27542026-08-13T18:52:51.199Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b762fbaab802ca1 -C extra-filename=-ac164487c785deef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552026-08-13T18:52:51.199Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=40907b4d82ed3915 -C extra-filename=-3b311482eb74f2fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562026-08-13T18:52:51.199Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de64ba5f69d5f14a -C extra-filename=-fd3cab9d4f7a24df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572026-08-13T18:52:51.199Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=9ddb7c918a3138a0 -C extra-filename=-4b498b44f6ed395c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582026-08-13T18:52:51.471Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=6fabf1d5d46d22b7 -C extra-filename=-c7af5135fc7c0b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
27592026-08-13T18:52:51.474Z Compiling ucd-trie v0.1.7
27602026-08-13T18:52:51.474Z Compiling try-lock v0.2.5
27612026-08-13T18:52:51.474Z Compiling httpdate v1.0.3
27622026-08-13T18:52:51.474Z Compiling tower-service v0.3.3
27632026-08-13T18:52:51.474Z Compiling pretty-hex v0.4.1
27642026-08-13T18:52:51.475Z Compiling untrusted v0.9.0
27652026-08-13T18:52:51.475Z Compiling tower-layer v0.3.3
27662026-08-13T18:52:51.475Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=7df040f23f6a62de -C extra-filename=-c2447f4027b03996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672026-08-13T18:52:51.475Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0d89cb4948c31710/build-script-build`
27682026-08-13T18:52:51.475Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ca54b41f76ec7228/build-script-build`
27692026-08-13T18:52:51.475Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=733f30362b3e8202 -C extra-filename=-6f6fa6d5da2a26fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-08-13T18:52:51.475Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=8aa0021cd88135a0 -C extra-filename=-ff9761ad5034bbcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-85df73fd82460c94.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-aa78e190a8d89ff9.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-bba6e0cbd550b2a7.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-df6efca3affdadf3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712026-08-13T18:52:51.729Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b0337aece9b9a915 -C extra-filename=-5266bbc2b0714d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722026-08-13T18:52:51.733Z Compiling cmake v0.1.57
27732026-08-13T18:52:51.733Z Compiling rustls v0.23.41
27742026-08-13T18:52:51.733Z Compiling pem-rfc7468 v0.7.0
27752026-08-13T18:52:51.733Z Compiling spin v0.9.8
27762026-08-13T18:52:51.733Z Compiling flagset v0.4.7
27772026-08-13T18:52:51.733Z Compiling plain v0.2.3
27782026-08-13T18:52:51.733Z Compiling simd-adler32 v0.3.8
27792026-08-13T18:52:51.733Z Compiling mime v0.3.17
27802026-08-13T18:52:51.733Z Compiling adler2 v2.0.1
27812026-08-13T18:52:51.765Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=685898621a3f0a34 -C extra-filename=-709284257fea4e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822026-08-13T18:52:51.769Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b2b7667f70c6e1f -C extra-filename=-594a4c0c3effa46d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832026-08-13T18:52:51.769Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=becb362d8f1383f9 -C extra-filename=-a040debbbddb7835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842026-08-13T18:52:51.769Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=535fd784a3073ebe -C extra-filename=-bd0897dd8a706efe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852026-08-13T18:52:51.769Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c9c4fdbe99a02ae -C extra-filename=-6ffcdc72833e9553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862026-08-13T18:52:51.769Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d249a0f84f06d225 -C extra-filename=-09524617415398ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872026-08-13T18:52:52.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3c6ea35c9dc1d95 -C extra-filename=-66c5cb23140ef5b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882026-08-13T18:52:52.090Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-ca293ae9ebaa38f7/build-script-build`
27892026-08-13T18:52:52.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=190524d8f12cddbe -C extra-filename=-e4c54629b47eba27 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-e4c54629b47eba27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-08-13T18:52:52.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=a16b4a83f7dd9abb -C extra-filename=-a288ce0f9daf836e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-08-13T18:52:52.090Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-5fcbdd5a3b33b9fe/build-script-build`
27922026-08-13T18:52:52.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=d560cbf55a79a41f -C extra-filename=-6fde902a2eb58e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-5c77632c1fe79449.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932026-08-13T18:52:52.090Z Compiling regex v1.12.3
27942026-08-13T18:52:52.090Z Compiling time v0.3.47
27952026-08-13T18:52:52.119Z Compiling pest v2.8.6
27962026-08-13T18:52:52.125Z Compiling unicode-segmentation v1.12.0
27972026-08-13T18:52:52.125Z Compiling openssl-probe v0.2.1
27982026-08-13T18:52:52.125Z Compiling encoding_rs v0.8.35
27992026-08-13T18:52:52.125Z Compiling crc32fast v1.5.0
28002026-08-13T18:52:52.125Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe2bd7042f080da5 -C extra-filename=-cb9ce126b271012b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012026-08-13T18:52:52.158Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=fdd08f90b3c9b71a -C extra-filename=-f281f4e83bd08ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022026-08-13T18:52:52.161Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=d31f5e943bc9aad4 -C extra-filename=-fb9e1443cb408f12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032026-08-13T18:52:52.161Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=1cba5146b2ed1170 -C extra-filename=-aec5e55fb051f8f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042026-08-13T18:52:52.161Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73f95a93ecd82804 -C extra-filename=-d44184f8c0af2517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052026-08-13T18:52:52.409Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=9c2439d17cf6bdc3 -C extra-filename=-7b2b1615a37a52ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-08-13T18:52:52.409Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=52f64c3df275498b -C extra-filename=-17edc68fd438fff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
28072026-08-13T18:52:52.412Z Compiling terminal_size v0.4.3
28082026-08-13T18:52:52.412Z Compiling tempfile v3.25.0
28092026-08-13T18:52:52.412Z Compiling want v0.3.1
28102026-08-13T18:52:52.413Z Compiling miniz_oxide v0.8.9
28112026-08-13T18:52:52.413Z Compiling foldhash v0.2.0
28122026-08-13T18:52:52.413Z Compiling vcpkg v0.2.15
28132026-08-13T18:52:52.413Z Compiling sync_wrapper v1.0.2
28142026-08-13T18:52:52.413Z Compiling paste v1.0.15
28152026-08-13T18:52:52.413Z Compiling static_assertions v1.1.0
28162026-08-13T18:52:52.413Z Compiling iri-string v0.7.10
28172026-08-13T18:52:52.440Z Compiling bit-vec v0.8.0
28182026-08-13T18:52:52.443Z Compiling zlib-rs v0.6.2
28192026-08-13T18:52:52.443Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=f0baaf07aa4bdb66 -C extra-filename=-9c1e3a946bc8722a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-e3355b313b3a75d0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-8b925c1477165fab.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-3b646f25acc8e5a6.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-78fb71ce86deafe5.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-18d195a50e7eb672.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-4de5acab881f7c66.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202026-08-13T18:52:52.443Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=7f72b87847e6d223 -C extra-filename=-3f406729d6d70616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-5266bbc2b0714d66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212026-08-13T18:52:52.443Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=2f5298e388b37186 -C extra-filename=-ef368058533ce1eb --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-ef368058533ce1eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222026-08-13T18:52:52.472Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=1d7d1c152d7cf099 -C extra-filename=-f77eb10c7bb25fa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232026-08-13T18:52:52.476Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=4326d0765e43ee4b -C extra-filename=-3dee014ccd6c615d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242026-08-13T18:52:52.476Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=729c9cfd4f37c51e -C extra-filename=-a87687f3c023fc12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252026-08-13T18:52:52.787Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cb8ee6db84e07ab -C extra-filename=-9a893232469b57cd --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-c7af5135fc7c0b96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262026-08-13T18:52:52.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a87c5030a59998b -C extra-filename=-3c9ef161ee81d0de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-bd0897dd8a706efe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272026-08-13T18:52:52.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b9104ed6483c3fc2 -C extra-filename=-458831f7c6f75c26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
28282026-08-13T18:52:52.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=8ef6bc03974789f7 -C extra-filename=-983b6e44ae6bc467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-f281f4e83bd08ef5.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292026-08-13T18:52:52.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dda79aacc52e9da -C extra-filename=-5fda4a1ad9b2bfce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302026-08-13T18:52:52.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=038f7eea3934166c -C extra-filename=-e629db66f6534af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312026-08-13T18:52:52.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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=a21126408ff4b1fe -C extra-filename=-5771112c62489400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-b494c244eb06e72a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322026-08-13T18:52:52.821Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=cfffc36dfe4f7495 -C extra-filename=-9285e2cec1c30045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332026-08-13T18:52:52.825Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83901956a886f5dd -C extra-filename=-ea55963f21942ba7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-ea55963f21942ba7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342026-08-13T18:52:52.825Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c5ac4fa953b643d9 -C extra-filename=-c0ed0203aa7efa51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352026-08-13T18:52:52.825Z Compiling synstructure v0.13.2
28362026-08-13T18:52:52.856Z Compiling serde_derive_internals v0.29.1
28372026-08-13T18:52:52.860Z Compiling aws-lc-sys v0.40.0
28382026-08-13T18:52:52.860Z Compiling darling_core v0.23.0
28392026-08-13T18:52:52.860Z Compiling wait-timeout v0.2.1
28402026-08-13T18:52:52.860Z Compiling cookie v0.18.1
28412026-08-13T18:52:52.860Z Compiling winnow v1.0.3
28422026-08-13T18:52:52.891Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-api", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "avx512", "c-allocator", "default", "quickcheck", "rust-allocator", "std", "vpclmulqdq"))' -C metadata=47ac6032ae76d0b3 -C extra-filename=-94f0f677ae450ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432026-08-13T18:52:52.896Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=acbcc0bfa603dea0 -C extra-filename=-bf9b0e848fc35250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442026-08-13T18:52:52.896Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=38d58b87a0fcb8c1 -C extra-filename=-3d6d9eea3c5de9bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452026-08-13T18:52:53.143Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=27d1681374c84c9f -C extra-filename=-8a0d85b07c29c88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462026-08-13T18:52:53.143Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e49bdf7b819535c4 -C extra-filename=-f0775708e5cdb577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472026-08-13T18:52:53.144Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-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=5bb4cc49fc203546 -C extra-filename=-8a9e02ae24a3d662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
28482026-08-13T18:52:53.144Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=55a7a50bfd404f0e -C extra-filename=-a598f3360ed386eb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a598f3360ed386eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492026-08-13T18:52:53.144Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=80078af82280a242 -C extra-filename=-c6a0d00b546c93ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502026-08-13T18:52:53.148Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac9295b1d8d4b664 -C extra-filename=-1a72a5fb657fb8c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512026-08-13T18:52:53.148Z Compiling clap_builder v4.6.0
28522026-08-13T18:52:53.148Z Compiling bit-set v0.8.0
28532026-08-13T18:52:53.148Z Compiling litrs v1.0.0
28542026-08-13T18:52:53.148Z Compiling lazy_static v1.5.0
28552026-08-13T18:52:53.149Z Compiling psl-types v2.0.11
28562026-08-13T18:52:53.149Z Compiling quick-error v1.2.3
28572026-08-13T18:52:53.149Z Compiling base64 v0.21.7
28582026-08-13T18:52:53.187Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=0cf57d74c56f2784 -C extra-filename=-ad1b17897127141a --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ad1b17897127141a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-66c5cb23140ef5b8.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-ebec21725d40af90.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-1a5061b03774cb40.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592026-08-13T18:52:53.191Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=f027c7564d0c3640 -C extra-filename=-5215acc21a4c0bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602026-08-13T18:52:53.389Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=c270059239d6550d -C extra-filename=-93ec28f88e11622c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-ff9761ad5034bbcf.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-02c72683342e61aa.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-9a893232469b57cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612026-08-13T18:52:53.393Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-ef368058533ce1eb/build-script-build`
28622026-08-13T18:52:53.393Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "proc-macro2", "unicode-xid"))' -C metadata=ea108dcb96610454 -C extra-filename=-271a5f65b9d2dca1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632026-08-13T18:52:53.393Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=3ed1b1422fa27eb6 -C extra-filename=-512fc7f56fae351c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642026-08-13T18:52:53.393Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3e4d83361e62f388 -C extra-filename=-baf9c933219c4874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-bf9b0e848fc35250.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652026-08-13T18:52:53.393Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-ea55963f21942ba7/build-script-build`
28662026-08-13T18:52:53.393Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d88452a2bcbe8a05 -C extra-filename=-0b4142588194aafc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672026-08-13T18:52:53.393Z Compiling hashbrown v0.16.1
28682026-08-13T18:52:53.421Z Compiling tinyvec_macros v0.1.1
28692026-08-13T18:52:53.426Z Compiling rand_xorshift v0.4.0
28702026-08-13T18:52:53.426Z Compiling unarray v0.1.4
28712026-08-13T18:52:53.426Z Compiling usdt-impl v0.6.0
28722026-08-13T18:52:53.426Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02b26fd13cd0242b -C extra-filename=-23a622284641e980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732026-08-13T18:52:53.456Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=62ab1fdfb6462da5 -C extra-filename=-ccddc8f7bf5f2a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-08-13T18:52:53.643Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=dac31f1c5d690638 -C extra-filename=-36ecfb77bd7bffd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ef9fa6a6c9a6a04c.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752026-08-13T18:52:53.643Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c90d4d1ffa4d7556 -C extra-filename=-97269ee3e428d26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-08-13T18:52:53.649Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5038f232d000476b -C extra-filename=-db09d246d88e5ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772026-08-13T18:52:53.649Z Compiling pest_meta v2.8.6
28782026-08-13T18:52:53.649Z Compiling toml_parser v1.1.2+spec-1.1.0
28792026-08-13T18:52:53.649Z Compiling rusty-fork v0.3.1
28802026-08-13T18:52:53.649Z Compiling num-integer v0.1.46
28812026-08-13T18:52:53.649Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31710c6179498529 -C extra-filename=-d090a602178725cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-08-13T18:52:53.649Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=e09831ea0322f598 -C extra-filename=-cf10ad52720b7f39 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-cf10ad52720b7f39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832026-08-13T18:52:53.897Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=f23980f1538e3290 -C extra-filename=-1298a09033b37dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3f406729d6d70616.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-08-13T18:52:53.905Z Compiling thread-id v5.1.0
28852026-08-13T18:52:53.905Z Compiling ahash v0.8.12
28862026-08-13T18:52:53.905Z Compiling winnow v0.7.14
28872026-08-13T18:52:53.905Z Compiling memmap2 v0.9.10
28882026-08-13T18:52:53.905Z Compiling darling_core v0.20.11
28892026-08-13T18:52:53.905Z Compiling anstyle-parse v0.2.7
28902026-08-13T18:52:53.905Z Compiling memoffset v0.9.1
28912026-08-13T18:52:53.905Z Compiling rustix v0.38.44
28922026-08-13T18:52:53.905Z Compiling data-encoding v2.10.0
28932026-08-13T18:52:53.905Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=eb51489696258747 -C extra-filename=-18c3e50c227732f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
28942026-08-13T18:52:53.905Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a598f3360ed386eb/build-script-build`
28952026-08-13T18:52:53.905Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=9e94cfde2f5ede52 -C extra-filename=-1893d5cefc19997f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-23a622284641e980.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1a72a5fb657fb8c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962026-08-13T18:52:53.905Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=6ae499d9991842f7 -C extra-filename=-d6e768b4a07484fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972026-08-13T18:52:53.905Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=e7b3e0cbd05d67ef -C extra-filename=-f52b23f0e36c311f --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-5215acc21a4c0bb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-08-13T18:52:53.905Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=729ef49cc131fefc -C extra-filename=-6de15cb6e80b3a72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
28992026-08-13T18:52:54.151Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c715e76aeb3c4f5b -C extra-filename=-0692ce056427347b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-08-13T18:52:54.154Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=7e4de100b7144ec0 -C extra-filename=-7d8de335c1864872 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-7d8de335c1864872 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012026-08-13T18:52:54.155Z Compiling tinyvec v1.10.0
29022026-08-13T18:52:54.155Z Compiling object v0.37.3
29032026-08-13T18:52:54.188Z Compiling bstr v1.12.1
29042026-08-13T18:52:54.192Z Compiling itertools v0.15.0
29052026-08-13T18:52:54.225Z Compiling winnow v0.5.40
29062026-08-13T18:52:54.230Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=b6d8653824bfb88c -C extra-filename=-175c937003a669b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072026-08-13T18:52:54.230Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=d919068c8e946ead -C extra-filename=-724b318dd57041ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082026-08-13T18:52:54.230Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=568884a41712ec1e -C extra-filename=-a0f06d0b2ec5ac83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092026-08-13T18:52:54.230Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=6b915ff74d173d4e -C extra-filename=-191e17554c5c2456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102026-08-13T18:52:54.230Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=56a30b2a97a1e300 -C extra-filename=-d2a9afeb1976830c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112026-08-13T18:52:54.230Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=2867451cc6be3390 -C extra-filename=-bcb6a513b977619f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-bcb6a513b977619f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122026-08-13T18:52:54.230Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=0e6a04c053109812 -C extra-filename=-a39a0a37aa1e9bb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-a39a0a37aa1e9bb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-08-13T18:52:54.477Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=9b8d2f2f781e81ed -C extra-filename=-ffb8bc67ae8579fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-08-13T18:52:54.481Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=5b240a8422b69a66 -C extra-filename=-d9214cbcc9079bb7 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-d9214cbcc9079bb7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-08-13T18:52:54.481Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.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=ca47660c6bd910f4 -C extra-filename=-5d42d99600589ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-97269ee3e428d26d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162026-08-13T18:52:54.481Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=b6d918c806cc4bd7 -C extra-filename=-7778b2c120dae7c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172026-08-13T18:52:54.481Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-cf10ad52720b7f39/build-script-build`
29182026-08-13T18:52:54.487Z Compiling hubpack_derive v0.1.1
29192026-08-13T18:52:54.490Z Compiling document-features v0.2.12
29202026-08-13T18:52:54.490Z Compiling anstream v0.6.21
29212026-08-13T18:52:54.490Z Compiling openssl-sys v0.9.117
29222026-08-13T18:52:54.490Z Compiling crossbeam-epoch v0.9.18
29232026-08-13T18:52:54.490Z Compiling siphasher v1.0.2
29242026-08-13T18:52:54.490Z Compiling cfg_aliases v0.2.1
29252026-08-13T18:52:54.490Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=6a07000c77c4692f -C extra-filename=-bfdf9c0510cd7581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262026-08-13T18:52:54.490Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=915c1a769a15ad67 -C extra-filename=-6685782f806e830b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-08-13T18:52:54.745Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=628686f75557b9af -C extra-filename=-6af750ead73ecb54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282026-08-13T18:52:54.745Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=839ddf6839c216ca -C extra-filename=-04d5bc741fc22ed0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-d2a9afeb1976830c.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-aa78e190a8d89ff9.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-bba6e0cbd550b2a7.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-df6efca3affdadf3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-08-13T18:52:54.750Z Compiling serde_derive v1.0.228
29302026-08-13T18:52:54.750Z Compiling zeroize_derive v1.5.0
29312026-08-13T18:52:54.750Z Compiling zerofrom-derive v0.1.6
29322026-08-13T18:52:54.750Z Compiling yoke-derive v0.8.1
29332026-08-13T18:52:54.750Z Compiling zerovec-derive v0.11.2
29342026-08-13T18:52:54.750Z Compiling displaydoc v0.2.5
29352026-08-13T18:52:54.750Z Compiling zerocopy-derive v0.8.40
29362026-08-13T18:52:54.750Z Compiling thiserror-impl v2.0.18
29372026-08-13T18:52:54.750Z Compiling tokio-macros v2.7.0
29382026-08-13T18:52:54.750Z Compiling schemars_derive v0.8.22
29392026-08-13T18:52:54.750Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=ed9892a732611696 -C extra-filename=-395485eff542c716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-271a5f65b9d2dca1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402026-08-13T18:52:54.750Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=9cfbb96059d97b87 -C extra-filename=-4411b8b43effe66a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-08-13T18:52:54.751Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6eeaf706761a4945 -C extra-filename=-312cf02b7b21a4cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422026-08-13T18:52:54.751Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.117/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=0b85ccdf3eaabf0f -C extra-filename=-aa3763f6245a961a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-aa3763f6245a961a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-5fda4a1ad9b2bfce.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432026-08-13T18:52:54.751Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=134c541c3b4f36ad -C extra-filename=-51d7ed7539801d34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442026-08-13T18:52:54.751Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=bb2a3e76d7f21212 -C extra-filename=-913d485a245fc0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452026-08-13T18:52:54.784Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7499c9039ba619e -C extra-filename=-f50fc74e95c4f308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-8a0d85b07c29c88a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462026-08-13T18:52:54.787Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b419789944722ee -C extra-filename=-ef88472781b9eaa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472026-08-13T18:52:54.787Z Compiling futures-macro v0.3.32
29482026-08-13T18:52:54.818Z Compiling thiserror-impl v1.0.69
29492026-08-13T18:52:54.855Z Compiling tracing-attributes v0.1.31
29502026-08-13T18:52:54.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=44727110865805cd -C extra-filename=-f7a6f91c2b98bfb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512026-08-13T18:52:54.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.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=ca6dd7a6916e25b0 -C extra-filename=-bf3559dba3b42c46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522026-08-13T18:52:54.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=758edee1745c195d -C extra-filename=-fa660880fbf7d4a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532026-08-13T18:52:54.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a176cb6dadae59 -C extra-filename=-74015ceb48d31a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542026-08-13T18:52:54.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5904e3a2186ca110 -C extra-filename=-2dc17d206cd5b615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-f0775708e5cdb577.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552026-08-13T18:52:54.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fd66c29638cb189 -C extra-filename=-f33d565ea39e58cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-8a0d85b07c29c88a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562026-08-13T18:52:54.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dca97554e0e6d41 -C extra-filename=-c19a00eddacd185b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572026-08-13T18:52:54.860Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0089ae6797416736 -C extra-filename=-759534b4ab88b4dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582026-08-13T18:52:54.891Z Compiling clap_derive v4.6.1
29592026-08-13T18:52:54.928Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf3e72a9d851cc37 -C extra-filename=-930724b8b83ef640 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602026-08-13T18:52:54.967Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=15a036dbe1adc2b0 -C extra-filename=-ec07d4b3acea0363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612026-08-13T18:52:54.973Z Compiling der_derive v0.7.3
29622026-08-13T18:52:54.973Z Compiling async-trait v0.1.89
29632026-08-13T18:52:54.973Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=51f51cb476d81d06 -C extra-filename=-5c70a24c4aca73b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-08-13T18:52:55.020Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96a94da00a67b839 -C extra-filename=-99a1b43c74aa57d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652026-08-13T18:52:55.024Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c0c672166a9cfff -C extra-filename=-2e26b3a9faa5ed09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662026-08-13T18:52:55.093Z Compiling pest_generator v2.8.6
29672026-08-13T18:52:55.127Z Compiling scroll_derive v0.13.1
29682026-08-13T18:52:55.133Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=1c7eb528144804b8 -C extra-filename=-5658f9919b74514c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3f406729d6d70616.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-1298a09033b37dd0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692026-08-13T18:52:55.133Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4053f3069d3d47a6 -C extra-filename=-2b59460f0317e89c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702026-08-13T18:52:55.204Z Compiling strum_macros v0.26.4
29712026-08-13T18:52:55.235Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e30b274e43e553f2 -C extra-filename=-e9e86e22a5694422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722026-08-13T18:52:55.239Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-7d8de335c1864872/build-script-build`
29732026-08-13T18:52:55.379Z Compiling flate2 v1.1.9
29742026-08-13T18:52:55.383Z Running `/work/oxidecomputer/omicron/target/debug/build/object-d9214cbcc9079bb7/build-script-build`
29752026-08-13T18:52:55.418Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=98a27edcc3a5fe3c -C extra-filename=-651b1014555b0cdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-94f0f677ae450ab9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762026-08-13T18:52:55.423Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-bcb6a513b977619f/build-script-build`
29772026-08-13T18:52:55.560Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-a39a0a37aa1e9bb6/build-script-build`
29782026-08-13T18:52:55.661Z Compiling scroll_derive v0.12.1
29792026-08-13T18:52:55.664Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c500150ab093b4e -C extra-filename=-5e09ea97900102cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802026-08-13T18:52:55.739Z Compiling darling_macro v0.23.0
29812026-08-13T18:52:55.742Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45b1b10c65c5ad3a -C extra-filename=-cd0a425e12864b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-c6a0d00b546c93ec.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822026-08-13T18:52:55.832Z Compiling zerocopy-derive v0.7.35
29832026-08-13T18:52:55.836Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=ee9a0198635e61ea -C extra-filename=-506ef61930680291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg core_error --check-cfg 'cfg(core_error)'`
29842026-08-13T18:52:55.836Z Compiling nix v0.31.2
29852026-08-13T18:52:55.836Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=819631c7fab13a76 -C extra-filename=-aee92408851b3e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862026-08-13T18:52:55.836Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-aa3763f6245a961a/build-script-main`
29872026-08-13T18:52:55.836Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=652e5df2687b8fb8 -C extra-filename=-a57e90af67e40809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
29882026-08-13T18:52:55.836Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7bdc8a88cd70d242 -C extra-filename=-d6607ebd2663da8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
29892026-08-13T18:52:55.836Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=9c4a9303f82171dd -C extra-filename=-671cb10abd26c79b --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-671cb10abd26c79b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-312cf02b7b21a4cc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902026-08-13T18:52:55.975Z Compiling daft-derive v0.1.7
29912026-08-13T18:52:55.983Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36439c1630bf518c -C extra-filename=-90bff88815a79bb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922026-08-13T18:52:56.051Z Compiling num-iter v0.1.45
29932026-08-13T18:52:56.094Z Compiling heck v0.4.1
29942026-08-13T18:52:56.135Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=ed50f0a276ef606d -C extra-filename=-a88b8f4b883320f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952026-08-13T18:52:56.140Z Compiling zeroize v1.9.0
29962026-08-13T18:52:56.143Z Compiling pest_derive v2.8.6
29972026-08-13T18:52:56.143Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=d375fdb4be4a78c7 -C extra-filename=-6c1a39cdac9eb0a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-08-13T18:52:56.144Z Compiling usdt-impl v0.5.0
29992026-08-13T18:52:56.144Z Compiling num-bigint-dig v0.8.6
30002026-08-13T18:52:56.144Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6f1d374b88988f5e -C extra-filename=-8f86fb59929d81ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3f406729d6d70616.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-5658f9919b74514c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012026-08-13T18:52:56.144Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="aarch64"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=e48e6fb6ccef97f3 -C extra-filename=-4d3b2d088fd28791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-fa660880fbf7d4a8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022026-08-13T18:52:56.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=a792c77fab6d2dad -C extra-filename=-1b7290e58fd8df9a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-1b7290e58fd8df9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-08-13T18:52:56.180Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=e6b233ddc6655bd7 -C extra-filename=-c12be9d13de3c398 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-c12be9d13de3c398 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-08-13T18:52:56.287Z Compiling radium v0.7.0
30052026-08-13T18:52:56.292Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2eac8f57c75d71f -C extra-filename=-e8e063e0da78079c --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-e8e063e0da78079c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062026-08-13T18:52:56.312Z Compiling curve25519-dalek-derive v0.1.1
30072026-08-13T18:52:56.335Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d88e514568aecd9 -C extra-filename=-0918efa4cb1f85e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082026-08-13T18:52:56.374Z Compiling structmeta-derive v0.3.0
30092026-08-13T18:52:56.418Z Compiling itertools v0.13.0
30102026-08-13T18:52:56.461Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fc4f61ca9d25cdf -C extra-filename=-e8f825e4f003ea56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112026-08-13T18:52:56.467Z Compiling futures-util v0.3.32
30122026-08-13T18:52:56.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=2571c6f277ddfbf2 -C extra-filename=-c1a8baf1662daa76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132026-08-13T18:52:56.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=61709bb3fbcadbdb -C extra-filename=-c712c2a20c7ee4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-759534b4ab88b4dc.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142026-08-13T18:52:56.505Z Compiling hybrid-array v0.4.13
30152026-08-13T18:52:56.508Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="extra-sizes"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=c5a9effed40a6133 -C extra-filename=-beb2912c294e80f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162026-08-13T18:52:56.554Z Compiling rustls-pki-types v1.14.0
30172026-08-13T18:52:56.554Z Compiling der v0.7.10
30182026-08-13T18:52:56.588Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=ff2110f03abeceb8 -C extra-filename=-f3f9530a9d58673b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
30192026-08-13T18:52:56.594Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=ae86fd98f3970c2b -C extra-filename=-e26fa830d098d311 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202026-08-13T18:52:56.594Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=ca2c9552e5643afb -C extra-filename=-f27820eda831d6f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-2e26b3a9faa5ed09.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aec5e55fb051f8f0.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212026-08-13T18:52:56.665Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-671cb10abd26c79b/build-script-build`
30222026-08-13T18:52:56.748Z Compiling darling v0.23.0
30232026-08-13T18:52:56.788Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-1b7290e58fd8df9a/build-script-build`
30242026-08-13T18:52:56.792Z Compiling darling_macro v0.20.11
30252026-08-13T18:52:56.792Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=e8fbec489fe1d207 -C extra-filename=-77e50581376d5748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-c6a0d00b546c93ec.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-cd0a425e12864b6a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262026-08-13T18:52:56.888Z Compiling tracing v0.1.44
30272026-08-13T18:52:56.892Z Compiling scroll v0.13.0
30282026-08-13T18:52:56.892Z Compiling scroll v0.12.0
30292026-08-13T18:52:56.892Z Compiling thread-id v4.2.2
30302026-08-13T18:52:56.892Z Compiling env_filter v1.0.0
30312026-08-13T18:52:56.892Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56287fd11af4b044 -C extra-filename=-23905a492ebe3389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-930724b8b83ef640.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
30322026-08-13T18:52:56.892Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-c12be9d13de3c398/build-script-build`
30332026-08-13T18:52:56.892Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78a77c7966cd8ab2 -C extra-filename=-5b9b317b191725f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-191e17554c5c2456.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342026-08-13T18:52:56.927Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=490559c3265f638d -C extra-filename=-8e15305bb1d43b7a --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-29fe31c54d5c23c8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-ec07d4b3acea0363.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-318bf5bd655180c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352026-08-13T18:52:56.966Z Compiling tap v1.0.1
30362026-08-13T18:52:56.970Z Compiling maybe-uninit v2.0.0
30372026-08-13T18:52:56.970Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=1608ae9785438e59 -C extra-filename=-4d99db9f439d803b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-2b59460f0317e89c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382026-08-13T18:52:57.006Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=080aa86e2dee4716 -C extra-filename=-80252aa44f6ff1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-5e09ea97900102cb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392026-08-13T18:52:57.010Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-e8e063e0da78079c/build-script-build`
30402026-08-13T18:52:57.010Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=924e9501c8ea7137 -C extra-filename=-5011ace112dadba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412026-08-13T18:52:57.010Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-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=0a14abbe0e908602 -C extra-filename=-784563b58c7033c9 --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-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422026-08-13T18:52:57.010Z Compiling rustls-native-certs v0.8.3
30432026-08-13T18:52:57.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bb4a83a38f968c8 -C extra-filename=-25fa411a0cd8060c --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-25fa411a0cd8060c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-08-13T18:52:57.051Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c00944c91ac7a356 -C extra-filename=-d3ab36cfe9925437 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452026-08-13T18:52:57.083Z Compiling serde_with_macros v3.21.0
30462026-08-13T18:52:57.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76a96813bcf0fb03 -C extra-filename=-48b8d0c6c2b672b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a87687f3c023fc12.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-08-13T18:52:57.162Z Compiling dtrace-parser v0.2.0
30482026-08-13T18:52:57.167Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::disallowed_methods' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=4f85e2f6417e7108 -C extra-filename=-a28b6bc51e3bcf94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-77e50581376d5748.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492026-08-13T18:52:57.317Z Compiling zerofrom v0.1.6
30502026-08-13T18:52:57.321Z Compiling crypto-common v0.1.7
30512026-08-13T18:52:57.321Z Compiling block-buffer v0.10.4
30522026-08-13T18:52:57.321Z Compiling goblin v0.10.5
30532026-08-13T18:52:57.321Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d9c08c4565b5e11 -C extra-filename=-cf21cafd72229ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3f406729d6d70616.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-8f86fb59929d81ce.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542026-08-13T18:52:57.321Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fabcc81ffec71f72 -C extra-filename=-e453e0aad7ad1fd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
30552026-08-13T18:52:57.512Z Compiling crypto-common v0.2.2
30562026-08-13T18:52:57.512Z Compiling block-buffer v0.12.1
30572026-08-13T18:52:57.515Z Compiling block-padding v0.4.2
30582026-08-13T18:52:57.515Z Compiling zerocopy v0.7.35
30592026-08-13T18:52:57.515Z Compiling env_logger v0.11.9
30602026-08-13T18:52:57.516Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=cd71f82c7d787e02 -C extra-filename=-4ff26c8222c3ac86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-08-13T18:52:57.516Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=0e3356aa6fcc854a -C extra-filename=-8f665feb62c1782e --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-29fe31c54d5c23c8.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d44184f8c0af2517.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-4d99db9f439d803b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622026-08-13T18:52:57.516Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=81ed3eb6d0519e68 -C extra-filename=-82bfdc0c5ded8a29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-f33d565ea39e58cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632026-08-13T18:52:57.552Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=536812dce090c690 -C extra-filename=-13ce035f137bec58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642026-08-13T18:52:57.740Z Compiling yoke v0.8.1
30652026-08-13T18:52:57.743Z Compiling clap v4.6.1
30662026-08-13T18:52:57.743Z Compiling spki v0.7.3
30672026-08-13T18:52:57.743Z Compiling goblin v0.8.2
30682026-08-13T18:52:57.743Z Compiling wyz v0.5.1
30692026-08-13T18:52:57.743Z Compiling zerocopy-derive v0.6.6
30702026-08-13T18:52:57.743Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=84bd287316ae4590 -C extra-filename=-2985f47f0617a773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-74015ceb48d31a88.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
30712026-08-13T18:52:57.743Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=0e68fd10d7a9b19a -C extra-filename=-99f23f8f8e418b35 --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-424c475af672f094.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-08-13T18:52:57.743Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=0e0856ba5ec64082 -C extra-filename=-9ac018dd6f373ebf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-aee92408851b3e37.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732026-08-13T18:52:57.743Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.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=b74dc5d0cf43957d -C extra-filename=-3ace9999e1597e03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-784563b58c7033c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742026-08-13T18:52:57.743Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb9ee517d13016ef -C extra-filename=-6ec2292f89627358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752026-08-13T18:52:57.743Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=f0c35a6e6393975b -C extra-filename=-63c6f8efd60988ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762026-08-13T18:52:58.022Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=0314a9c8ba503396 -C extra-filename=-2b83ab6113404ce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-112bf55ab051345c.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-f50fc74e95c4f308.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772026-08-13T18:52:58.025Z Compiling digest v0.10.7
30782026-08-13T18:52:58.025Z Compiling strum v0.26.3
30792026-08-13T18:52:58.025Z Compiling darling v0.20.11
30802026-08-13T18:52:58.025Z Compiling structmeta v0.3.0
30812026-08-13T18:52:58.025Z Compiling bzip2-sys v0.1.13+1.0.8
30822026-08-13T18:52:58.025Z Compiling ff v0.13.1
30832026-08-13T18:52:58.025Z Compiling cargo-platform v0.3.2
30842026-08-13T18:52:58.025Z Compiling base16ct v0.2.0
30852026-08-13T18:52:58.058Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d66751a4df57263d -C extra-filename=-d4c30dc959312179 --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-93ec28f88e11622c.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-5c70a24c4aca73b0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-08-13T18:52:58.062Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=f880576b298d5bdd -C extra-filename=-22feef41d5dd99fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-d3ab36cfe9925437.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872026-08-13T18:52:58.062Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=129335e83397891c -C extra-filename=-3c0e6c9ea0757c60 --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-29fe31c54d5c23c8.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d44184f8c0af2517.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-80252aa44f6ff1aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-08-13T18:52:58.062Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=152d697fc1d94563 -C extra-filename=-f7d686b3a1da52a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-a57e90af67e40809.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
30892026-08-13T18:52:58.062Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cba4d9821ba1d389 -C extra-filename=-62f6922df684f0a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902026-08-13T18:52:58.062Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=3ada161a0fbd1bbb -C extra-filename=-ec4855f8445940c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912026-08-13T18:52:58.062Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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=b895d3bdb20c9fdf -C extra-filename=-7ae81451c44d6552 --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-bf3559dba3b42c46.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)'`
30922026-08-13T18:52:58.324Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=03f53babf54bc1ff -C extra-filename=-1ac12b8fdf940d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-13ce035f137bec58.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932026-08-13T18:52:58.327Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=1e0c3e3919a14726 -C extra-filename=-a28bb2676a68816f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e9e86e22a5694422.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942026-08-13T18:52:58.327Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=cc1a3d3ff9c87cb2 -C extra-filename=-f82cc9ba5f7c3432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-191e17554c5c2456.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-5b9b317b191725f0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952026-08-13T18:52:58.328Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-25fa411a0cd8060c/build-script-build`
30962026-08-13T18:52:58.363Z Compiling zerovec v0.11.5
30972026-08-13T18:52:58.366Z Compiling zerotrie v0.2.3
30982026-08-13T18:52:58.366Z Compiling inout v0.2.2
30992026-08-13T18:52:58.366Z Compiling pkcs8 v0.10.2
31002026-08-13T18:52:58.366Z Compiling dtrace-parser v0.3.0
31012026-08-13T18:52:58.366Z Compiling x509-cert v0.2.5
31022026-08-13T18:52:58.366Z Compiling crc-catalog v2.4.0
31032026-08-13T18:52:58.366Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=275978de794257ad -C extra-filename=-7a01241811fb8919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-e8f825e4f003ea56.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042026-08-13T18:52:58.367Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ce62992bf3bb02cb -C extra-filename=-2d39fdcb5ad29c9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-08-13T18:52:58.367Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=22c6c0e37faef65d -C extra-filename=-6ac311e4903ed2a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac311e4903ed2a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062026-08-13T18:52:58.367Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=97f7fb09343733ce -C extra-filename=-de4a629348265e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072026-08-13T18:52:58.367Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65832aa6f1e67eb0 -C extra-filename=-72e4be3d9c39d99c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082026-08-13T18:52:58.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=47bed7d486f3e30a -C extra-filename=-468ba506f1d168d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-ef88472781b9eaa2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092026-08-13T18:52:58.620Z Compiling digest v0.11.3
31102026-08-13T18:52:58.620Z Compiling sha2 v0.10.9
31112026-08-13T18:52:58.621Z Compiling signature v2.2.0
31122026-08-13T18:52:58.621Z Compiling hmac v0.12.1
31132026-08-13T18:52:58.621Z Compiling packed_struct v0.10.1
31142026-08-13T18:52:58.621Z Compiling same-file v1.0.6
31152026-08-13T18:52:58.621Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=9682ca70fde053f6 -C extra-filename=-631009ae2dc5b9b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-f7a6f91c2b98bfb8.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-08-13T18:52:58.621Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding"))' -C metadata=7a530814f32342df -C extra-filename=-c39bcde3dab748d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-6ec2292f89627358.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172026-08-13T18:52:58.621Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=d2cdc84f486dca6b -C extra-filename=-8d466ca740597bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182026-08-13T18:52:58.621Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00e7fc4fded4d4e6 -C extra-filename=-1524483d8ce0cf2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3f406729d6d70616.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-8f86fb59929d81ce.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192026-08-13T18:52:58.621Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=eb8ba732060c5ceb -C extra-filename=-a8fed560816d89da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-08-13T18:52:58.621Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b15d7f674e544e6 -C extra-filename=-a8fc972371c62315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-08-13T18:52:58.875Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7472e1003f66282e -C extra-filename=-efefa4fe81a004d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
31222026-08-13T18:52:58.878Z Compiling futures-executor v0.3.32
31232026-08-13T18:52:58.878Z Compiling derive_builder_core v0.20.2
31242026-08-13T18:52:58.878Z Compiling pkcs1 v0.7.5
31252026-08-13T18:52:58.878Z Compiling funty v2.0.0
31262026-08-13T18:52:58.878Z Compiling sec1 v0.7.3
31272026-08-13T18:52:58.878Z Compiling crc v3.4.0
31282026-08-13T18:52:58.878Z Compiling group v0.13.0
31292026-08-13T18:52:58.912Z Compiling crypto-bigint v0.5.5
31302026-08-13T18:52:58.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=21f68912c6a30f5b -C extra-filename=-6794f85062176ed6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-63c6f8efd60988ae.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e3c737eb9ca03877.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99f23f8f8e418b35.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312026-08-13T18:52:58.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=b5f788d2fff453a5 -C extra-filename=-614f534e40b40698 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-08-13T18:52:58.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=3635eb57e8f89cf3 -C extra-filename=-9bf7b688d4e14c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-08-13T18:52:58.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=ca95971ca4e77669 -C extra-filename=-3ba003ee67559afb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-08-13T18:52:58.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=0f497ca8ae5dadfa -C extra-filename=-ad8d6e3a26ba0c9a --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-ad8d6e3a26ba0c9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-08-13T18:52:58.916Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65f46e876183bdb8 -C extra-filename=-45fb0cb65fbdc451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-08-13T18:52:59.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=b93c3cecc18990c2 -C extra-filename=-b90cc90ae064c8cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-08-13T18:52:59.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=6a249b3754925830 -C extra-filename=-0ea56b98ba77bfc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f82cc9ba5f7c3432.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382026-08-13T18:52:59.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=60c1232f8688a6e7 -C extra-filename=-29e4475aa34cb1b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392026-08-13T18:52:59.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1d229671c66f9f9e -C extra-filename=-cabe8c702cf28d39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402026-08-13T18:52:59.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=595aaef9187e0d51 -C extra-filename=-b5c0aade4ec6fd08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-08-13T18:52:59.090Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac311e4903ed2a9/build-script-build`
31422026-08-13T18:52:59.090Z Compiling tinystr v0.8.2
31432026-08-13T18:52:59.119Z Compiling potential_utf v0.1.4
31442026-08-13T18:52:59.124Z Compiling cipher v0.5.2
31452026-08-13T18:52:59.124Z Compiling walkdir v2.5.0
31462026-08-13T18:52:59.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eab4a8464e7fbaf6 -C extra-filename=-230d439b276d4118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
31472026-08-13T18:52:59.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1da677b4218afbee -C extra-filename=-e5d2059d0b1b8041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-a8fc972371c62315.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482026-08-13T18:52:59.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=7a447ba93c348683 -C extra-filename=-d9efdf203d541fee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492026-08-13T18:52:59.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="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=bd6f9d551f7dae17 -C extra-filename=-7928f6eb2879ff33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502026-08-13T18:52:59.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=2f14ed681a81b184 -C extra-filename=-3738d77263eb6d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-f7a6f91c2b98bfb8.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512026-08-13T18:52:59.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=95d4eac72bc74484 -C extra-filename=-06da4571c953dbcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522026-08-13T18:52:59.414Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ad1b17897127141a/build-script-main`
31532026-08-13T18:52:59.414Z Compiling bytes v1.11.1
31542026-08-13T18:52:59.414Z Compiling chrono v0.4.45
31552026-08-13T18:52:59.414Z Compiling serde_tokenstream v0.2.3
31562026-08-13T18:52:59.414Z Compiling ipnet v2.11.0
31572026-08-13T18:52:59.414Z Compiling erased-serde v0.3.31
31582026-08-13T18:52:59.414Z Compiling hex v0.4.3
31592026-08-13T18:52:59.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9f01c94eb9aec38 -C extra-filename=-89bc466215dcded6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-45fb0cb65fbdc451.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602026-08-13T18:52:59.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-buffer"' --cfg 'feature="block-padding"' --cfg 'feature="rand_core"' --cfg 'feature="stream-wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "block-padding", "dev", "getrandom", "rand_core", "stream-wrapper", "zeroize"))' -C metadata=92ee195cce3bfcb9 -C extra-filename=-2886e1dc0b075353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-63c6f8efd60988ae.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99f23f8f8e418b35.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612026-08-13T18:52:59.632Z Compiling icu_locale_core v2.1.1
31622026-08-13T18:52:59.632Z Compiling icu_collections v2.1.1
31632026-08-13T18:52:59.637Z Compiling serde_urlencoded v0.7.1
31642026-08-13T18:52:59.637Z Compiling futures v0.3.32
31652026-08-13T18:52:59.637Z Compiling openapiv3 v2.2.0
31662026-08-13T18:52:59.637Z Compiling hubpack v0.1.2
31672026-08-13T18:52:59.637Z Compiling serde_spanned v0.6.9
31682026-08-13T18:52:59.637Z Compiling toml_datetime v0.6.11
31692026-08-13T18:52:59.637Z Compiling ron v0.8.1
31702026-08-13T18:52:59.637Z Compiling hkdf v0.12.4
31712026-08-13T18:52:59.637Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=5134a05f5c18fdd8 -C extra-filename=-4045c159f7e150b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722026-08-13T18:52:59.637Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=cf99d2e8ac320dc2 -C extra-filename=-51f3f95194a84260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732026-08-13T18:52:59.637Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8472c460972d3a2b -C extra-filename=-ee5992afd4ab19c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742026-08-13T18:52:59.637Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.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=a7a84d890e1769a4 -C extra-filename=-0813ae563d0ff353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752026-08-13T18:52:59.637Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=b9821df559c56521 -C extra-filename=-e353152147e6541d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762026-08-13T18:52:59.637Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=70fcbca673cb3819 -C extra-filename=-6cd3205169df36f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772026-08-13T18:52:59.773Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=7048ffa1729841b0 -C extra-filename=-4298143797374803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-f7a6f91c2b98bfb8.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-10f078ec4a3ea811.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-3738d77263eb6d8f.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-97b470074f18b93b.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-08-13T18:52:59.777Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3947bef7b4fc0b1a -C extra-filename=-cf747c76a3670294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792026-08-13T18:52:59.777Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=b964b6b41a7fd319 -C extra-filename=-0476e16d12f4369c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-f7a6f91c2b98bfb8.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-06da4571c953dbcb.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802026-08-13T18:52:59.777Z Compiling cargo_metadata v0.23.1
31812026-08-13T18:52:59.777Z Compiling zerocopy v0.6.6
31822026-08-13T18:52:59.777Z Compiling unicode-normalization v0.1.25
31832026-08-13T18:52:59.807Z Compiling bitfield-macros v0.19.4
31842026-08-13T18:52:59.810Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=3fb80fc4ee808800 -C extra-filename=-d95926d93a71fc3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-b90cc90ae064c8cb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852026-08-13T18:52:59.810Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=c30bfa3a15c6fdf3 -C extra-filename=-b9437a6b3420daf9 --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-cdb474878fbb967e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-08-13T18:52:59.810Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=3fd1b55c84f195b0 -C extra-filename=-b3f151c3e217c9fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-08-13T18:52:59.810Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d6c3ab42352e6262 -C extra-filename=-2be48be4a3be1be5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882026-08-13T18:52:59.842Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c2690816aa54dbb -C extra-filename=-e0d7f5b1196f79ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-6af750ead73ecb54.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892026-08-13T18:52:59.845Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5d37b21e42803f33 -C extra-filename=-2db6f9fe514fbfdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902026-08-13T18:52:59.845Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=2f8223e8557500c9 -C extra-filename=-1052d4b3e6e1e621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912026-08-13T18:52:59.880Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=0ebd0e6bc5742cbd -C extra-filename=-8b1532e0a119ac82 --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-8a9e02ae24a3d662.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-72e4be3d9c39d99c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922026-08-13T18:52:59.954Z Compiling bitvec v1.0.1
31932026-08-13T18:52:59.959Z Compiling packed_struct_codegen v0.10.1
31942026-08-13T18:52:59.959Z Compiling vergen-lib v9.1.0
31952026-08-13T18:53:00.028Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-ad8d6e3a26ba0c9a/build-script-build`
31962026-08-13T18:53:00.032Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=99df38a899ba2351 -C extra-filename=-1785eced8befb44b --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-5d42d99600589ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-08-13T18:53:00.032Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=8327e810f1f5c2eb -C extra-filename=-1d7f474c3177f54a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-62f6922df684f0a3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982026-08-13T18:53:00.032Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71d3f9868acb1180 -C extra-filename=-6032f51f79cc95eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992026-08-13T18:53:00.101Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=57a06fdb7eccae73 -C extra-filename=-2735ceaf1165db83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002026-08-13T18:53:00.132Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=23d1ee85cd858465 -C extra-filename=-6ade1eb68d22dc78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-cabe8c702cf28d39.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-e453e0aad7ad1fd7.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-d3ab36cfe9925437.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-22feef41d5dd99fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012026-08-13T18:53:00.137Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=42dd10f0ea29841c -C extra-filename=-a6425e9036706528 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-a6425e9036706528 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022026-08-13T18:53:00.283Z Compiling tokio v1.52.1
32032026-08-13T18:53:00.287Z Compiling http v1.4.2
32042026-08-13T18:53:00.428Z Compiling dof v0.3.0
32052026-08-13T18:53:00.432Z Compiling indexmap v1.9.3
32062026-08-13T18:53:00.432Z Compiling signal-hook v0.3.18
32072026-08-13T18:53:00.432Z Compiling nodrop v0.1.14
32082026-08-13T18:53:00.432Z Compiling keccak v0.1.6
32092026-08-13T18:53:00.432Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c906b6b74b32cc1d -C extra-filename=-2817cd1f5c44bb81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102026-08-13T18:53:00.432Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=a2565af136c96474 -C extra-filename=-cd45e8a1600a8124 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-e353152147e6541d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
32112026-08-13T18:53:00.432Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=fa035f181711fa7b -C extra-filename=-647ac05d49bd5831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4318945a492bc6e9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-c19a00eddacd185b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122026-08-13T18:53:00.605Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=e2535b987c868935 -C extra-filename=-f7867bfd6ed03cec --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-3c0e6c9ea0757c60.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9ac018dd6f373ebf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132026-08-13T18:53:00.610Z Compiling icu_provider v2.1.1
32142026-08-13T18:53:00.610Z Compiling toml_edit v0.19.15
32152026-08-13T18:53:00.610Z Compiling derive_builder_macro v0.20.2
32162026-08-13T18:53:00.610Z Compiling openssl v0.10.80
32172026-08-13T18:53:00.610Z Compiling foldhash v0.1.5
32182026-08-13T18:53:00.610Z Compiling foreign-types-shared v0.1.1
32192026-08-13T18:53:00.610Z Compiling elliptic-curve v0.13.8
32202026-08-13T18:53:00.610Z Compiling smallvec v0.6.14
32212026-08-13T18:53:00.610Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=4e6efe073a1088b1 -C extra-filename=-cebbf38fcbdc4d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-cebbf38fcbdc4d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222026-08-13T18:53:00.610Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=75d4dcff79e3004e -C extra-filename=-654ecd60793851a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-654ecd60793851a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232026-08-13T18:53:00.610Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=c27834f0031a24df -C extra-filename=-2719c2da4ff2bae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-08-13T18:53:00.610Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=ee0eccf7b5b5b06c -C extra-filename=-7caf0b2d5cf9aca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252026-08-13T18:53:00.805Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=7cd7ceb05979d812 -C extra-filename=-087cbc8f794fabd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-f7a6f91c2b98bfb8.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-4298143797374803.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-97b470074f18b93b.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-631009ae2dc5b9b8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262026-08-13T18:53:00.871Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=178eee9a32118d66 -C extra-filename=-f1e8f92444632211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-0ea56b98ba77bfc1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272026-08-13T18:53:00.903Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=ee2a41f71f198bc9 -C extra-filename=-dcd9dc72ba891dc0 --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-cdb474878fbb967e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b3f151c3e217c9fe.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6685782f806e830b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282026-08-13T18:53:00.972Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=1ca02baee87f5fb5 -C extra-filename=-edede3b97fc9d81a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-edede3b97fc9d81a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292026-08-13T18:53:00.976Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=145285c0873288eb -C extra-filename=-a703a70c7d85b9c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-08-13T18:53:00.976Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b288dcc85e69c636 -C extra-filename=-0bcc458000ec6125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-08-13T18:53:00.976Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=851b10e16686b9c9 -C extra-filename=-64c49b69edd2c472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-7928f6eb2879ff33.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-b5c0aade4ec6fd08.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-08-13T18:53:00.976Z Compiling openssl-macros v0.1.1
32332026-08-13T18:53:00.976Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=2076827e6375eb48 -C extra-filename=-a6d151efe8d0501b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-230d439b276d4118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342026-08-13T18:53:00.976Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=06931ca5bdf8f240 -C extra-filename=-e655253ddfef6f98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -l static=bz2`
32352026-08-13T18:53:01.099Z Compiling icu_properties v2.1.2
32362026-08-13T18:53:01.099Z Compiling icu_normalizer v2.1.1
32372026-08-13T18:53:01.103Z Compiling ppv-lite86 v0.2.21
32382026-08-13T18:53:01.103Z Compiling dof v0.4.0
32392026-08-13T18:53:01.103Z Compiling hashbrown v0.15.5
32402026-08-13T18:53:01.104Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a6425e9036706528/build-script-build`
32412026-08-13T18:53:01.104Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=678d4d27da84ae93 -C extra-filename=-17d4091e1e0174a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --cfg ossl300 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_pregenerated)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl400)'`
32422026-08-13T18:53:01.104Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=838ffbf766df60a0 -C extra-filename=-cdbc9179fb5f8306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432026-08-13T18:53:01.281Z Compiling http-body v1.0.1
32442026-08-13T18:53:01.285Z Compiling sha3 v0.10.8
32452026-08-13T18:53:01.285Z Compiling foreign-types v0.3.2
32462026-08-13T18:53:01.314Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=212a640ca58774ae -C extra-filename=-ee7278b37bf94c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0476e16d12f4369c.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-4298143797374803.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-0dd98833f01df7ef.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-087cbc8f794fabd2.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-631009ae2dc5b9b8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472026-08-13T18:53:01.318Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=af4f4af0e28f4cad -C extra-filename=-7e8f0ff043023235 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0476e16d12f4369c.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-0c8077e11d6759cc.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-087cbc8f794fabd2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482026-08-13T18:53:01.318Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=3ced5737b5a46596 -C extra-filename=-23939b7dd09345db --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-8f665feb62c1782e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492026-08-13T18:53:01.318Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f7b7facc8345a413 -C extra-filename=-26e41125ecc3049d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ef9fa6a6c9a6a04c.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-a703a70c7d85b9c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502026-08-13T18:53:01.318Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=d9cd5e3f7297f39f -C extra-filename=-67f202f8931df806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.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)'`
32512026-08-13T18:53:01.318Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=d2832fa63cc9a644 -C extra-filename=-6deeef8a4e774d52 --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-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522026-08-13T18:53:01.436Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d2b66a73ec50bf9 -C extra-filename=-f82f3c87d4e2dac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532026-08-13T18:53:01.440Z Compiling bitfield v0.19.4
32542026-08-13T18:53:01.473Z Compiling array-init v0.0.4
32552026-08-13T18:53:01.512Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-cebbf38fcbdc4d9b/build-script-build`
32562026-08-13T18:53:01.517Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=c5de03ad4738388b -C extra-filename=-24e83d82e68417c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7867bfd6ed03cec.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-5011ace112dadba4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
32572026-08-13T18:53:01.517Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-654ecd60793851a5/build-script-build`
32582026-08-13T18:53:01.517Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b436ba18dca0267 -C extra-filename=-e9ff7f06b6c77ee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-0bcc458000ec6125.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592026-08-13T18:53:01.517Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=9d75001139d4f870 -C extra-filename=-c5852fcb3773fec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-7caf0b2d5cf9aca4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-08-13T18:53:01.659Z Compiling curve25519-dalek v4.1.3
32612026-08-13T18:53:01.662Z Compiling vergen v9.1.0
32622026-08-13T18:53:01.662Z Compiling bitflags v1.3.2
32632026-08-13T18:53:01.662Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=326a87a7b5035aa0 -C extra-filename=-e626c54d07ac3448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-6032f51f79cc95eb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642026-08-13T18:53:01.662Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-edede3b97fc9d81a/build-script-build`
32652026-08-13T18:53:01.662Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1b35f12fc32c50c7 -C extra-filename=-80728395b69dc663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-2719c2da4ff2bae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662026-08-13T18:53:01.787Z Compiling rand_chacha v0.9.0
32672026-08-13T18:53:01.787Z Compiling http-body-util v0.1.3
32682026-08-13T18:53:01.793Z Compiling rand_chacha v0.3.1
32692026-08-13T18:53:01.793Z Compiling hashbrown v0.12.3
32702026-08-13T18:53:01.793Z Compiling hashbrown v0.13.2
32712026-08-13T18:53:01.793Z Compiling bzip2 v0.4.4
32722026-08-13T18:53:01.793Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-08-13T18:53:01.793Z Compiling derive-ex v0.1.8
32742026-08-13T18:53:01.793Z Compiling enum-as-inner v0.6.1
32752026-08-13T18:53:01.793Z Compiling zstd-sys v2.0.16+zstd.1.5.7
32762026-08-13T18:53:01.793Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=ef2e5929e7dec9cb -C extra-filename=-69210f3b419ed01b --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-69210f3b419ed01b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772026-08-13T18:53:01.824Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=238312edec2eb247 -C extra-filename=-81bf552516d177f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-81bf552516d177f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782026-08-13T18:53:01.862Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=e63eab6f9487e6dd -C extra-filename=-5bf4110dad6990d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-08-13T18:53:02.120Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=4bdb5f34eddca155 -C extra-filename=-707727270d7346e8 --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-6deeef8a4e774d52.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802026-08-13T18:53:02.124Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=20f71cabfb3a9e5d -C extra-filename=-2508f57c7fe4028f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812026-08-13T18:53:02.124Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=b3309239906856c9 -C extra-filename=-7459907f9cefcd51 --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-6deeef8a4e774d52.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822026-08-13T18:53:02.124Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=23a244e90b06a302 -C extra-filename=-e2afa6ac82288c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832026-08-13T18:53:02.124Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=8c32c21b0e6967cf -C extra-filename=-95eaacbb5ffd4c20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4318945a492bc6e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842026-08-13T18:53:02.124Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=1a7dc1b7026b2bec -C extra-filename=-158a6a9808e86d00 --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-67f202f8931df806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852026-08-13T18:53:02.124Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=3c22bbf92598e59c -C extra-filename=-e445d6f7d96286e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-e655253ddfef6f98.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
32862026-08-13T18:53:02.124Z Compiling derive_builder v0.20.2
32872026-08-13T18:53:02.124Z Compiling ref-cast v1.0.25
32882026-08-13T18:53:02.149Z Compiling native-tls v0.2.18
32892026-08-13T18:53:02.152Z Compiling managed v0.8.0
32902026-08-13T18:53:02.152Z Compiling crc-any v2.5.0
32912026-08-13T18:53:02.186Z Compiling chacha20 v0.10.0
32922026-08-13T18:53:02.189Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=f103abc6cb98ae7f -C extra-filename=-6db3d1ab605be4b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-e5d2059d0b1b8041.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932026-08-13T18:53:02.189Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0668c1bcf46eaca0 -C extra-filename=-4753c91c21ac5305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7a01241811fb8919.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942026-08-13T18:53:02.189Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b9986eabda03432 -C extra-filename=-a822832449f6a1ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952026-08-13T18:53:02.189Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=16b141bead37a8b3 -C extra-filename=-a878194eeb807c78 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-a878194eeb807c78 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962026-08-13T18:53:02.472Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=444b53d7bf957adb -C extra-filename=-42914c6a9dc15c4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-f1e8f92444632211.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972026-08-13T18:53:02.476Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3984f159fc2685b5 -C extra-filename=-7a9e8d75a7304093 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-7a9e8d75a7304093 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982026-08-13T18:53:02.479Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=49a0705fd01a6b2f -C extra-filename=-91ad48cb18bc8d33 --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-6ade1eb68d22dc78.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-2735ceaf1165db83.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992026-08-13T18:53:02.479Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=3115da3ff78bd503 -C extra-filename=-d84ddb6c4b72b9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-cdbc9179fb5f8306.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_fips)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)' --check-cfg 'cfg(ossl400)'`
33002026-08-13T18:53:02.479Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=033840454c3d1325 -C extra-filename=-83ba731ed86a99c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012026-08-13T18:53:02.479Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=3ff1183d24470eab -C extra-filename=-43fcf23702ca3a79 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-43fcf23702ca3a79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022026-08-13T18:53:02.479Z Compiling idna_adapter v1.2.1
33032026-08-13T18:53:02.480Z Compiling rand v0.8.6
33042026-08-13T18:53:02.480Z Compiling toml v0.7.8
33052026-08-13T18:53:02.480Z Compiling serde-hex v0.1.0
33062026-08-13T18:53:02.480Z Compiling zip v0.6.6
33072026-08-13T18:53:02.480Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33082026-08-13T18:53:02.480Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=308a91ddcccbe05b -C extra-filename=-a809ff735402b950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092026-08-13T18:53:02.480Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' -C debug-assertions=on --cfg 'feature="cipher"' --cfg 'feature="legacy"' --cfg 'feature="rng"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=8b1dfee8f82b50f9 -C extra-filename=-bfed0203fe4190c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2886e1dc0b075353.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102026-08-13T18:53:02.588Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=ff52532526b0222a -C extra-filename=-18f69cfbed7e48ac --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-7e8f0ff043023235.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-ee7278b37bf94c33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112026-08-13T18:53:02.592Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-81bf552516d177f6/build-script-build`
33122026-08-13T18:53:02.592Z Compiling rand v0.9.2
33132026-08-13T18:53:02.620Z Compiling globset v0.4.18
33142026-08-13T18:53:02.653Z Compiling phf_shared v0.11.3
33152026-08-13T18:53:02.657Z Compiling pin-project-internal v1.1.11
33162026-08-13T18:53:02.657Z Compiling ref-cast-impl v1.0.25
33172026-08-13T18:53:02.657Z Compiling fs-err v3.3.0
33182026-08-13T18:53:02.657Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=befabefaa84316d0 -C extra-filename=-25334a38d28270d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-80728395b69dc663.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-a6d151efe8d0501b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192026-08-13T18:53:02.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02ac497e1ce2f1b1 -C extra-filename=-3e2aa9d66e04eae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-1052d4b3e6e1e621.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-6db3d1ab605be4b9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202026-08-13T18:53:02.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=942b7c5f68251c57 -C extra-filename=-0762409d2eb35a22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-e445d6f7d96286e2.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
33212026-08-13T18:53:02.690Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-69210f3b419ed01b/build-script-build`
33222026-08-13T18:53:02.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=b5440a0705fb40db -C extra-filename=-b8133d25cfe4e656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b3f151c3e217c9fe.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232026-08-13T18:53:02.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=7926be6ec1688e60 -C extra-filename=-870d92e9621d9abf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-23939b7dd09345db.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1524483d8ce0cf2f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0692ce056427347b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
33242026-08-13T18:53:02.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=13ae9be57ca7f256 -C extra-filename=-23b3cd3cd8639803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7459907f9cefcd51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252026-08-13T18:53:02.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=12c0638e5aa977d1 -C extra-filename=-bdefc8f0c020360c --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-707727270d7346e8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-08-13T18:53:02.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=b72731bf6ed64890 -C extra-filename=-71364a506ce5ce15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
33272026-08-13T18:53:02.690Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a878194eeb807c78/build-script-build`
33282026-08-13T18:53:02.722Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=e05a453e948e8874 -C extra-filename=-b799a056a694a42c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-51d7ed7539801d34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292026-08-13T18:53:02.725Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "log", "serde", "serde1", "simd-accel"))' -C metadata=1c528c0a9d17ccf1 -C extra-filename=-8ac6205960204119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-08-13T18:53:02.959Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a478aedb1807eb1 -C extra-filename=-4d1e3bbb81018d05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312026-08-13T18:53:02.962Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=821702ad36edac88 -C extra-filename=-8233368ae558cc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322026-08-13T18:53:02.963Z Compiling precomputed-hash v0.1.1
33332026-08-13T18:53:02.990Z Compiling path-slash v0.1.5
33342026-08-13T18:53:02.993Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=9b756f0cad135e6b -C extra-filename=-2944404662698069 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-2944404662698069 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352026-08-13T18:53:03.253Z Compiling fixedbitset v0.4.2
33362026-08-13T18:53:03.253Z Compiling new_debug_unreachable v1.0.6
33372026-08-13T18:53:03.257Z Compiling signal-hook-mio v0.2.5
33382026-08-13T18:53:03.257Z Compiling ed25519 v2.2.3
33392026-08-13T18:53:03.257Z Compiling zstd-safe v7.2.4
33402026-08-13T18:53:03.257Z Compiling jiff-core v0.1.0
33412026-08-13T18:53:03.257Z Compiling toml_write v0.1.2
33422026-08-13T18:53:03.257Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=5c7357af4979e114 -C extra-filename=-0b2e1b5aad52f9ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e2afa6ac82288c56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
33432026-08-13T18:53:03.257Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4691ea547dac3fe9 -C extra-filename=-559426cbc93ab7f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442026-08-13T18:53:03.258Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fbf86db377ec75c -C extra-filename=-7abaceda44bc0ff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452026-08-13T18:53:03.258Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-43fcf23702ca3a79/build-script-build`
33462026-08-13T18:53:03.258Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=db8ce52f10483874 -C extra-filename=-5133dbf086a842c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0918efa4cb1f85e3.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
33472026-08-13T18:53:03.359Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-7a9e8d75a7304093/build-script-build`
33482026-08-13T18:53:03.363Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=6a475a5d6b2d16bd -C extra-filename=-c1f535e8e8661f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492026-08-13T18:53:03.363Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec0c33dc32983f5c -C extra-filename=-62690abcc402352e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502026-08-13T18:53:03.363Z Compiling idna v1.1.0
33512026-08-13T18:53:03.363Z Compiling snafu-derive v0.8.9
33522026-08-13T18:53:03.392Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=0577c73888dcd94d -C extra-filename=-197ebb5ab8cdb1a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532026-08-13T18:53:03.396Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=dbcdbc7617806d1b -C extra-filename=-4fc9bd7b92ba7cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542026-08-13T18:53:03.396Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "logging", "std", "tz-fat"))' -C metadata=8235a0e04b460b30 -C extra-filename=-b07a307ed2e479d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552026-08-13T18:53:03.396Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=4a4471a7fa7ea3c6 -C extra-filename=-d47b6dc1883b2bff --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-d47b6dc1883b2bff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562026-08-13T18:53:03.396Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3863b012d03f286e -C extra-filename=-64249cb8819ead32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572026-08-13T18:53:03.603Z Compiling proptest v1.11.0
33582026-08-13T18:53:03.636Z Compiling heapless v0.7.17
33592026-08-13T18:53:03.640Z Compiling pem v3.0.6
33602026-08-13T18:53:03.675Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=f1bbd8e2ec4b8bd2 -C extra-filename=-93c2a7c84b8c15cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612026-08-13T18:53:03.679Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=7aa99cbf2f4923a2 -C extra-filename=-80b8c7a3658ed5cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-71364a506ce5ce15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)'`
33622026-08-13T18:53:03.679Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=4b2faecee5d58038 -C extra-filename=-471084262862a4ce --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-18f69cfbed7e48ac.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5e600995c7c3f221.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-08-13T18:53:03.797Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-08-13T18:53:03.797Z Compiling object v0.30.4
33652026-08-13T18:53:03.797Z Compiling string_cache v0.8.9
33662026-08-13T18:53:03.801Z Compiling toml_edit v0.22.27
33672026-08-13T18:53:03.801Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "f16", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=5bd23635f953e265 -C extra-filename=-48965957da5cfc7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-baf9c933219c4874.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-bf9b0e848fc35250.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-707727270d7346e8.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-db09d246d88e5ce5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-1893d5cefc19997f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-d090a602178725cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682026-08-13T18:53:03.801Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2944404662698069/build-script-build`
33692026-08-13T18:53:03.801Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=008bfc3cb502f429 -C extra-filename=-139c7c960402cb5f --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-139c7c960402cb5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702026-08-13T18:53:03.801Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=754eaaf9bfacb463 -C extra-filename=-f1bf1af79a29bb78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712026-08-13T18:53:04.005Z Compiling usdt-attr-macro v0.6.0
33722026-08-13T18:53:04.009Z Compiling usdt-macro v0.6.0
33732026-08-13T18:53:04.009Z Compiling test-strategy v0.4.5
33742026-08-13T18:53:04.009Z Compiling petgraph v0.6.5
33752026-08-13T18:53:04.009Z Compiling lalrpop-util v0.19.12
33762026-08-13T18:53:04.009Z Compiling fixedbitset v0.5.7
33772026-08-13T18:53:04.009Z Compiling crossterm v0.28.1
33782026-08-13T18:53:04.009Z Compiling serde-big-array v0.5.1
33792026-08-13T18:53:04.009Z Compiling serde_plain v1.0.2
33802026-08-13T18:53:04.043Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=ad3aefef929b1129 -C extra-filename=-2e4f8c83a9c4fa41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-63a9bca806118ba2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
33812026-08-13T18:53:04.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d95ad2a4f92fb3ef -C extra-filename=-315ea350c6794505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-e626c54d07ac3448.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-91ad48cb18bc8d33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-08-13T18:53:04.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=9975d139012e97f2 -C extra-filename=-74f5eef272e84b20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-158a6a9808e86d00.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-0b2e1b5aad52f9ee.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832026-08-13T18:53:04.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=62e2d43006816045 -C extra-filename=-0c6b8ab0956dbb86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-62690abcc402352e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b799a056a694a42c.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-559426cbc93ab7f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-08-13T18:53:04.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=36722ac7d1ef3afd -C extra-filename=-6205e0b0aed89209 --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-cdb474878fbb967e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b3f151c3e217c9fe.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-64249cb8819ead32.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-175c937003a669b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852026-08-13T18:53:04.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71d26334219a4d14 -C extra-filename=-8baa9baadc124ba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-8233368ae558cc84.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
33862026-08-13T18:53:04.156Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc2e79b98358f846 -C extra-filename=-548b617e1723fd8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1524483d8ce0cf2f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-870d92e9621d9abf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-08-13T18:53:04.193Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73983a84d2a545d6 -C extra-filename=-98788526f8534553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1524483d8ce0cf2f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-870d92e9621d9abf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882026-08-13T18:53:04.197Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=24fdf9965d1a903c -C extra-filename=-2bc70365ea147036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-c1f535e8e8661f4b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892026-08-13T18:53:04.197Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=b836ad11d6058fea -C extra-filename=-2d5dd7f0667631d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-08-13T18:53:04.197Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=e44c26c0c4ead54f -C extra-filename=-e34ae4a80beee20a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-197ebb5ab8cdb1a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912026-08-13T18:53:04.197Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=270a285964384959 -C extra-filename=-a464c5dbc949359b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-4753c91c21ac5305.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7a01241811fb8919.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-08-13T18:53:04.197Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=eb9ad5c67b0b8f07 -C extra-filename=-9b651c92d8f268ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932026-08-13T18:53:04.197Z Compiling url v2.5.8
33942026-08-13T18:53:04.225Z Compiling publicsuffix v2.3.0
33952026-08-13T18:53:04.229Z Compiling pin-project v1.1.11
33962026-08-13T18:53:04.229Z Compiling ed25519-dalek v2.2.0
33972026-08-13T18:53:04.229Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5e150964858572a -C extra-filename=-bb272815af6e0400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982026-08-13T18:53:04.229Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad0cb27da3cca410 -C extra-filename=-023a258766385c86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992026-08-13T18:53:04.406Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=5ea352d3f4fa3ebd -C extra-filename=-421fef6d35ec8961 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002026-08-13T18:53:04.410Z Compiling tokio-util v0.7.18
34012026-08-13T18:53:04.442Z Compiling tower v0.5.3
34022026-08-13T18:53:04.447Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=d3f1d9b96ef543b4 -C extra-filename=-0d10543a4d2eaa31 --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-471084262862a4ce.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-0b4142588194aafc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032026-08-13T18:53:04.447Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe1bd59819229e4a -C extra-filename=-64e35ac9baf45057 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-4d1e3bbb81018d05.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-08-13T18:53:04.479Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=b14ae3ad1e04fb9a -C extra-filename=-debba927ba71dbac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-5133dbf086a842c5.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-4fc9bd7b92ba7cb8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052026-08-13T18:53:04.553Z Compiling jiff v0.2.34
34062026-08-13T18:53:04.557Z Compiling petgraph v0.8.3
34072026-08-13T18:53:04.557Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=d3b60efedb470654 -C extra-filename=-843d3021399c4de9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082026-08-13T18:53:04.557Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=f54137485f1a97f5 -C extra-filename=-ce32b403c43323e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-9285e2cec1c30045.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09524617415398ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092026-08-13T18:53:04.628Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=728361612d7f5ee3 -C extra-filename=-083464a1a085e4df --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-647ac05d49bd5831.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)'`
34102026-08-13T18:53:04.699Z Compiling similar v2.7.0
34112026-08-13T18:53:04.700Z Compiling serde_repr v0.1.20
34122026-08-13T18:53:04.705Z Compiling async-recursion v1.1.1
34132026-08-13T18:53:04.705Z Compiling hash32 v0.2.1
34142026-08-13T18:53:04.705Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=e27865edce0004eb -C extra-filename=-7f30b4639863addf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jcore=/work/oxidecomputer/omicron/target/debug/deps/libjiff_core-b07a307ed2e479d6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152026-08-13T18:53:04.705Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=186a32bb3dac7899 -C extra-filename=-182125a3c2262fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-9b651c92d8f268ac.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162026-08-13T18:53:04.705Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-139c7c960402cb5f/build-script-build`
34172026-08-13T18:53:04.753Z Compiling bumpalo v3.20.2
34182026-08-13T18:53:04.759Z Compiling unicode-bidi v0.3.18
34192026-08-13T18:53:04.759Z Compiling libbz2-rs-sys v0.2.2
34202026-08-13T18:53:04.769Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=d9eb46234f7381a3 -C extra-filename=-09cdbd4e28a061ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212026-08-13T18:53:04.801Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c41884d3ad8df6ad -C extra-filename=-ff59f759142bbd07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222026-08-13T18:53:04.807Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4903b9f7d60788a -C extra-filename=-8dcb32b0de8c0b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232026-08-13T18:53:04.807Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95ea3a8c2aaf79b9 -C extra-filename=-5a93d54c40a1773f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242026-08-13T18:53:04.839Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=f3d1b801a39fc5a0 -C extra-filename=-659abbacac1c81ad --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-29fe31c54d5c23c8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a87687f3c023fc12.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
34252026-08-13T18:53:04.843Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "bench_allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=97afe294f94de309 -C extra-filename=-0ddad425617ecb16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262026-08-13T18:53:04.843Z Compiling typed-path v0.9.3
34272026-08-13T18:53:04.843Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libbz2_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbz2-rs-sys-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal-fuzz-disable-checksum", "c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "stdio", "testing-prefix"))' -C metadata=01ddc38c2a5e6b17 -C extra-filename=-963adbf7a9d7cea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282026-08-13T18:53:04.843Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=6577eab2f53d21e8 -C extra-filename=-18716dbf3abbf690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292026-08-13T18:53:04.871Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=10e206daea753295 -C extra-filename=-340edb1dfece61d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-08-13T18:53:04.987Z Compiling tower-http v0.6.8
34312026-08-13T18:53:05.070Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=09488842f8e38644 -C extra-filename=-0cf4b65cb8f628e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-3d6d9eea3c5de9bf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-ce32b403c43323e2.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09524617415398ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-08-13T18:53:05.107Z Compiling cookie_store v0.22.1
34332026-08-13T18:53:05.107Z Compiling rsa v0.9.10
34342026-08-13T18:53:05.112Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=ae820e6d2c98c840 -C extra-filename=-0ae155161a92cd4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-2dc17d206cd5b615.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
34352026-08-13T18:53:05.113Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=117725c82a406c54 -C extra-filename=-bd5318f329ddc86f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-395485eff542c716.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-0d10543a4d2eaa31.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-08-13T18:53:05.143Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=21fd25044facc76e -C extra-filename=-618273ec1052c787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2e4f8c83a9c4fa41.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-29e4475aa34cb1b6.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372026-08-13T18:53:05.218Z Compiling predicates-core v1.0.10
34382026-08-13T18:53:05.218Z Compiling unicode-properties v0.1.4
34392026-08-13T18:53:05.218Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6459064d40d4735 -C extra-filename=-2520c497304d26a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402026-08-13T18:53:05.222Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=f20e3d2bd486e8ff -C extra-filename=-9a0dcce822548e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-08-13T18:53:05.371Z Compiling h2 v0.4.15
34422026-08-13T18:53:05.375Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=0625ca7c00148c1f -C extra-filename=-58556d65b6f6641e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-4b498b44f6ed395c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432026-08-13T18:53:05.406Z Compiling tokio-native-tls v0.3.1
34442026-08-13T18:53:05.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=9450ca5c1761ddf1 -C extra-filename=-2459cf03e31a23da --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-659abbacac1c81ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
34452026-08-13T18:53:05.461Z Compiling usdt v0.6.0
34462026-08-13T18:53:05.467Z Compiling smoltcp v0.9.1
34472026-08-13T18:53:05.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=c4e00c47087b172e -C extra-filename=-11c54b75ef92e049 --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-23939b7dd09345db.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8f665feb62c1782e.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-724b318dd57041ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-548b617e1723fd8d.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-870d92e9621d9abf.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-98788526f8534553.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482026-08-13T18:53:05.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=25811011188b37d2 -C extra-filename=-2ea582ec3dcdd41e --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-2ea582ec3dcdd41e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-08-13T18:53:05.530Z Compiling stringprep v0.1.5
34502026-08-13T18:53:05.534Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cb6a55470f2fe49 -C extra-filename=-d5c5ea29ef66e04c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-18716dbf3abbf690.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-1785eced8befb44b.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-9a0dcce822548e63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512026-08-13T18:53:05.572Z Compiling bzip2 v0.6.1
34522026-08-13T18:53:05.575Z Compiling zopfli v0.8.3
34532026-08-13T18:53:05.576Z Compiling hickory-proto v0.25.2
34542026-08-13T18:53:05.576Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bzip2-sys", "default", "static"))' -C metadata=129454e3fc4364b6 -C extra-filename=-9e13288182eb7ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libbz2_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibbz2_rs_sys-963adbf7a9d7cea5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552026-08-13T18:53:05.602Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=d8fcc849cb9501fd -C extra-filename=-ac1d6ec4e32690ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-0ddad425617ecb16.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562026-08-13T18:53:05.606Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=dc163f65cb8d09b0 -C extra-filename=-bc5f1d7843af69d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a822832449f6a1ca.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-5d42d99600589ed1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572026-08-13T18:53:05.672Z Compiling snafu v0.8.9
34582026-08-13T18:53:05.715Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=f9cbf70f93144611 -C extra-filename=-60d198e6d810519a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-64e35ac9baf45057.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-93c2a7c84b8c15cb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592026-08-13T18:53:05.719Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=2ac53084b61ed2f5 -C extra-filename=-3c2a906183b35eaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-8dcb32b0de8c0b32.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-112bf55ab051345c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
34602026-08-13T18:53:05.756Z Compiling md-5 v0.10.6
34612026-08-13T18:53:05.760Z Compiling strum_macros v0.27.2
34622026-08-13T18:53:05.760Z Compiling float-cmp v0.10.0
34632026-08-13T18:53:05.760Z Compiling difflib v0.4.0
34642026-08-13T18:53:05.760Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=019b25009a7eb30f -C extra-filename=-e61694ee39396ddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652026-08-13T18:53:05.760Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=391b34c5220f0b68 -C extra-filename=-9ab4881faed55165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662026-08-13T18:53:05.760Z Compiling fallible-iterator v0.2.0
34672026-08-13T18:53:05.760Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=97c5789806184344 -C extra-filename=-230c3dbed8a54afe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-08-13T18:53:05.760Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7be7ffdccb2160a3 -C extra-filename=-108311876f3f8a74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692026-08-13T18:53:05.760Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=530c57a9beafa4f3 -C extra-filename=-85a8b4ffe8a3f976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702026-08-13T18:53:05.892Z Compiling normalize-line-endings v0.3.0
34712026-08-13T18:53:05.895Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64368c83b605e876 -C extra-filename=-a6f1d6e2b61ecf81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722026-08-13T18:53:05.952Z Compiling tokio-stream v0.1.18
34732026-08-13T18:53:05.958Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=20bebd8631dfc354 -C extra-filename=-78600561ff598267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-08-13T18:53:05.966Z Compiling olpc-cjson v0.1.4
34752026-08-13T18:53:06.039Z Compiling ipnetwork v0.21.1
34762026-08-13T18:53:06.045Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2298b17bf08cf2fe -C extra-filename=-7e8c43aa4f4629d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-1785eced8befb44b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-08-13T18:53:06.080Z Compiling serde_with v3.21.0
34782026-08-13T18:53:06.080Z Compiling byte-wrapper v0.1.0
34792026-08-13T18:53:06.085Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=5f099b98ef0c998d -C extra-filename=-240b047a69529295 --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-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802026-08-13T18:53:06.086Z Compiling phf_shared v0.13.1
34812026-08-13T18:53:06.086Z Compiling peg-runtime v0.8.5
34822026-08-13T18:53:06.086Z Compiling buf-list v1.1.2
34832026-08-13T18:53:06.121Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::disallowed_methods' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base58", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hashbrown_0_17", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=d9d89c3b5712d8b0 -C extra-filename=-4dfcd6b0820bab3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a28b6bc51e3bcf94.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-08-13T18:53:06.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name byte_wrapper --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byte-wrapper-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "default", "hex", "schemars08", "serde"))' -C metadata=30fecf76b374e1ba -C extra-filename=-ce3a96d3ea6c45a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852026-08-13T18:53:06.127Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-2ea582ec3dcdd41e/build-script-build`
34862026-08-13T18:53:06.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=89902f1c49a0feaa -C extra-filename=-635f92619abce321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872026-08-13T18:53:06.157Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=d6a73c9386a89039 -C extra-filename=-180e248484d7639b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-08-13T18:53:06.157Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=0bf54ce6c183e03c -C extra-filename=-3475502cd92fc03d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-51d7ed7539801d34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892026-08-13T18:53:06.229Z Compiling newtype-uuid v1.3.2
34902026-08-13T18:53:06.257Z Compiling predicates v3.1.4
34912026-08-13T18:53:06.294Z Compiling postgres-protocol v0.6.10
34922026-08-13T18:53:06.298Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=fb84eff9c0535df1 -C extra-filename=-bb7cae00c85f3c85 --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-48965957da5cfc7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932026-08-13T18:53:06.298Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=c84a1c5f582bfa60 -C extra-filename=-75dc4484a4e65dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-108311876f3f8a74.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-230c3dbed8a54afe.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-a6f1d6e2b61ecf81.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942026-08-13T18:53:06.330Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34952026-08-13T18:53:06.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=4af3ec400c24b331 -C extra-filename=-8ae306635fbde6d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85a8b4ffe8a3f976.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-e61694ee39396ddd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-d5c5ea29ef66e04c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962026-08-13T18:53:06.437Z Compiling oxnet v0.1.6
34972026-08-13T18:53:06.474Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=acebda43e3107773 -C extra-filename=-eb60c353522be4c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982026-08-13T18:53:06.515Z Compiling phf v0.13.1
34992026-08-13T18:53:06.515Z Compiling whoami v2.1.0
35002026-08-13T18:53:06.521Z Compiling is-terminal v0.4.17
35012026-08-13T18:53:06.521Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std", "ula"))' -C metadata=ddd2fa19bd27f555 -C extra-filename=-e4ab34ea92f8a87c --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-240b047a69529295.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-08-13T18:53:06.521Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=f1c90f8a5b5c4b8f -C extra-filename=-b9348ebac4c9c2c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-3c2a906183b35eaf.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032026-08-13T18:53:06.588Z Compiling crossbeam-channel v0.5.15
35042026-08-13T18:53:06.592Z Compiling thread_local v1.1.9
35052026-08-13T18:53:06.592Z Compiling slog-async v2.8.0
35062026-08-13T18:53:06.592Z Compiling take_mut v0.2.2
35072026-08-13T18:53:06.592Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=e7667b7b04ed2657 -C extra-filename=-0ad384e843ec5952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3475502cd92fc03d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082026-08-13T18:53:06.592Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="wasi-wasite"' --cfg 'feature="wasm-web"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-stub", "std", "wasi-wasite", "wasm-web"))' -C metadata=6f24297d6f1084a3 -C extra-filename=-4f889795fa374f72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092026-08-13T18:53:06.592Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a76b20b46812cde -C extra-filename=-a424b183ae7c3acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102026-08-13T18:53:06.623Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=16763643463a662f -C extra-filename=-3ef3fbf3b793ce3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112026-08-13T18:53:06.627Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=bc38a57e1a66bef1 -C extra-filename=-3bda0f66eeae37d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-08-13T18:53:06.627Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b71c00248cd7305 -C extra-filename=-d9d65c47dae6b2a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132026-08-13T18:53:06.627Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=70cc5e8e21673429 -C extra-filename=-7b294c2e2faf637b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-7b294c2e2faf637b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142026-08-13T18:53:06.696Z Compiling term v1.2.1
35152026-08-13T18:53:06.699Z Compiling match_cfg v0.1.0
35162026-08-13T18:53:06.840Z Compiling slog-json v2.6.1
35172026-08-13T18:53:06.844Z Compiling newtype-uuid-macros v0.1.0
35182026-08-13T18:53:06.873Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=101d16a7a03b5539 -C extra-filename=-2d8929add2261eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192026-08-13T18:53:06.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=43eb6760207e3f06 -C extra-filename=-fbc51eb7503e0e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202026-08-13T18:53:06.911Z Compiling daft v0.1.7
35212026-08-13T18:53:06.911Z Compiling postgres-types v0.2.12
35222026-08-13T18:53:06.915Z Compiling debug-ignore v1.0.5
35232026-08-13T18:53:06.915Z Compiling sha1 v0.11.0
35242026-08-13T18:53:06.915Z Compiling serde_spanned v1.1.1
35252026-08-13T18:53:06.915Z Compiling toml_datetime v1.1.1+spec-1.1.0
35262026-08-13T18:53:06.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=20a57315d25778a5 -C extra-filename=-7b1b8a3d32fa8391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272026-08-13T18:53:06.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccb898c3d82c703a -C extra-filename=-c04320fb3784b81e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282026-08-13T18:53:06.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "indexmap", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=c4ea92badb050c75 -C extra-filename=-e69b9d21c496cab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-90bff88815a79bb8.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292026-08-13T18:53:06.915Z Compiling hostname v0.3.1
35302026-08-13T18:53:06.915Z Compiling serde_path_to_error v0.1.20
35312026-08-13T18:53:06.915Z Compiling multer v3.1.0
35322026-08-13T18:53:06.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "bit-vec-07", "bit-vec-08", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "jiff-02", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=c0502eaa2760eb0f -C extra-filename=-97beb48c4ad97b54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85a8b4ffe8a3f976.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-8ae306635fbde6d6.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332026-08-13T18:53:06.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=1f4a2ec105a6f4be -C extra-filename=-1ea567156e578eb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-08-13T18:53:06.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=f8b034f6d02e1ec4 -C extra-filename=-742e4b24b6116ac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352026-08-13T18:53:06.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=9808cc206ad5d3fd -C extra-filename=-9f077ff8f5251d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362026-08-13T18:53:06.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=10ac82702a715c73 -C extra-filename=-50acda97896bbdbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372026-08-13T18:53:06.949Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=43120838582a0759 -C extra-filename=-51fb5096cba22e18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-fbc51eb7503e0e14.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382026-08-13T18:53:06.949Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a824d3e38b325342 -C extra-filename=-d24cfe68db28428a --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-d24cfe68db28428a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392026-08-13T18:53:06.953Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ccf29a36d049c47 -C extra-filename=-fa7319cc94b10d80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402026-08-13T18:53:07.093Z Compiling compression-core v0.4.31
35412026-08-13T18:53:07.154Z Compiling toml_writer v1.1.1+spec-1.1.0
35422026-08-13T18:53:07.157Z Compiling async-stream-impl v0.3.6
35432026-08-13T18:53:07.158Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=317c959f1ff120cd -C extra-filename=-ad05bf822fd7c0b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-08-13T18:53:07.262Z Compiling slog-term v2.9.2
35452026-08-13T18:53:07.267Z Compiling dropshot v0.17.1
35462026-08-13T18:53:07.267Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=810b366126df894b -C extra-filename=-0aaa482e0f219b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472026-08-13T18:53:07.267Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23ad6637e20caebc -C extra-filename=-70cbc4ee64b2c41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482026-08-13T18:53:07.379Z Compiling slog-bunyan v2.5.0
35492026-08-13T18:53:07.382Z Compiling compression-codecs v0.4.37
35502026-08-13T18:53:07.382Z Compiling dropshot_endpoint v0.17.1
35512026-08-13T18:53:07.382Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-7b294c2e2faf637b/build-script-build`
35522026-08-13T18:53:07.382Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=b15bafdca4ed22fe -C extra-filename=-b3f98b85b6886a1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2d8929add2261eed.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3bda0f66eeae37d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-08-13T18:53:07.416Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d81e3b04a2ec0579 -C extra-filename=-e329542ecfd8f9d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-e329542ecfd8f9d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542026-08-13T18:53:07.556Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
35552026-08-13T18:53:07.560Z Compiling rustls-pemfile v2.2.0
35562026-08-13T18:53:07.560Z Compiling waitgroup v0.1.2
35572026-08-13T18:53:07.560Z Compiling hostname v0.4.2
35582026-08-13T18:53:07.560Z Compiling atomicwrites v0.4.4
35592026-08-13T18:53:07.560Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=7ef5923cead2895b -C extra-filename=-eb962d2c4575bb8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-51fb5096cba22e18.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7b1b8a3d32fa8391.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602026-08-13T18:53:07.560Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb04c532ecfd5b9e -C extra-filename=-b55ebcd4bdd7faa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-08-13T18:53:07.560Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=09c8278b5f4438b0 -C extra-filename=-5b60970e8969e279 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-ad05bf822fd7c0b3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622026-08-13T18:53:07.741Z Compiling iddqd v0.4.2
35632026-08-13T18:53:07.745Z Compiling toml v1.1.2+spec-1.1.0
35642026-08-13T18:53:07.745Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
35652026-08-13T18:53:07.745Z Compiling macaddr v1.0.1
35662026-08-13T18:53:07.745Z Compiling regress v0.10.5
35672026-08-13T18:53:07.774Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=6dc7fd6ed022ac06 -C extra-filename=-769bfa7d1f35b995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-a809ff735402b950.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-91ad48cb18bc8d33.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-618273ec1052c787.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-25334a38d28270d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682026-08-13T18:53:07.778Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b51abb3cd8eee3f -C extra-filename=-8607a6018d10fd09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-4b498b44f6ed395c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-08-13T18:53:07.778Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ab6bc1634df5d08 -C extra-filename=-28a8172dc8f0ceba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702026-08-13T18:53:07.778Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f147936759717370 -C extra-filename=-ca42f478fa95b756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712026-08-13T18:53:07.778Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=5503c17f22015cdf -C extra-filename=-1f6b2d4c349cd1c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722026-08-13T18:53:07.778Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-d24cfe68db28428a/build-script-build`
35732026-08-13T18:53:07.924Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=2ab046b814c860f2 -C extra-filename=-64a8db085f16dbc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ef9fa6a6c9a6a04c.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742026-08-13T18:53:07.927Z Compiling tokio-postgres v0.7.16
35752026-08-13T18:53:07.927Z Compiling async-compression v0.4.41
35762026-08-13T18:53:07.957Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=cdbc6993884b6e10 -C extra-filename=-08230554ecdab31a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ef3fbf3b793ce3b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-d9d65c47dae6b2a8.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3bda0f66eeae37d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
35772026-08-13T18:53:07.991Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=69348d603b5b69e6 -C extra-filename=-6b5d68318f1447cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-742e4b24b6116ac0.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-50acda97896bbdbb.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-f52b23f0e36c311f.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-0aaa482e0f219b35.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5215acc21a4c0bb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782026-08-13T18:53:07.995Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=69b17b9ac9c5dac4 -C extra-filename=-54192d657c4b7a63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792026-08-13T18:53:07.995Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=6e895e614a204396 -C extra-filename=-f1cb99afb6f21245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802026-08-13T18:53:07.995Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=407f822ae2614c2e -C extra-filename=-ff2cd690c65a174a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812026-08-13T18:53:08.104Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35822026-08-13T18:53:08.108Z Compiling instant v0.1.13
35832026-08-13T18:53:08.108Z Compiling parse-display-derive v0.10.0
35842026-08-13T18:53:08.108Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=9eb3f474040d120a -C extra-filename=-559d5bd1a97e9944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85a8b4ffe8a3f976.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-0ad384e843ec5952.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-8ae306635fbde6d6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-97beb48c4ad97b54.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-4f889795fa374f72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852026-08-13T18:53:08.108Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=a956f087b8e5e163 -C extra-filename=-2ff134b093098c29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_codecs=/work/oxidecomputer/omicron/target/debug/deps/libcompression_codecs-5b60970e8969e279.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-ad05bf822fd7c0b3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862026-08-13T18:53:08.108Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-e329542ecfd8f9d4/build-script-build`
35872026-08-13T18:53:08.248Z Compiling strum v0.27.2
35882026-08-13T18:53:08.252Z Compiling async-stream v0.3.6
35892026-08-13T18:53:08.253Z Compiling itertools v0.14.0
35902026-08-13T18:53:08.253Z Compiling backon v1.6.0
35912026-08-13T18:53:08.253Z Compiling humantime v2.3.0
35922026-08-13T18:53:08.253Z Compiling unicode-width v0.2.0
35932026-08-13T18:53:08.253Z Compiling convert_case v0.4.0
35942026-08-13T18:53:08.253Z Compiling half v2.7.1
35952026-08-13T18:53:08.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=ee696a6d9edcbe4a -C extra-filename=-36101e22595a9dd0 --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-e69b9d21c496cab0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-c04320fb3784b81e.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962026-08-13T18:53:08.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=1fb800d416fce0f1 -C extra-filename=-aa4989b6e8d2c9e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-f77eb10c7bb25fa5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972026-08-13T18:53:08.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8eff8b963f151b5 -C extra-filename=-1005e91a4da86a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7a01241811fb8919.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-08-13T18:53:08.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=f0e7f93bcbb21506 -C extra-filename=-976a791b09704962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992026-08-13T18:53:08.284Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=f8f2ad6f9b8640b9 -C extra-filename=-bf5346cb2b09b2c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9ab4881faed55165.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002026-08-13T18:53:08.287Z Compiling ciborium-io v0.2.2
36012026-08-13T18:53:08.287Z Compiling secrecy v0.10.3
36022026-08-13T18:53:08.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=ca27d4094af70595 -C extra-filename=-b384d457a273452c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032026-08-13T18:53:08.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=611db43e1ce95967 -C extra-filename=-ca9ef9ff4744380d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042026-08-13T18:53:08.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "default", "nightly", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=11395edda2a60b10 -C extra-filename=-d3c54851419989fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-08-13T18:53:08.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=fa6b1df95901d466 -C extra-filename=-4ee70d3520817566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062026-08-13T18:53:08.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mu"))' -C metadata=517e96601fe04bbf -C extra-filename=-f6f38ef7bd161859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072026-08-13T18:53:08.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name backon --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backon-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "embassy-sleep", "embassy-time", "futures-timer", "futures-timer-sleep", "gloo-timers", "gloo-timers-sleep", "std", "std-blocking-sleep", "tokio", "tokio-sleep"))' -C metadata=8018af96e840f87c -C extra-filename=-3862f5034abeb9ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-b494c244eb06e72a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082026-08-13T18:53:08.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1391de56ef504bbe -C extra-filename=-64d06e4bd46a1adc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-70cbc4ee64b2c41b.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092026-08-13T18:53:08.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=6641929daf733ff6 -C extra-filename=-7e2037444cf8dcf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102026-08-13T18:53:08.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d205c44b7ac913fe -C extra-filename=-da915e2a919d4aef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112026-08-13T18:53:08.460Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36122026-08-13T18:53:08.498Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
36132026-08-13T18:53:08.535Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=ecf9efc984ca7ee0 -C extra-filename=-daca8ac59d4197f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-bb272815af6e0400.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-5a93d54c40a1773f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-b9348ebac4c9c2c6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9ab4881faed55165.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-08-13T18:53:08.571Z Compiling hyper v1.10.1
36152026-08-13T18:53:08.574Z Compiling backoff v0.4.0
36162026-08-13T18:53:08.574Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=a0ca286f929bce9f -C extra-filename=-2dc500eea8a54e12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-ff2cd690c65a174a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172026-08-13T18:53:08.678Z Compiling indent_write v2.2.0
36182026-08-13T18:53:08.681Z Compiling crucible-workspace-hack v0.1.0
36192026-08-13T18:53:08.713Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_safety_comment' '--allow=clippy::uninlined_format_args' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--allow=clippy::single_match_else' '--allow=clippy::single_char_lifetime_names' '--allow=clippy::single_call_fn' '--allow=clippy::shadow_unrelated' '--allow=clippy::shadow_same' '--allow=clippy::shadow_reuse' '--allow=clippy::semicolon_outside_block' '--allow=clippy::semicolon_inside_block' '--allow=clippy::semicolon_if_nothing_returned' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::ref_option' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::question_mark' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::ptr_as_ptr' '--allow=clippy::pattern_type_mismatch' '--allow=clippy::panic_in_result_fn' '--allow=clippy::panic' '--allow=clippy::new_without_default' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_unsafe_ops_per_block' '--allow=clippy::multiple_inherent_impl' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--allow=clippy::mod_module_files' '--allow=clippy::missing_trait_methods' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_inline_in_public_items' '--allow=clippy::missing_fields_in_debug' '--allow=clippy::missing_errors_doc' '--allow=clippy::missing_docs_in_private_items' '--allow=clippy::missing_assert_message' '--allow=clippy::min_ident_chars' '--allow=clippy::match_wild_err_arm' '--allow=clippy::map_unwrap_or' '--allow=clippy::map_err_ignore' '--allow=clippy::manual_assert_eq' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::large_enum_variant' '--allow=clippy::items_after_statements' '--allow=clippy::integer_division_remainder_used' '--allow=clippy::integer_division' '--allow=clippy::inline_trait_bounds' '--allow=clippy::inline_modules' '--allow=clippy::indexing_slicing' '--allow=clippy::implicit_return' '--allow=clippy::impl_trait_in_params' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' '--allow=clippy::float_arithmetic' '--allow=clippy::field_scoped_visibility_modifiers' '--allow=clippy::explicit_iter_loop' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_structs_with_brackets' '--allow=clippy::else_if_without_else' '--allow=clippy::default_trait_access' '--allow=clippy::default_numeric_fallback' '--allow=clippy::decimal_literal_representation' '--allow=clippy::collapsible_match' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_ref_ptr' '--allow=clippy::checked_conversions' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::blanket_clippy_restriction_lints' '--allow=clippy::as_conversions' '--allow=clippy::arithmetic_side_effects' '--allow=clippy::arbitrary_source_item_ordering' '--allow=clippy::absolute_paths' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=0e56e88a655c6426 -C extra-filename=-939181460a661ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-4b498b44f6ed395c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-58556d65b6f6641e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-709284257fea4e42.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-3c9ef161ee81d0de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202026-08-13T18:53:08.745Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=90dac0ed5c030777 -C extra-filename=-2e74c5650cf6c026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-976a791b09704962.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212026-08-13T18:53:08.821Z Compiling ciborium-ll v0.2.2
36222026-08-13T18:53:08.821Z Compiling regress v0.11.1
36232026-08-13T18:53:08.824Z Compiling camino-tempfile v1.4.1
36242026-08-13T18:53:08.824Z Compiling inout v0.1.4
36252026-08-13T18:53:08.824Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2f0f2f63f445f418 -C extra-filename=-2bfdad985709c039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262026-08-13T18:53:08.824Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=319b05b961903fcb -C extra-filename=-95cb76ea30bf53b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-95cb76ea30bf53b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272026-08-13T18:53:08.967Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
36282026-08-13T18:53:08.967Z Compiling universal-hash v0.5.1
36292026-08-13T18:53:08.972Z Compiling thiserror-impl-no-std v2.0.2
36302026-08-13T18:53:08.972Z Compiling opaque-debug v0.3.1
36312026-08-13T18:53:08.972Z Compiling unsafe-libyaml v0.2.11
36322026-08-13T18:53:08.972Z Compiling aead v0.5.2
36332026-08-13T18:53:08.972Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36342026-08-13T18:53:08.972Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=4e43e44c8e39b815 -C extra-filename=-41acc1fef411ace6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-d3c54851419989fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352026-08-13T18:53:08.972Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=07e32ea71fee5901 -C extra-filename=-61d40eb247d93516 --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-8a9e02ae24a3d662.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-08-13T18:53:08.972Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=9bcc0924db0602cd -C extra-filename=-29af55704a04a9bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372026-08-13T18:53:08.972Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=976a8589657904f7 -C extra-filename=-aa99e2f39b1a2a39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382026-08-13T18:53:09.068Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a948c3b49b67ce9 -C extra-filename=-5423704e084bc694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-769bfa7d1f35b995.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-74f5eef272e84b20.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7abaceda44bc0ff3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-618273ec1052c787.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-6db3d1ab605be4b9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-3e2aa9d66e04eae2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
36392026-08-13T18:53:09.072Z Compiling blake2 v0.10.6
36402026-08-13T18:53:09.072Z Compiling password-hash v0.5.0
36412026-08-13T18:53:09.072Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ede46ffd81524fa0 -C extra-filename=-04ca8e1b5811b8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-08-13T18:53:09.072Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e310c834ece7fd63 -C extra-filename=-c93042fe2bf79904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432026-08-13T18:53:09.072Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e64957e055564a1 -C extra-filename=-e4d17ea29c0739a4 --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-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442026-08-13T18:53:09.072Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=8485d583ad44c16f -C extra-filename=-a75553ee1e45c46e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452026-08-13T18:53:09.102Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=be80538c11c5b55f -C extra-filename=-3f9037c21e5c3b31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462026-08-13T18:53:09.108Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=ea763b306fa164c8 -C extra-filename=-b3fe1f8f37186512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472026-08-13T18:53:09.173Z Compiling ciborium v0.2.2
36482026-08-13T18:53:09.177Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=75401aa3aed3fced -C extra-filename=-0d01091338f63edc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492026-08-13T18:53:09.177Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=b198d86bed61fd78 -C extra-filename=-2cecb661f64987f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-08-13T18:53:09.300Z Compiling derive_more v0.99.20
36512026-08-13T18:53:09.304Z Compiling cipher v0.4.4
36522026-08-13T18:53:09.304Z Compiling swrite v0.1.0
36532026-08-13T18:53:09.304Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fb5c144bc0b56379 -C extra-filename=-fefc6777a713c6c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-41acc1fef411ace6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-08-13T18:53:09.304Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-95cb76ea30bf53b6/build-script-build`
36552026-08-13T18:53:09.377Z Compiling crossbeam-deque v0.8.6
36562026-08-13T18:53:09.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=cbf112f0f42db867 -C extra-filename=-c5993d8eeb7c8b71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-ca9ef9ff4744380d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572026-08-13T18:53:09.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=94e4c0453a6c8809 -C extra-filename=-73507b11e79a4dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582026-08-13T18:53:09.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=659c15f4c9d3080e -C extra-filename=-1d6ded7ca94c91be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-29af55704a04a9bc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592026-08-13T18:53:09.483Z Compiling num-derive v0.4.2
36602026-08-13T18:53:09.487Z Compiling rayon-core v1.13.0
36612026-08-13T18:53:09.517Z Compiling glob v0.3.3
36622026-08-13T18:53:09.520Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71ee4fac03544968 -C extra-filename=-ea606c39d992acda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-08-13T18:53:09.520Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=605754862748ea62 -C extra-filename=-573d31642eb2569b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642026-08-13T18:53:09.632Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36652026-08-13T18:53:09.632Z Compiling poly1305 v0.8.0
36662026-08-13T18:53:09.636Z Compiling argon2 v0.5.3
36672026-08-13T18:53:09.636Z Compiling toml_datetime v0.7.5+spec-1.1.0
36682026-08-13T18:53:09.636Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38412f759db2f583 -C extra-filename=-9ec64f7a44058afe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692026-08-13T18:53:09.637Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=8ba319f71e826514 -C extra-filename=-c01283b8ccdba98f --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-c01283b8ccdba98f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702026-08-13T18:53:09.637Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f4ffc5703ba6678 -C extra-filename=-bbd06af5b6659032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712026-08-13T18:53:09.704Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36722026-08-13T18:53:09.708Z Compiling proc-macro-error-attr v1.0.4
36732026-08-13T18:53:09.708Z Compiling proc-macro-error v1.0.4
36742026-08-13T18:53:09.708Z Compiling tabwriter v1.4.1
36752026-08-13T18:53:09.708Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --cfg 'feature="hubtools"' --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hubtools", "proptest", "schemars"))' -C metadata=654b4a928636c7aa -C extra-filename=-e60d51657e14e6dc --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-ce3a96d3ea6c45a7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
36762026-08-13T18:53:09.708Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=38267ea2b1ebc49d -C extra-filename=-51aa35fe9390e0d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-0d01091338f63edc.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-2cecb661f64987f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-08-13T18:53:09.708Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=1c910a618f9197a8 -C extra-filename=-6a9459185844555f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782026-08-13T18:53:09.738Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=4beac16b9e2a4f8d -C extra-filename=-f5c62fa992a2e41f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-04ca8e1b5811b8df.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b3fe1f8f37186512.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792026-08-13T18:53:09.742Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e36e48f2c4e1bf9 -C extra-filename=-fa9e8d7a087d3d0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802026-08-13T18:53:09.774Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=4470aa3e31dd610a -C extra-filename=-3ededf8acefdf945 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-3ededf8acefdf945 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812026-08-13T18:53:09.778Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=808af57c13eaf540 -C extra-filename=-57011ca35090ff1e --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-57011ca35090ff1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822026-08-13T18:53:09.778Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=4e4c80f3fe073461 -C extra-filename=-64180aced6d0a84c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832026-08-13T18:53:09.844Z Compiling hyper-util v0.1.20
36842026-08-13T18:53:09.919Z Compiling chacha20 v0.9.1
36852026-08-13T18:53:09.923Z Compiling serde_yaml v0.9.34+deprecated
36862026-08-13T18:53:09.958Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=4f0ad80f1e0d01e0 -C extra-filename=-4b5fdaa3dacbe613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09524617415398ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872026-08-13T18:53:09.962Z Compiling heapless v0.8.0
36882026-08-13T18:53:10.009Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=6c974f667614c6a0 -C extra-filename=-89ce1a267adac87f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1d6ded7ca94c91be.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892026-08-13T18:53:10.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f46595c898e0c93 -C extra-filename=-f1bc22ae5e828080 --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-cdb474878fbb967e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-c93042fe2bf79904.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902026-08-13T18:53:10.069Z Compiling ingot-macros v0.2.0
36912026-08-13T18:53:10.085Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=1cf0e6897fccfbbe -C extra-filename=-031cfbfbecc369bd --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-031cfbfbecc369bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922026-08-13T18:53:10.090Z Compiling hash32 v0.3.1
36932026-08-13T18:53:10.090Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-c01283b8ccdba98f/build-script-build`
36942026-08-13T18:53:10.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab0de7b9743b1326 -C extra-filename=-6a3db1851432341c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-77e50581376d5748.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952026-08-13T18:53:10.123Z Compiling smoltcp v0.11.0
36962026-08-13T18:53:10.162Z Compiling toml_edit v0.23.10+spec-1.0.0
36972026-08-13T18:53:10.166Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20ca44c792dfaa67 -C extra-filename=-8d17ff2391d1d9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982026-08-13T18:53:10.200Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=8e48859b71c99004 -C extra-filename=-c654da965748e743 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-c654da965748e743 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992026-08-13T18:53:10.204Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "parse", "serde", "unbounded"))' -C metadata=0a696145f03c4ec9 -C extra-filename=-40368d2e51469188 --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-cdb474878fbb967e.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6a9459185844555f.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-f52b23f0e36c311f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-175c937003a669b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002026-08-13T18:53:10.273Z Compiling colored v3.1.1
37012026-08-13T18:53:10.277Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-57011ca35090ff1e/build-script-build`
37022026-08-13T18:53:10.346Z Compiling chacha20poly1305 v0.10.1
37032026-08-13T18:53:10.420Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=d684b186b5160928 -C extra-filename=-33237d56c230cea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-573d31642eb2569b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-08-13T18:53:10.424Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unsafe_code '--warn=clippy::suspicious' '--warn=clippy::style' '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=deprecated '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::wildcard_imports' '--allow=clippy::unwrap_used' '--allow=clippy::too_many_lines' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_const_for_fn' '--allow=clippy::expect_used' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=1da231b3fdf46e27 -C extra-filename=-a28b3bca7dd8309b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-08-13T18:53:10.424Z Compiling parse-display v0.10.0
37062026-08-13T18:53:10.424Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37072026-08-13T18:53:10.424Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=46404f4aa6c4a61b -C extra-filename=-ae60328d0e9ebd86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-a75553ee1e45c46e.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-89ce1a267adac87f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1d6ded7ca94c91be.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-f5c62fa992a2e41f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082026-08-13T18:53:10.501Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
37092026-08-13T18:53:10.501Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-api-types-versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9202cd12077d257e -C extra-filename=-a8be13afb8431486 --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-fa9e8d7a087d3d0b.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e4d17ea29c0739a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102026-08-13T18:53:10.504Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=e6b7e23e47da89d9 -C extra-filename=-9253579285580e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-1005e91a4da86a23.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112026-08-13T18:53:10.638Z Compiling typify-impl v0.6.2
37122026-08-13T18:53:10.641Z Compiling thiserror-no-std v2.0.2
37132026-08-13T18:53:10.641Z Compiling cobs v0.3.0
37142026-08-13T18:53:10.642Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
37152026-08-13T18:53:10.642Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-d47b6dc1883b2bff/build-script-build`
37162026-08-13T18:53:10.642Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc3278cd6b0c0544 -C extra-filename=-7111f7c00b3ae43f --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7111f7c00b3ae43f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172026-08-13T18:53:10.642Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-3ededf8acefdf945/build-script-build`
37182026-08-13T18:53:10.642Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=634c857ea978bdce -C extra-filename=-35229ed475fb5fdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192026-08-13T18:53:10.642Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=6f8ccc561f0facbc -C extra-filename=-e41457fd61a35b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -l static=zstd`
37202026-08-13T18:53:10.752Z Compiling rand v0.10.1
37212026-08-13T18:53:10.755Z Compiling proc-macro-crate v1.3.1
37222026-08-13T18:53:10.755Z Compiling foreign-types-macros v0.2.3
37232026-08-13T18:53:10.756Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c5346d3cca1bae7 -C extra-filename=-57ac38a70bd20228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-aa99e2f39b1a2a39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-08-13T18:53:10.786Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-031cfbfbecc369bd/build-script-build`
37252026-08-13T18:53:10.790Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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=1a8cf74be3f40927 -C extra-filename=-9bcc2040c2bdc86b --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9bcc2040c2bdc86b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262026-08-13T18:53:10.790Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=3e503739a1b88f7e -C extra-filename=-48c5a9d697d2fbd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-3f9037c21e5c3b31.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272026-08-13T18:53:10.790Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=73f56a74fb574647 -C extra-filename=-c16e915ecd2bedb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282026-08-13T18:53:10.894Z Compiling rayon v1.11.0
37292026-08-13T18:53:10.898Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
37302026-08-13T18:53:10.899Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=049b332d70568862 -C extra-filename=-8209e5a6cae00670 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-08-13T18:53:10.928Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=bf9779e5a736f015 -C extra-filename=-f4c13c5fbef39293 --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-bfed0203fe4190c1.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322026-08-13T18:53:10.931Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=822ab51c77005c51 -C extra-filename=-ce8c1d9f4bb80b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332026-08-13T18:53:11.071Z Compiling vsss-rs v3.3.4
37342026-08-13T18:53:11.075Z Compiling proc-macro-crate v3.4.0
37352026-08-13T18:53:11.075Z Compiling postcard v1.1.3
37362026-08-13T18:53:11.075Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=ef9a552b7832639f -C extra-filename=-f0ec5e2d11529ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-33237d56c230cea5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-08-13T18:53:11.075Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/7f20f04/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=366ad8b78bd00c22 -C extra-filename=-8bfb945cb148cb6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382026-08-13T18:53:11.075Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=849360ea2708be04 -C extra-filename=-2f31141ce0ba2479 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_sys=/work/oxidecomputer/omicron/target/debug/deps/libzstd_sys-e41457fd61a35b2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out`
37392026-08-13T18:53:11.216Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
37402026-08-13T18:53:11.220Z Compiling foreign-types-shared v0.3.1
37412026-08-13T18:53:11.220Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
37422026-08-13T18:53:11.220Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
37432026-08-13T18:53:11.220Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=246d062b5746e10c -C extra-filename=-42ed6c2043433593 --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-40368d2e51469188.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442026-08-13T18:53:11.220Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=4d75c0e214215cac -C extra-filename=-362f2be48e777ba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-5133dbf086a842c5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-64c49b69edd2c472.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7459907f9cefcd51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-48c5a9d697d2fbd4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452026-08-13T18:53:11.220Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=b441a2695f0ffda8 -C extra-filename=-8c78d94256901409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-c16e915ecd2bedb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462026-08-13T18:53:11.220Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-c654da965748e743/build-script-build`
37472026-08-13T18:53:11.325Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7111f7c00b3ae43f/build-script-build`
37482026-08-13T18:53:11.329Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=671a33d976a02d04 -C extra-filename=-1356266990feac37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-8d17ff2391d1d9a1.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-112bf55ab051345c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492026-08-13T18:53:11.329Z Compiling zstd v0.13.3
37502026-08-13T18:53:11.329Z Compiling sigpipe v0.1.3
37512026-08-13T18:53:11.329Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/7f20f04/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=c65c306d39d0f3bd -C extra-filename=-3432b9a93f3e62b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-3432b9a93f3e62b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522026-08-13T18:53:11.329Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/7f20f04/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=9e6b6c04f89f2e31 -C extra-filename=-7e9c8a2ee469c3a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532026-08-13T18:53:11.329Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17bd068086b80582 -C extra-filename=-ee5b78f13dec8cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542026-08-13T18:53:11.329Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c60ae2e80128ced -C extra-filename=-0d4e472825dc7ebb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552026-08-13T18:53:11.398Z Compiling cstr-argument v0.1.2
37562026-08-13T18:53:11.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6620e32b56f0d881 -C extra-filename=-a427c35112adb2ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572026-08-13T18:53:11.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=2292bb6282b4a0e1 -C extra-filename=-30c5241e82c6e799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_safe=/work/oxidecomputer/omicron/target/debug/deps/libzstd_safe-2f31141ce0ba2479.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out`
37582026-08-13T18:53:11.402Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9bcc2040c2bdc86b/build-script-build`
37592026-08-13T18:53:11.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=27659863a6e61756 -C extra-filename=-a460c1050b8b0eac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-35229ed475fb5fdf.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
37602026-08-13T18:53:11.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b5812a2598f041cc -C extra-filename=-6c9985303e27f46f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612026-08-13T18:53:11.471Z Compiling hyper-tls v0.6.0
37622026-08-13T18:53:11.576Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afdd136e490b926a -C extra-filename=-92b15321e25f47a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
37632026-08-13T18:53:11.644Z Compiling num_enum_derive v0.5.11
37642026-08-13T18:53:11.648Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
37652026-08-13T18:53:11.648Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
37662026-08-13T18:53:11.648Z Compiling toml v0.8.23
37672026-08-13T18:53:11.684Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=1285fddfd6820500 -C extra-filename=-866c989a715675f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-659abbacac1c81ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2459cf03e31a23da.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37682026-08-13T18:53:11.791Z Compiling foreign-types v0.5.0
37692026-08-13T18:53:11.794Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37702026-08-13T18:53:11.822Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=8e98cd22fefca45f -C extra-filename=-475d0ff7931c4d56 --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-8209e5a6cae00670.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-08-13T18:53:11.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/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=d90b3cd1708bfd4f -C extra-filename=-56124dc6eab6c8f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-56124dc6eab6c8f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722026-08-13T18:53:11.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fd128f8964224ee -C extra-filename=-2a144f6d32b8ed23 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-2a144f6d32b8ed23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732026-08-13T18:53:11.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=bbbfc83ef7c476d4 -C extra-filename=-3a159dd8284546ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b3f151c3e217c9fe.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-08-13T18:53:11.974Z Compiling reqwest v0.12.28
37752026-08-13T18:53:11.975Z Compiling num_enum_derive v0.7.6
37762026-08-13T18:53:11.978Z Compiling itertools v0.12.1
37772026-08-13T18:53:11.978Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37782026-08-13T18:53:11.979Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37792026-08-13T18:53:11.979Z Compiling smf v0.2.3
37802026-08-13T18:53:11.979Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba2439d085acf775 -C extra-filename=-2ef83729a95ed6a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812026-08-13T18:53:11.979Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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=4a713f691c7953c5 -C extra-filename=-9ae056fc6adc85f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
37822026-08-13T18:53:11.979Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=69497766c432d843 -C extra-filename=-ff4e6ef55dbb890c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-ce8c1d9f4bb80b7a.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-ee5b78f13dec8cca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-08-13T18:53:11.979Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=83684c790659c5e2 -C extra-filename=-0f32f8de29b8b008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-1356266990feac37.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842026-08-13T18:53:12.168Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3432b9a93f3e62b3/build-script-build`
37852026-08-13T18:53:12.172Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=24ce41423885bdd5 -C extra-filename=-71b430fcbfe882d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-f77eb10c7bb25fa5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-58556d65b6f6641e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-866c989a715675f9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-659abbacac1c81ad.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-9285e2cec1c30045.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2459cf03e31a23da.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-ce32b403c43323e2.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-0cf4b65cb8f628e3.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37862026-08-13T18:53:12.173Z Compiling zip v4.6.1
37872026-08-13T18:53:12.173Z Compiling whoami v1.6.1
37882026-08-13T18:53:12.173Z Compiling usdt-macro v0.5.0
37892026-08-13T18:53:12.173Z Compiling usdt-attr-macro v0.5.0
37902026-08-13T18:53:12.173Z Compiling memmap v0.7.0
37912026-08-13T18:53:12.173Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=0c4e673e9f2cb37a -C extra-filename=-6a7e3625dbef9b74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922026-08-13T18:53:12.173Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=acd87dacdaa39e1e -C extra-filename=-fab954ab258bc816 --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-42ed6c2043433593.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-08-13T18:53:12.173Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=97b67d418d00fd9a -C extra-filename=-57dad7792e01b921 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-57dad7792e01b921 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942026-08-13T18:53:12.173Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c10789ad87995a7b -C extra-filename=-f3297e304c4634f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952026-08-13T18:53:12.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=789e54cfc6fe984c -C extra-filename=-6a091e5c30a9a7d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962026-08-13T18:53:12.366Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
37972026-08-13T18:53:12.398Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
37982026-08-13T18:53:12.401Z Compiling zone_cfg_derive v0.3.1
37992026-08-13T18:53:12.401Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38002026-08-13T18:53:12.401Z Compiling derive-where v1.6.0
38012026-08-13T18:53:12.401Z Compiling console v0.15.11
38022026-08-13T18:53:12.401Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="jiff-02"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "lzma-static", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "xz-static", "zeroize", "zstd"))' -C metadata=3409f2cbd1b6163b -C extra-filename=-cfd7b14b089956db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-9e13288182eb7ac8.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-ac1d6ec4e32690ed.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-30c5241e82c6e799.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out`
38032026-08-13T18:53:12.401Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f866897f7bdb5f65 -C extra-filename=-53a96f178b54e91c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042026-08-13T18:53:12.401Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=ceb71af4b88cd6da -C extra-filename=-c7b9ba2035881c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-08-13T18:53:12.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=50fada7e677e6781 -C extra-filename=-79cede7a401ff8b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-24e83d82e68417c1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062026-08-13T18:53:12.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=795c11166784e0e0 -C extra-filename=-e7b25b8e17cfd4d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-24e83d82e68417c1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072026-08-13T18:53:12.475Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d2a61b6aa131c76 -C extra-filename=-675807e4494cc841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-6c9985303e27f46f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ff4e6ef55dbb890c.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-92b15321e25f47a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082026-08-13T18:53:12.479Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6afdbbc2544a4064 -C extra-filename=-8d18bd2a125dc400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-0d4e472825dc7ebb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092026-08-13T18:53:12.479Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38102026-08-13T18:53:12.479Z Compiling newline-converter v0.3.0
38112026-08-13T18:53:12.479Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-56124dc6eab6c8f0/build-script-build`
38122026-08-13T18:53:12.509Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=07fbcaae77e7a19b -C extra-filename=-de0083ceb1cb79e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-08-13T18:53:12.541Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=2626b5e5ec44fc44 -C extra-filename=-e334ab4a9a0d3340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142026-08-13T18:53:12.545Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60c227c7152cbb08 -C extra-filename=-1da47af7143cd257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-2ef83729a95ed6a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152026-08-13T18:53:12.545Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21630ffe92161b8a -C extra-filename=-3f78756ef73a2c0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6c1a39cdac9eb0a1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a460c1050b8b0eac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162026-08-13T18:53:12.545Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2a144f6d32b8ed23/build-script-build`
38172026-08-13T18:53:12.579Z Compiling bytecount v0.6.9
38182026-08-13T18:53:12.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ff9732f49856aa2 -C extra-filename=-b5f67ee1d1a700fd --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-fa9e8d7a087d3d0b.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-a8be13afb8431486.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192026-08-13T18:53:12.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9afd3041b86c52f -C extra-filename=-68422ce0f8bf221e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202026-08-13T18:53:12.616Z Compiling num-rational v0.4.2
38212026-08-13T18:53:12.649Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-57dad7792e01b921/build-script-build`
38222026-08-13T18:53:12.653Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=6328c67bcfe8c5e2 -C extra-filename=-74bdc424a94464fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232026-08-13T18:53:12.653Z Compiling num-complex v0.4.6
38242026-08-13T18:53:12.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=ece8e78ba91780cf -C extra-filename=-13786a4ea0eeba69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252026-08-13T18:53:12.759Z Compiling unicode-width v0.1.14
38262026-08-13T18:53:12.763Z Compiling float-ord v0.3.2
38272026-08-13T18:53:12.763Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=894d923f2b4b8e79 -C extra-filename=-f79b44cbf70b1cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282026-08-13T18:53:12.832Z Compiling cancel-safe-futures v0.1.5
38292026-08-13T18:53:12.836Z Compiling gethostname v0.5.0
38302026-08-13T18:53:12.872Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=37d9396b26aa8331 -C extra-filename=-945a03425522bd83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312026-08-13T18:53:12.906Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e608d55bd39ae03b -C extra-filename=-79d3b7b3468d6e84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322026-08-13T18:53:12.910Z Compiling linear-map v1.2.0
38332026-08-13T18:53:12.910Z Compiling prettyplease v0.2.37
38342026-08-13T18:53:12.980Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=cb15c491a57cfee6 -C extra-filename=-f7d66778cba9be8a --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f7d66778cba9be8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-08-13T18:53:12.984Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb6b0c72fd6bdf1c -C extra-filename=-2d06459f9e057cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362026-08-13T18:53:13.083Z Compiling expectorate v1.2.0
38372026-08-13T18:53:13.087Z Compiling resolv-conf v0.7.6
38382026-08-13T18:53:13.087Z Compiling owo-colors v4.3.0
38392026-08-13T18:53:13.087Z Compiling convert_case v0.10.0
38402026-08-13T18:53:13.087Z Compiling smawk v0.3.2
38412026-08-13T18:53:13.087Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=334c592693d82e57 -C extra-filename=-19a766c07024f5e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422026-08-13T18:53:13.087Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ae7ac046cedeeddb -C extra-filename=-4dca313bba6f29aa --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-4dca313bba6f29aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432026-08-13T18:53:13.240Z Compiling unicode-linebreak v0.1.5
38442026-08-13T18:53:13.244Z Compiling tabled_derive v0.7.0
38452026-08-13T18:53:13.244Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=3cdbd19b5c2c8133 -C extra-filename=-b0644021d9746fe3 --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-ca42f478fa95b756.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e334ab4a9a0d3340.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-68422ce0f8bf221e.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462026-08-13T18:53:13.244Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=e166effbc8670835 -C extra-filename=-a1514b54d0d1a3b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-a1514b54d0d1a3b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472026-08-13T18:53:13.244Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03bac4bb0b5d71b4 -C extra-filename=-b27a123926806a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482026-08-13T18:53:13.244Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("system"))' -C metadata=60fe87fa34d6e3f5 -C extra-filename=-350c88071c567a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492026-08-13T18:53:13.244Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=e351cdcf244b9dee -C extra-filename=-45c997e26c20bf7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-08-13T18:53:13.316Z Compiling num_enum v0.5.11
38512026-08-13T18:53:13.320Z Compiling papergrid v0.11.0
38522026-08-13T18:53:13.348Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da9f32fd632b9a0e -C extra-filename=-e9fd8a748f972b5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-08-13T18:53:13.352Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d8b2e542437a902 -C extra-filename=-087c3b3c1dee3cdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6c1a39cdac9eb0a1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a460c1050b8b0eac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542026-08-13T18:53:13.352Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=3959392dd002bf58 -C extra-filename=-5680f5db8db5ebf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-74bdc424a94464fc.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552026-08-13T18:53:13.385Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=f5ae8cf9e0a8487a -C extra-filename=-38e3b31746b7a9c9 --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-475d0ff7931c4d56.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562026-08-13T18:53:13.462Z Compiling slog-dtrace v0.3.0
38572026-08-13T18:53:13.466Z Compiling linked-hash-map v0.5.6
38582026-08-13T18:53:13.466Z Compiling hickory-proto v0.24.4
38592026-08-13T18:53:13.577Z Compiling num v0.4.3
38602026-08-13T18:53:13.581Z Compiling termtree v0.5.1
38612026-08-13T18:53:13.581Z Compiling fd-lock v4.0.4
38622026-08-13T18:53:13.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bc33f777651a4ea -C extra-filename=-782d71b8a944d0bf --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-782d71b8a944d0bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-08-13T18:53:13.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=2b76cbb2b1e571cb -C extra-filename=-ca44444c300d89ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-08-13T18:53:13.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=8c89644119da10fc -C extra-filename=-935d98854f7f73f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a822832449f6a1ca.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-5d42d99600589ed1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-08-13T18:53:13.764Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
38662026-08-13T18:53:13.768Z Compiling usdt v0.5.0
38672026-08-13T18:53:13.768Z Compiling vte v0.14.1
38682026-08-13T18:53:13.768Z Compiling minimal-lexical v0.2.1
38692026-08-13T18:53:13.768Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=70a188ef5731e9d7 -C extra-filename=-85d2d338b36aad00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-f79b44cbf70b1cdb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-13786a4ea0eeba69.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702026-08-13T18:53:13.842Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b629ad8049586a9 -C extra-filename=-0e060e746cd0740d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712026-08-13T18:53:13.846Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f7d66778cba9be8a/build-script-build`
38722026-08-13T18:53:13.846Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e8c964c5f28b614 -C extra-filename=-2bbcb38d45330084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732026-08-13T18:53:13.951Z Compiling num_enum v0.7.6
38742026-08-13T18:53:13.951Z Compiling ingot-types v0.2.0
38752026-08-13T18:53:13.954Z Compiling derive_more-impl v2.1.1
38762026-08-13T18:53:13.954Z Compiling lru-cache v0.1.2
38772026-08-13T18:53:13.954Z Compiling unicode-xid v0.2.6
38782026-08-13T18:53:13.954Z Compiling nu-ansi-term v0.50.3
38792026-08-13T18:53:13.954Z Compiling ar_archive_writer v0.5.1
38802026-08-13T18:53:13.954Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cc209983b15f8ce -C extra-filename=-7428413208f54b5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-38e3b31746b7a9c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812026-08-13T18:53:13.984Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=438f0b8977be21dd -C extra-filename=-ed6c3a27d2a7098f --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-f7867bfd6ed03cec.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-3c0e6c9ea0757c60.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-53a96f178b54e91c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-79cede7a401ff8b6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-24e83d82e68417c1.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e7b25b8e17cfd4d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822026-08-13T18:53:13.988Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-4dca313bba6f29aa/build-script-build`
38832026-08-13T18:53:13.988Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "bitflags", "cursor-icon", "default", "log", "no_std", "serde"))' -C metadata=22ceeb76a4d3a521 -C extra-filename=-1e021693855244ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842026-08-13T18:53:13.988Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=77c353dfcc5313c8 -C extra-filename=-723cc87ec756a414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852026-08-13T18:53:14.198Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=8d49ff9b9afe18c2 -C extra-filename=-825ac460e0d73b9a --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-fab954ab258bc816.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-08-13T18:53:14.198Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=5f4da2af334a67c7 -C extra-filename=-68661bc04c98fc9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-6a3db1851432341c.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872026-08-13T18:53:14.198Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=f200520836be7f18 -C extra-filename=-6b1286191a419a29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-b27a123926806a92.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882026-08-13T18:53:14.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=6d2a069d62e9227f -C extra-filename=-713c6d63914c29e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-ca44444c300d89ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892026-08-13T18:53:14.202Z Compiling zone v0.3.1
38902026-08-13T18:53:14.202Z Compiling textwrap v0.16.2
38912026-08-13T18:53:14.202Z Compiling display-error-chain v0.2.2
38922026-08-13T18:53:14.202Z Compiling stacker v0.1.23
38932026-08-13T18:53:14.202Z Compiling csv-core v0.1.13
38942026-08-13T18:53:14.202Z Compiling cfg_aliases v0.1.1
38952026-08-13T18:53:14.202Z Compiling highway v1.3.0
38962026-08-13T18:53:14.202Z Compiling semver v0.1.20
38972026-08-13T18:53:14.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=736a8a05b10f1697 -C extra-filename=-d657756a74de3999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-08-13T18:53:14.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ar_archive_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04a79018261b6889 -C extra-filename=-190405f3e3d3342e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992026-08-13T18:53:14.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive_serde_style", "gnu_legacy", "serde", "std"))' -C metadata=8c93b950bffd2ca4 -C extra-filename=-ed273c50bb97bdef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002026-08-13T18:53:14.411Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=d7f5f5a858e30cc1 -C extra-filename=-b31694965d06d1e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6a7e3625dbef9b74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-3f78756ef73a2c0e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012026-08-13T18:53:14.415Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=801944a90e8c0b24 -C extra-filename=-d057ef516e0c8612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022026-08-13T18:53:14.415Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-a1514b54d0d1a3b3/build-script-build`
39032026-08-13T18:53:14.415Z Compiling tokio-dtrace v0.1.1
39042026-08-13T18:53:14.415Z Compiling oxide-update-engine-types v0.1.2
39052026-08-13T18:53:14.444Z Compiling nom v7.1.3
39062026-08-13T18:53:14.448Z Compiling strip-ansi-escapes v0.2.1
39072026-08-13T18:53:14.448Z Compiling nibble_vec v0.1.0
39082026-08-13T18:53:14.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=0b1329fdde521be7 -C extra-filename=-1cae0e2b6948dac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092026-08-13T18:53:14.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6d082ff5e74f9d94 -C extra-filename=-2b71e00ec99e58ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102026-08-13T18:53:14.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87171a48cd5ff532 -C extra-filename=-6fc79ffb6fddb0eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112026-08-13T18:53:14.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f747954b2a42dd7 -C extra-filename=-33368da4948e3d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-08-13T18:53:14.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=896d48a9538978b9 -C extra-filename=-7a13e54d75218f73 --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-7a13e54d75218f73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132026-08-13T18:53:14.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd3838fc32a23ba9 -C extra-filename=-041ee7be0cc632ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142026-08-13T18:53:14.448Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-782d71b8a944d0bf/build-script-build`
39152026-08-13T18:53:14.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=90d32e44775c90de -C extra-filename=-fc081a5f48e5187e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
39162026-08-13T18:53:14.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=6c05a23175dc7e22 -C extra-filename=-f781436d4669f07c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-45c997e26c20bf7d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-9a893232469b57cd.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e9fd8a748f972b5c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172026-08-13T18:53:14.594Z Compiling ingot v0.2.1
39182026-08-13T18:53:14.598Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
39192026-08-13T18:53:14.598Z Compiling endian-type v0.1.2
39202026-08-13T18:53:14.598Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a5a986124286761 -C extra-filename=-fde5535ea3092390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7428413208f54b5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -l static=pci`
39212026-08-13T18:53:14.598Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6286821937cbe034 -C extra-filename=-b04fadaa2393aa6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-1e021693855244ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222026-08-13T18:53:14.598Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=a07f7eb5c425f6f1 -C extra-filename=-8256226b95f39eec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-723cc87ec756a414.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232026-08-13T18:53:14.598Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdae9b7fb364e2fa -C extra-filename=-cb96ac894e614090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242026-08-13T18:53:14.598Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3f4f539945ba2ed -C extra-filename=-399b1b8b72d8c188 --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-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252026-08-13T18:53:14.598Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="schemars08"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=a1a18f1e60ec3e10 -C extra-filename=-2a0a846dd40ddcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262026-08-13T18:53:14.725Z Compiling nix v0.28.0
39272026-08-13T18:53:14.729Z Compiling rustc_version v0.1.7
39282026-08-13T18:53:14.760Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
39292026-08-13T18:53:14.763Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=e03a90fa4c0a473b -C extra-filename=-690ce044bc973b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-6a3db1851432341c.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-68661bc04c98fc9f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302026-08-13T18:53:14.763Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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=d38d3f73411d1a7d -C extra-filename=-2f21348b932ca7dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-9ae056fc6adc85f2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-825ac460e0d73b9a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312026-08-13T18:53:14.763Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52c168bcfc9f1045 -C extra-filename=-19cab84ce4771760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322026-08-13T18:53:14.763Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d55bc3907941c3e -C extra-filename=-65397eb0697ef1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-08-13T18:53:14.799Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=6976af9b30c55597 -C extra-filename=-f6fe819f8483ad6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
39342026-08-13T18:53:14.803Z Compiling tabled v0.15.0
39352026-08-13T18:53:14.803Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99caba875e4ac3d5 -C extra-filename=-fd6648c6218d83af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6fc79ffb6fddb0eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362026-08-13T18:53:14.830Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6249362bcf789573 -C extra-filename=-95a928092ecc51dc --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-95a928092ecc51dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-33368da4948e3d6d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372026-08-13T18:53:14.833Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9212830ed17ba6a9 -C extra-filename=-0dd065da19d58334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382026-08-13T18:53:14.869Z Compiling csv v1.4.0
39392026-08-13T18:53:14.874Z Compiling phf_shared v0.12.1
39402026-08-13T18:53:14.874Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=d2469b8e9d8b603f -C extra-filename=-954c3cbcdfd7c4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-5680f5db8db5ebf0.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-087c3b3c1dee3cdd.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412026-08-13T18:53:14.944Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd0d1dfc328ceda3 -C extra-filename=-a61e99120982c770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-1cae0e2b6948dac0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-08-13T18:53:14.947Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=aeab20c10e411246 -C extra-filename=-c9312b25243a4192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-51d7ed7539801d34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432026-08-13T18:53:14.997Z Compiling recursive-proc-macro-impl v0.1.1
39442026-08-13T18:53:15.002Z Compiling chrono-tz v0.10.4
39452026-08-13T18:53:15.002Z Compiling const_format_proc_macros v0.2.34
39462026-08-13T18:53:15.002Z Compiling peg-macros v0.8.5
39472026-08-13T18:53:15.002Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/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=e41d8d402c51dfc7 -C extra-filename=-78ea2386dd5c5ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-a28b3bca7dd8309b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-2f21348b932ca7dd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-825ac460e0d73b9a.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-675807e4494cc841.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-92b15321e25f47a9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f4c13c5fbef39293.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-8d18bd2a125dc400.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-175c937003a669b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
39482026-08-13T18:53:15.002Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=577036554c3c1221 -C extra-filename=-eafef69070422ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492026-08-13T18:53:15.002Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=a1d06285f8ae2710 -C extra-filename=-286b79918bc64c3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502026-08-13T18:53:15.007Z Compiling derive_more v2.1.1
39512026-08-13T18:53:15.007Z Compiling psm v0.1.30
39522026-08-13T18:53:15.007Z Compiling sqlparser_derive v0.5.0
39532026-08-13T18:53:15.044Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=56f0942d6c7c9654 -C extra-filename=-01db3c969981324d --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-01db3c969981324d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542026-08-13T18:53:15.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=3034a8f407ad1d47 -C extra-filename=-8e25c09bd8a81179 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-6b1286191a419a29.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552026-08-13T18:53:15.080Z Compiling winnow v0.6.26
39562026-08-13T18:53:15.084Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-7a13e54d75218f73/build-script-build`
39572026-08-13T18:53:15.084Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2d4387398c23b96 -C extra-filename=-94eaa060c608a7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582026-08-13T18:53:15.084Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=8dfc67faee33df6b -C extra-filename=-81d0c91887221fb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-d657756a74de3999.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592026-08-13T18:53:15.084Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb2116e3ac03992b -C extra-filename=-bdf4e9316ab6d716 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-bdf4e9316ab6d716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-190405f3e3d3342e.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602026-08-13T18:53:15.111Z Compiling home v0.5.12
39612026-08-13T18:53:15.115Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c769074ec81b8eb2 -C extra-filename=-38783718be7f2a58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622026-08-13T18:53:15.115Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2f0170148feb448 -C extra-filename=-5fe5de3874c092d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632026-08-13T18:53:15.177Z Compiling radix_trie v0.2.1
39642026-08-13T18:53:15.180Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=dc41c2ef53f11d2f -C extra-filename=-2a2a4dd83a6671bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-19cab84ce4771760.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-399b1b8b72d8c188.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652026-08-13T18:53:15.213Z Compiling newtype_derive v0.1.6
39662026-08-13T18:53:15.216Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=7cdc6620d3e3d1d1 -C extra-filename=-c55380cd4b2540ca --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-c55380cd4b2540ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-fd6648c6218d83af.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672026-08-13T18:53:15.380Z Compiling oxide-tokio-rt v0.1.4
39682026-08-13T18:53:15.518Z Compiling typify-macro v0.6.2
39692026-08-13T18:53:15.522Z Compiling reedline v0.40.0
39702026-08-13T18:53:15.522Z Compiling unicode_categories v0.1.1
39712026-08-13T18:53:15.523Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg, tokio_unstable)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=cd37028a2f1d11a3 -C extra-filename=-10a95aeebd900c6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-cb96ac894e614090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722026-08-13T18:53:15.552Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=301ba04efd561f35 -C extra-filename=-e608c926665223bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-57ac38a70bd20228.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732026-08-13T18:53:15.555Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-95a928092ecc51dc/build-script-build`
39742026-08-13T18:53:15.555Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=c145b90f2421e462 -C extra-filename=-194435b6ea5ec4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e34ae4a80beee20a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-0e060e746cd0740d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-ed273c50bb97bdef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-b04fadaa2393aa6a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e9e86e22a5694422.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752026-08-13T18:53:15.587Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80c762e35b949593 -C extra-filename=-76ea3c2caddec5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762026-08-13T18:53:15.590Z Compiling phf v0.12.1
39772026-08-13T18:53:15.662Z Compiling bcs v0.1.6
39782026-08-13T18:53:15.697Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=3577237437f49bd4 -C extra-filename=-e4edd62af49cfb1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c9312b25243a4192.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792026-08-13T18:53:15.800Z Compiling hickory-resolver v0.24.4
39802026-08-13T18:53:15.804Z Compiling nom v8.0.0
39812026-08-13T18:53:15.804Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39822026-08-13T18:53:15.804Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
39832026-08-13T18:53:15.804Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c55380cd4b2540ca/build-script-build`
39842026-08-13T18:53:15.804Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cba7479a69420594 -C extra-filename=-6ca09e70155aa942 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852026-08-13T18:53:15.905Z Compiling crossterm v0.29.0
39862026-08-13T18:53:15.909Z Compiling sha1 v0.10.6
39872026-08-13T18:53:15.909Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=1484cc55646af578 -C extra-filename=-1701fcf73de791cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-935d98854f7f73f3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-713c6d63914c29e8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-350c88071c567a04.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882026-08-13T18:53:15.909Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=629ef29e9b63ca27 -C extra-filename=-049c741f7e204fbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892026-08-13T18:53:15.909Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name client_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/client-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8f7f17faaad657d -C extra-filename=-a92d22639c9be6ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902026-08-13T18:53:15.909Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8df2e6546e1d445 -C extra-filename=-5e32315548e95289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912026-08-13T18:53:16.073Z Compiling oxide-update-engine v0.1.2
39922026-08-13T18:53:16.076Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=254da0f5d565dabd -C extra-filename=-5a94eeaee0c4fb51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8e25c09bd8a81179.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-395485eff542c716.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-197ebb5ab8cdb1a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-08-13T18:53:16.076Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-bdf4e9316ab6d716/build-script-build`
39942026-08-13T18:53:16.076Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=31d28392041a4d12 -C extra-filename=-f4412fddaee1d197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952026-08-13T18:53:16.147Z Compiling filetime v0.2.27
39962026-08-13T18:53:16.178Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-01db3c969981324d/build-script-build`
39972026-08-13T18:53:16.181Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=4f6b771f4cede372 -C extra-filename=-2fc95744e7166ac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-19a766c07024f5e1.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982026-08-13T18:53:16.181Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=97c417f48149342a -C extra-filename=-74f358ff666e107a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
39992026-08-13T18:53:16.181Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=e1012d9d5b870e35 -C extra-filename=-cb67bc698876c70f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
40002026-08-13T18:53:16.181Z Compiling xattr v1.6.1
40012026-08-13T18:53:16.215Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcc1c1aeaf29b3ed -C extra-filename=-1660e7efe415f875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-08-13T18:53:16.219Z Compiling subprocess v0.2.15
40032026-08-13T18:53:16.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=0bfc7282a2480348 -C extra-filename=-a2a0247460c3e427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042026-08-13T18:53:16.251Z Compiling headers-core v0.3.0
40052026-08-13T18:53:16.288Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20bf67c1514fc961 -C extra-filename=-ab2848f1bdfe7d1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062026-08-13T18:53:16.292Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40072026-08-13T18:53:16.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b446235c64e0f303 -C extra-filename=-db8070bf0e25dbb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082026-08-13T18:53:16.395Z Compiling yasna v0.5.2
40092026-08-13T18:53:16.395Z Compiling port-file v0.1.0
40102026-08-13T18:53:16.395Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=4189f2fc20c79643 -C extra-filename=-c9006707daa950cf --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-c9006707daa950cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112026-08-13T18:53:16.498Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
40122026-08-13T18:53:16.502Z Compiling sqlformat v0.3.5
40132026-08-13T18:53:16.502Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=fa59da8aed800431 -C extra-filename=-e5b4546b3d297306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-e4edd62af49cfb1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-08-13T18:53:16.532Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=dde3562174434c39 -C extra-filename=-759c22ecd7f217cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152026-08-13T18:53:16.536Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name port_file --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/port-file-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "tokio"))' -C metadata=eab7d34a2dcf4d76 -C extra-filename=-d2f5fd122237173f --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-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-08-13T18:53:16.665Z Compiling const_format v0.2.35
40172026-08-13T18:53:16.669Z Compiling tar v0.4.46
40182026-08-13T18:53:16.669Z Compiling tagptr v0.2.0
40192026-08-13T18:53:16.669Z Compiling dropshot-api-manager-types v0.7.2
40202026-08-13T18:53:16.669Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/7f20f04/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=34155917a99c1d58 -C extra-filename=-706acb7d404b375e --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-8bfb945cb148cb6d.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-690ce044bc973b34.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-8c78d94256901409.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0f32f8de29b8b008.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212026-08-13T18:53:16.669Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name psm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=603d43ddfb5d1e2d -C extra-filename=-c340f2999abf7c40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
40222026-08-13T18:53:16.669Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17525efcc5fb16aa -C extra-filename=-b2fa8947fafeaf5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-76ea3c2caddec5cb.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-38783718be7f2a58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232026-08-13T18:53:16.771Z Compiling steno v0.4.1
40242026-08-13T18:53:16.776Z Compiling utf-8 v0.7.6
40252026-08-13T18:53:16.777Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
40262026-08-13T18:53:16.808Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=dead_code --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=4683d5a8c9bc676b -C extra-filename=-a7827c34414be6ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-a2a0247460c3e427.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272026-08-13T18:53:16.817Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=def4cba2bcea2d35 -C extra-filename=-d8c2a112864a793d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282026-08-13T18:53:16.817Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=6a3d157b12dc09dd -C extra-filename=-3cfbb65f7b5fabe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-81d0c91887221fb9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292026-08-13T18:53:16.817Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=027e5ba72ea788cd -C extra-filename=-67bda872341f779a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302026-08-13T18:53:16.918Z Compiling headers v0.4.1
40312026-08-13T18:53:16.922Z Compiling libefi-sys v0.1.0
40322026-08-13T18:53:16.922Z Compiling bitfield-struct v0.6.2
40332026-08-13T18:53:16.922Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34d422dfcc09961d -C extra-filename=-1d97ad9a1cfdd926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342026-08-13T18:53:16.923Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=cfdd9f91317ddccf -C extra-filename=-3186560d67818c9c --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-3186560d67818c9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352026-08-13T18:53:16.923Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=075a62927d122a21 -C extra-filename=-f5662f5100af69f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362026-08-13T18:53:17.018Z Compiling moka v0.12.13
40372026-08-13T18:53:17.022Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
40382026-08-13T18:53:17.022Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=79497a13647b6d29 -C extra-filename=-102a0776435919c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-db8070bf0e25dbb4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-709284257fea4e42.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f4412fddaee1d197.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392026-08-13T18:53:17.022Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8a12386936b0d53 -C extra-filename=-d708aa00c1185dba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-08-13T18:53:17.022Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36c1fa83de89c791 -C extra-filename=-1957a6b0d9ecc753 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-1957a6b0d9ecc753 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412026-08-13T18:53:17.199Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40422026-08-13T18:53:17.203Z Compiling xshell-macros v0.2.7
40432026-08-13T18:53:17.203Z Compiling half v1.8.3
40442026-08-13T18:53:17.203Z Compiling libscf-sys v1.2.0
40452026-08-13T18:53:17.203Z Compiling maplit v1.0.2
40462026-08-13T18:53:17.203Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stacker --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dad16cddcb3b5ea4 -C extra-filename=-d6265944e926aa4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-c340f2999abf7c40.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out`
40472026-08-13T18:53:17.203Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2511aabe5b3a77d4 -C extra-filename=-eb57260caa6a5abb --out-dir /work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-eb57260caa6a5abb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482026-08-13T18:53:17.203Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "quanta", "sync", "unstable-debug-counters"))' -C metadata=8d862fdd7d71d8e9 -C extra-filename=-821fc58412512bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ef3fbf3b793ce3b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-67bda872341f779a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492026-08-13T18:53:17.333Z Compiling qorb v0.4.1
40502026-08-13T18:53:17.337Z Compiling tungstenite v0.21.0
40512026-08-13T18:53:17.337Z Compiling papergrid v0.18.0
40522026-08-13T18:53:17.337Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
40532026-08-13T18:53:17.444Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dda982b6bf58326e -C extra-filename=-001a92b6ae34a269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542026-08-13T18:53:17.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23a50fa2a9f12751 -C extra-filename=-9d2e095038a94622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552026-08-13T18:53:17.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=36327755c2dbea85 -C extra-filename=-7f09ab7939bfed9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-08-13T18:53:17.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2d49e34ecf4fae8 -C extra-filename=-0c9156cda3fda716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572026-08-13T18:53:17.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=510865126fbc5714 -C extra-filename=-b1f903606c109e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582026-08-13T18:53:17.478Z Compiling recursive v0.1.1
40592026-08-13T18:53:17.482Z Compiling peg v0.8.5
40602026-08-13T18:53:17.507Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=22ebb43f72523be8 -C extra-filename=-cdc2e041cb14c45d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1701fcf73de791cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612026-08-13T18:53:17.511Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=ce2b60949e8947b2 -C extra-filename=-973f04dd81d6de51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-74bdc424a94464fc.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622026-08-13T18:53:17.511Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=d69eaf64ea96ee30 -C extra-filename=-33d20dba52ba873a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f4412fddaee1d197.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f5662f5100af69f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-08-13T18:53:17.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=bd59a483f8d621c2 -C extra-filename=-563df0dbde42274a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642026-08-13T18:53:17.610Z Compiling rustyline v14.0.0
40652026-08-13T18:53:17.614Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40662026-08-13T18:53:17.614Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
40672026-08-13T18:53:17.614Z Compiling unicase v2.9.0
40682026-08-13T18:53:17.614Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4e688c807636691 -C extra-filename=-8aefa57ae08e8573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern recursive_proc_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/librecursive_proc_macro_impl-eafef69070422ac2.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-d6265944e926aa4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out`
40692026-08-13T18:53:17.614Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-c9006707daa950cf/build-script-build`
40702026-08-13T18:53:17.614Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=3c521c1dfe18758e -C extra-filename=-36194b25daf63336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-286b79918bc64c3c.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712026-08-13T18:53:17.614Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-3186560d67818c9c/build-script-build`
40722026-08-13T18:53:17.614Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=6be96545b67847d0 -C extra-filename=-06a96d52232bb510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-0e060e746cd0740d.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-5fe5de3874c092d2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cb67bc698876c70f.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-2a2a4dd83a6671bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732026-08-13T18:53:17.614Z Compiling serde_cbor v0.11.2
40742026-08-13T18:53:17.614Z Compiling fxhash v0.2.1
40752026-08-13T18:53:17.614Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1957a6b0d9ecc753/build-script-build`
40762026-08-13T18:53:17.614Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-eb57260caa6a5abb/build-script-build`
40772026-08-13T18:53:17.614Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c0f9fbfac8cb0172 -C extra-filename=-82e4c98081358b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782026-08-13T18:53:17.614Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=73231ab1dcf05642 -C extra-filename=-aeadea10f4b927a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-aeadea10f4b927a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792026-08-13T18:53:17.648Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9730192c7ade09e -C extra-filename=-0e135e95f843e9e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-0c9156cda3fda716.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802026-08-13T18:53:17.648Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32f0e33288363d14 -C extra-filename=-3a613954e3e35499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812026-08-13T18:53:17.648Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=aca26a9895986c67 -C extra-filename=-ef02baca9867f495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-7f09ab7939bfed9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822026-08-13T18:53:17.684Z Compiling sqlparser v0.61.0
40832026-08-13T18:53:17.687Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=47a2eb451bde8702 -C extra-filename=-4d4a181c14af0587 --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-29fe31c54d5c23c8.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-8aefa57ae08e8573.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-94eaa060c608a7ea.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out`
40842026-08-13T18:53:17.717Z Compiling crc8 v0.1.1
40852026-08-13T18:53:17.721Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfb2a6a0da24d5ba -C extra-filename=-a039d34423c13086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-08-13T18:53:17.752Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
40872026-08-13T18:53:17.862Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a1c10040087988e -C extra-filename=-9b072e0be20a462b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
40882026-08-13T18:53:17.893Z Compiling xshell v0.2.7
40892026-08-13T18:53:17.897Z Compiling darling_core v0.21.3
40902026-08-13T18:53:17.897Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/7f20f04/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=4272e510c73992bf -C extra-filename=-55e65ea7e4be791f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8bfb945cb148cb6d.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-690ce044bc973b34.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-7e9c8a2ee469c3a0.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-706acb7d404b375e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-8c78d94256901409.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.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)'`
40912026-08-13T18:53:17.962Z Compiling hickory-resolver v0.25.2
40922026-08-13T18:53:17.966Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40932026-08-13T18:53:17.966Z Compiling vergen-lib v0.1.6
40942026-08-13T18:53:17.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bce269b0aad17b0 -C extra-filename=-1a2eaaf41e6bade2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern xshell_macros=/work/oxidecomputer/omicron/target/debug/deps/libxshell_macros-9d2e095038a94622.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952026-08-13T18:53:17.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=fabe6c156b323e6a -C extra-filename=-87293c3d1d16a1d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-08-13T18:53:17.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm_sys --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20d559a6ddd585d3 -C extra-filename=-a80a009b87a3de9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64 -l fmd_adm`
40972026-08-13T18:53:17.998Z Compiling diff v0.1.13
40982026-08-13T18:53:18.035Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99231e07b13da5e6 -C extra-filename=-2e4d8983a6c6b5fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-d708aa00c1185dba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992026-08-13T18:53:18.035Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=b35a95768b57dbb5 -C extra-filename=-3d503e132c28cbc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d503e132c28cbc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-08-13T18:53:18.039Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=bdd6fa5f27d6c18f -C extra-filename=-c65177d768ace70c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-821fc58412512bc9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-350c88071c567a04.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012026-08-13T18:53:18.105Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67234440c9a240ae -C extra-filename=-5575017dc82cc4b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022026-08-13T18:53:18.136Z Compiling tokio-tungstenite v0.21.0
41032026-08-13T18:53:18.140Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=e3b11516f5943e95 -C extra-filename=-1315fe161e8975ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -l pq`
41042026-08-13T18:53:18.201Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41052026-08-13T18:53:18.205Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=49b02735ec55d0cb -C extra-filename=-26d8df21383d97d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-33d20dba52ba873a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062026-08-13T18:53:18.205Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=328f271572134a89 -C extra-filename=-48eda187a620b3a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
41072026-08-13T18:53:18.205Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-aeadea10f4b927a4/build-script-build`
41082026-08-13T18:53:18.275Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41092026-08-13T18:53:18.285Z Compiling diesel_derives v2.3.7
41102026-08-13T18:53:18.285Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=56d369eb49451ffc -C extra-filename=-10f5b2e4cf735960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0e135e95f843e9e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112026-08-13T18:53:18.352Z Compiling typify v0.6.2
41122026-08-13T18:53:18.356Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41132026-08-13T18:53:18.380Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
41142026-08-13T18:53:18.412Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=acc8e5e4b4c55d19 -C extra-filename=-75d6dbb9e07765b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-049c741f7e204fbe.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-825ac460e0d73b9a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-08-13T18:53:18.418Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=710dba0841e6d0da -C extra-filename=-8a8ba252072ecaec --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-8a8ba252072ecaec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162026-08-13T18:53:18.452Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41172026-08-13T18:53:18.483Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
41182026-08-13T18:53:18.490Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=26b9e431abbc2339 -C extra-filename=-0c3f7752f55fa5f0 --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-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-563df0dbde42274a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192026-08-13T18:53:18.490Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=4b5b66640e5901a3 -C extra-filename=-ecff714ac7519d2f --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-57ac38a70bd20228.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-e608c926665223bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202026-08-13T18:53:18.490Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93e9f0154462c353 -C extra-filename=-bc0d1f1fbf807eb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-bc0d1f1fbf807eb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212026-08-13T18:53:18.626Z Compiling tabled v0.21.0
41222026-08-13T18:53:18.630Z Compiling sha2 v0.11.0
41232026-08-13T18:53:18.630Z Compiling diesel_table_macro_syntax v0.3.0
41242026-08-13T18:53:18.630Z Compiling scheduled-thread-pool v0.2.7
41252026-08-13T18:53:18.663Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/7f20f04/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=19a7748108a07cab -C extra-filename=-b6fbea4a0de5330e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8bfb945cb148cb6d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-55e65ea7e4be791f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262026-08-13T18:53:18.676Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2678184bdc9c5fa7 -C extra-filename=-14e07d7419006893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-48eda187a620b3a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272026-08-13T18:53:18.737Z Compiling progenitor-impl v0.14.0
41282026-08-13T18:53:18.741Z Compiling vergen-gitcl v1.0.8
41292026-08-13T18:53:18.741Z Compiling downcast-rs v2.0.2
41302026-08-13T18:53:18.741Z Compiling dirs-sys-next v0.1.2
41312026-08-13T18:53:18.741Z Compiling crunchy v0.2.4
41322026-08-13T18:53:18.741Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=1a45b840dc069521 -C extra-filename=-3428fca15950d83f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-973f04dd81d6de51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332026-08-13T18:53:18.741Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=446105fe8f86ce05 -C extra-filename=-073ce5e0ad08445a --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-88ee9a8634adff45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41342026-08-13T18:53:18.741Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c91633e751d6246e -C extra-filename=-0d1c6436640783d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352026-08-13T18:53:18.741Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(sha2_backend, values("soft", "riscv-zknh"))' --check-cfg 'cfg(sha2_256_backend, values("aarch64-sha2", "soft", "riscv-zknh", "x86-sha"))' --check-cfg 'cfg(sha2_512_backend, values("aarch64-sha3", "soft", "riscv-zknh", "x86-avx2"))' --check-cfg 'cfg(sha2_backend_soft, values("compact"))' --check-cfg 'cfg(sha2_backend_riscv_zknh, values("compact"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=7e3210067a486522 -C extra-filename=-234c62d355d245d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362026-08-13T18:53:18.838Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
41372026-08-13T18:53:18.842Z Compiling clang-sys v1.8.1
41382026-08-13T18:53:18.842Z Compiling git-stub v1.0.0
41392026-08-13T18:53:18.842Z Compiling kstat-rs v0.2.5
41402026-08-13T18:53:18.842Z Compiling tiny-keccak v2.0.2
41412026-08-13T18:53:18.842Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=611a14e5ac4e01bc -C extra-filename=-6d811df9668ca7fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ecff714ac7519d2f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422026-08-13T18:53:18.880Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=0fecaefc1468f397 -C extra-filename=-66390a81747ae68d --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-66390a81747ae68d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432026-08-13T18:53:18.910Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "sync"))' -C metadata=cdadefabcf1ea17a -C extra-filename=-ba39d5a7fef78854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442026-08-13T18:53:18.914Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=ebc96ff386bc6e3a -C extra-filename=-738d25bd16306a00 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-738d25bd16306a00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452026-08-13T18:53:18.914Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df9106f51658200d -C extra-filename=-3094e69e206e6e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462026-08-13T18:53:18.946Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6df187de12c22f54 -C extra-filename=-553a454e71cd2446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-2e4d8983a6c6b5fe.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-001a92b6ae34a269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472026-08-13T18:53:18.951Z Compiling bit-vec v0.6.3
41482026-08-13T18:53:18.951Z Compiling parking_lot_core v0.8.6
41492026-08-13T18:53:18.951Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81760330fcc93cdd -C extra-filename=-0ba38be11a9ae81b --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-8a9e02ae24a3d662.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502026-08-13T18:53:18.951Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=bf8fbe38a2bfdd2f -C extra-filename=-86584aebc2f30b3e --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-86584aebc2f30b3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512026-08-13T18:53:18.952Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=3a6e70532fbe578c -C extra-filename=-fd9e37c7b942ab19 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-fd9e37c7b942ab19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522026-08-13T18:53:18.952Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ec94be456966e3 -C extra-filename=-9ef3e5997f6d18f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532026-08-13T18:53:19.017Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d503e132c28cbc7/build-script-build`
41542026-08-13T18:53:19.020Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=64d6a47264269611 -C extra-filename=-38bad048002efc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552026-08-13T18:53:19.020Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=4c71fddccd2acc1a -C extra-filename=-bfaea1a6d4440491 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bfaea1a6d4440491 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562026-08-13T18:53:19.020Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-bc0d1f1fbf807eb5/build-script-build`
41572026-08-13T18:53:19.051Z Compiling dirs-next v2.0.0
41582026-08-13T18:53:19.056Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-8a8ba252072ecaec/build-script-build`
41592026-08-13T18:53:19.088Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c707444227bf7999 -C extra-filename=-d2bc4bef84de7be1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-3094e69e206e6e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602026-08-13T18:53:19.092Z Compiling itertools v0.10.5
41612026-08-13T18:53:19.130Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=4ece76913609e9a4 -C extra-filename=-06432a1b3950f931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622026-08-13T18:53:19.197Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e3c84d6f51420e4 -C extra-filename=-b22d28acae726c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
41632026-08-13T18:53:19.228Z Compiling r2d2 v0.8.10
41642026-08-13T18:53:19.262Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=562e95e7f161d96e -C extra-filename=-8e417292b4ef15fe --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-29fe31c54d5c23c8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-073ce5e0ad08445a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652026-08-13T18:53:19.334Z Compiling ena v0.14.4
41662026-08-13T18:53:19.338Z Compiling libloading v0.8.9
41672026-08-13T18:53:19.338Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-738d25bd16306a00/build-script-build`
41682026-08-13T18:53:19.382Z Compiling regex-syntax v0.6.29
41692026-08-13T18:53:19.389Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=a1c02200ed4a7295 -C extra-filename=-dbe552e09c1d875c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
41702026-08-13T18:53:19.390Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-66390a81747ae68d/build-script-build`
41712026-08-13T18:53:19.390Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8442b3ab9c453f8 -C extra-filename=-6913f6eb7b7a552d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41722026-08-13T18:53:19.390Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=071204703b444fdc -C extra-filename=-d387ab8893eaeb40 --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-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732026-08-13T18:53:19.403Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=2d883a93563e912a -C extra-filename=-0f02ffb9819094db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41742026-08-13T18:53:19.406Z Compiling bindgen v0.71.1
41752026-08-13T18:53:19.441Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=e456beba716c96d1 -C extra-filename=-25124a9817a4eb26 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-25124a9817a4eb26 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762026-08-13T18:53:19.481Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bfaea1a6d4440491/build-script-build`
41772026-08-13T18:53:19.509Z Compiling bit-set v0.5.3
41782026-08-13T18:53:19.618Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6b5ca5f78386b0df -C extra-filename=-6bfad4b6a0347c6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-38bad048002efc69.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792026-08-13T18:53:19.681Z Compiling cexpr v0.6.0
41802026-08-13T18:53:19.688Z Compiling rustc-hash v2.1.1
41812026-08-13T18:53:19.688Z Compiling prefix-trie v0.7.0
41822026-08-13T18:53:19.688Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=787e8e6fd4e66303 -C extra-filename=-9cd9de7b332b51ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832026-08-13T18:53:19.719Z Compiling libxml v0.3.3
41842026-08-13T18:53:19.731Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5122ea713d360a0c -C extra-filename=-ca115f2ab20cdd5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852026-08-13T18:53:19.731Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=e48949f7d3190372 -C extra-filename=-ded52002b4e89cf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862026-08-13T18:53:19.731Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=a85ccca16667cfd6 -C extra-filename=-a2f93757c9220581 --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-0813ae563d0ff353.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872026-08-13T18:53:19.755Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41882026-08-13T18:53:19.758Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26b5a1cb2139e13f -C extra-filename=-9d2906a400a6585d --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-9d2906a400a6585d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892026-08-13T18:53:19.758Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=2b77de7f9ffa77df -C extra-filename=-738a8d442ea1b529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-80b8c7a3658ed5cf.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-dbe552e09c1d875c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
41902026-08-13T18:53:19.758Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/7f20f04/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=4a9377b40185ba7c -C extra-filename=-6832f1cbe4c648c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-78ea2386dd5c5ae2.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-55e65ea7e4be791f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b6fbea4a0de5330e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-8c78d94256901409.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912026-08-13T18:53:19.818Z Compiling strum_macros v0.24.3
41922026-08-13T18:53:19.823Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6345cbf2b5bcb744 -C extra-filename=-dad3cdbc0ba06992 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6c1a39cdac9eb0a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932026-08-13T18:53:19.845Z Compiling nanorand v0.7.0
41942026-08-13T18:53:19.848Z Compiling salty v0.3.0
41952026-08-13T18:53:19.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=205b37d5b1caf30a -C extra-filename=-91bc6faf68f6c095 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962026-08-13T18:53:19.881Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=a350708f83d32c41 -C extra-filename=-5fa6de7992aca748 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-5fa6de7992aca748 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972026-08-13T18:53:20.011Z Compiling git-stub-vcs v0.1.0
41982026-08-13T18:53:20.040Z Compiling indoc v1.0.9
41992026-08-13T18:53:20.045Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub_vcs --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-vcs-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15a28088c511c2ee -C extra-filename=-cddff8334dcb8163 --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-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-0ba38be11a9ae81b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002026-08-13T18:53:20.078Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42012026-08-13T18:53:20.082Z Compiling quick-xml v0.37.5
42022026-08-13T18:53:20.083Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-86584aebc2f30b3e/build-script-build`
42032026-08-13T18:53:20.107Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e81ecef12f427daf -C extra-filename=-cab12bb866bcd3b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042026-08-13T18:53:20.112Z Compiling impl-trait-for-tuples v0.2.3
42052026-08-13T18:53:20.113Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-fd9e37c7b942ab19/build-script-build`
42062026-08-13T18:53:20.113Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_protocol --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e814e9ead623fcf2 -C extra-filename=-f4c7ce98795fe7c1 --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-e4ab34ea92f8a87c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072026-08-13T18:53:20.113Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=c275588955f86c1f -C extra-filename=-d5601b40fee819b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082026-08-13T18:53:20.113Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ffdfc6f1bf0ef1e -C extra-filename=-3e57588f6c0bdb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092026-08-13T18:53:20.176Z Compiling term v0.7.0
42102026-08-13T18:53:20.181Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=dd3a8294b74c9fcb -C extra-filename=-552d575f49541a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-d2bc4bef84de7be1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112026-08-13T18:53:20.248Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a063b8a96e04a147 -C extra-filename=-e6cf33da7fac5a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-976a791b09704962.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122026-08-13T18:53:20.252Z Compiling hickory-server v0.25.2
42132026-08-13T18:53:20.252Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-9d2906a400a6585d/build-script-build`
42142026-08-13T18:53:20.287Z Compiling flume v0.11.1
42152026-08-13T18:53:20.314Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=3031a1691410e47a -C extra-filename=-928aefc64ad98282 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a822832449f6a1ca.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-a2f93757c9220581.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162026-08-13T18:53:20.346Z Compiling oso-derive v0.27.3
42172026-08-13T18:53:20.351Z Compiling openssl-probe v0.1.6
42182026-08-13T18:53:20.351Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=3c93e19cf7559076 -C extra-filename=-71b5054738e3b2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-91bc6faf68f6c095.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-08-13T18:53:20.381Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b66c1bff2ed3aa23 -C extra-filename=-1ca26596e59e04be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202026-08-13T18:53:20.389Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d02fe597cd8c0c1 -C extra-filename=-c2584cfce2fd8f6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212026-08-13T18:53:20.417Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
42222026-08-13T18:53:20.451Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-5fa6de7992aca748/build-script-build`
42232026-08-13T18:53:20.464Z Compiling trait-variant v0.1.2
42242026-08-13T18:53:20.464Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fd722f8857cd901 -C extra-filename=-ebb7d6ce835ea581 --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-fefc6777a713c6c1.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252026-08-13T18:53:20.464Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51fa7e7a1a287906 -C extra-filename=-54d328873644484d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262026-08-13T18:53:20.486Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=46a6134078b6234e -C extra-filename=-9ecb6a4aaecd63d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-6913f6eb7b7a552d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-08-13T18:53:20.551Z Compiling parking_lot v0.11.2
42282026-08-13T18:53:20.583Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42292026-08-13T18:53:20.588Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=34cb9688a67f0d4e -C extra-filename=-b14cd864ebb9c421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-976a791b09704962.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-5c77632c1fe79449.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-e6cf33da7fac5a33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302026-08-13T18:53:20.588Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 git-version/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d15a79dd4a38583e -C extra-filename=-3fc382d64c2a0562 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-3fc382d64c2a0562 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-738a8d442ea1b529.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312026-08-13T18:53:20.683Z Compiling ascii-canvas v3.0.0
42322026-08-13T18:53:20.718Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1da743296ffbdafb -C extra-filename=-08f8fa3aab8edeff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332026-08-13T18:53:20.722Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25124a9817a4eb26/build-script-build`
42342026-08-13T18:53:20.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=e6c2626eee385690 -C extra-filename=-bb79fd1929a6ac0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-9cd9de7b332b51ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352026-08-13T18:53:20.855Z Compiling darling_macro v0.21.3
42362026-08-13T18:53:20.860Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=b67feb372ea6948a -C extra-filename=-984b218363bfabe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
42372026-08-13T18:53:20.894Z Compiling sled v0.34.7
42382026-08-13T18:53:20.898Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a5b7f5512dfa508 -C extra-filename=-b7603fd2aa7116e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-87293c3d1d16a1d0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42392026-08-13T18:53:20.927Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=10f212ce849704f1 -C extra-filename=-5f487b8c183c0e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-3a613954e3e35499.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b14cd864ebb9c421.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-08-13T18:53:20.960Z Compiling assert_matches v1.5.0
42412026-08-13T18:53:20.994Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=39e93f5ee55d4eda -C extra-filename=-91e0d74caa0d3b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3428fca15950d83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-0c3f7752f55fa5f0.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-563df0dbde42274a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-11c54b75ef92e049.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42422026-08-13T18:53:21.030Z Compiling predicates-tree v1.0.13
42432026-08-13T18:53:21.036Z Compiling rfc6979 v0.4.0
42442026-08-13T18:53:21.036Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac57709ec61cd379 -C extra-filename=-8f3bb317f9aee4b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42452026-08-13T18:53:21.036Z Compiling progenitor-impl v0.13.0
42462026-08-13T18:53:21.078Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=920cc85236bf51a4 -C extra-filename=-c61d67dd999bce75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42472026-08-13T18:53:21.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6c76422c2760b7f -C extra-filename=-80369df957fe909f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-08-13T18:53:21.100Z Compiling bb8 v0.8.6
42492026-08-13T18:53:21.104Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b20e6118bae94072 -C extra-filename=-ef4d4d52385b53b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ecff714ac7519d2f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502026-08-13T18:53:21.104Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=e39159aebe3925ba -C extra-filename=-c60183443cd126ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512026-08-13T18:53:21.140Z Compiling primeorder v0.13.6
42522026-08-13T18:53:21.147Z Compiling ignore v0.4.25
42532026-08-13T18:53:21.173Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=86c6b916cf3f3c0c -C extra-filename=-a8fce21380686b3d --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-64c49b69edd2c472.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542026-08-13T18:53:21.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=60d0d955db1092af -C extra-filename=-d0bbe15ccd113467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-573d31642eb2569b.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-8ac6205960204119.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-45fb0cb65fbdc451.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552026-08-13T18:53:21.237Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42562026-08-13T18:53:21.241Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81bd9ca0aba8d8f5 -C extra-filename=-cb1e4f1c2e282a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_protocol=/work/oxidecomputer/omicron/target/debug/deps/libddm_protocol-f4c7ce98795fe7c1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-5a93d54c40a1773f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572026-08-13T18:53:21.279Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42582026-08-13T18:53:21.310Z Compiling ecdsa v0.16.9
42592026-08-13T18:53:21.314Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
42602026-08-13T18:53:21.314Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dns-server/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24512a0009e45db3 -C extra-filename=-a4e20467c31915dc --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-a4e20467c31915dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-cddff8334dcb8163.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42612026-08-13T18:53:21.345Z Compiling nonempty v0.12.0
42622026-08-13T18:53:21.349Z Compiling mime_guess v2.0.5
42632026-08-13T18:53:21.349Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=cdff8a756762ae49 -C extra-filename=-c1e0e07334ff974e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-64c49b69edd2c472.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-80369df957fe909f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42642026-08-13T18:53:21.349Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/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=56537ac701b3dd42 -C extra-filename=-9085190d6af641dd --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-9085190d6af641dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652026-08-13T18:53:21.349Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8628dfa27ff0e9e -C extra-filename=-9648e669395baa62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
42662026-08-13T18:53:21.381Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nonempty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "default", "serialize", "std"))' -C metadata=8e171e6895f0786d -C extra-filename=-699957af3676be70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42672026-08-13T18:53:21.390Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
42682026-08-13T18:53:21.390Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=6cdd17d846047dde -C extra-filename=-88123f43427ee2b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-88123f43427ee2b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692026-08-13T18:53:21.390Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/olpc-cjson/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e269bd60a234c9f -C extra-filename=-dacc1a861acd5714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-1785eced8befb44b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702026-08-13T18:53:21.417Z Compiling http-range v0.1.5
42712026-08-13T18:53:21.454Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42722026-08-13T18:53:21.471Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b09e67ca6c19a3dc -C extra-filename=-4d1df8f54fe14ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732026-08-13T18:53:21.471Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/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=54ede341bbd27629 -C extra-filename=-673fe6e4ad139613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ebb7d6ce835ea581.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-984b218363bfabe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742026-08-13T18:53:21.493Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42752026-08-13T18:53:21.499Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e05e0fdaea439c96 -C extra-filename=-9a222c74d98e6ee9 --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-fefc6777a713c6c1.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762026-08-13T18:53:21.537Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-3fc382d64c2a0562/build-script-build`
42772026-08-13T18:53:21.595Z Compiling lalrpop v0.19.12
42782026-08-13T18:53:21.599Z Compiling digest-io v0.1.0
42792026-08-13T18:53:21.626Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42802026-08-13T18:53:21.632Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=5d543bb87c33ddcf -C extra-filename=-e0699f0d48a58c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-08f8fa3aab8edeff.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6bfad4b6a0347c6b.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5575017dc82cc4b8.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-d387ab8893eaeb40.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-06432a1b3950f931.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0f02ffb9819094db.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-bb79fd1929a6ac0d.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-d657756a74de3999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812026-08-13T18:53:21.632Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name digest_io --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-io-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=364daaa2b476b387 -C extra-filename=-db6e2de941453c20 --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-6794f85062176ed6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822026-08-13T18:53:21.632Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/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=dd174ce89b99565b -C extra-filename=-d80b66bf6d1ee663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832026-08-13T18:53:21.702Z Compiling progenitor-macro v0.14.0
42842026-08-13T18:53:21.731Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5e09b598bfa66c4 -C extra-filename=-4a1e1f6d33974ead --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-b9437a6b3420daf9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6d811df9668ca7fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-f1bc22ae5e828080.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42852026-08-13T18:53:21.734Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-9085190d6af641dd/build-script-build`
42862026-08-13T18:53:21.801Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
42872026-08-13T18:53:21.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/68a4b3b/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=1d507eecc29b11d9 -C extra-filename=-3528099c73ad2cf1 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-3528099c73ad2cf1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882026-08-13T18:53:21.899Z Compiling p384 v0.13.1
42892026-08-13T18:53:21.905Z Compiling globwalk v0.9.1
42902026-08-13T18:53:21.936Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=a0ed6b17a63f876c -C extra-filename=-e5530210fc43d276 --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-c1e0e07334ff974e.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-64c49b69edd2c472.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-a8fce21380686b3d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912026-08-13T18:53:21.939Z Compiling corncobs v0.1.4
42922026-08-13T18:53:21.940Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c190ea10f83eb1a5 -C extra-filename=-bb94e6ce67e6762f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-d0bbe15ccd113467.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932026-08-13T18:53:21.940Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/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=d4eeaba769b755d8 -C extra-filename=-a73bd0225b6fbd32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
42942026-08-13T18:53:21.971Z Compiling rawzip v0.4.4
42952026-08-13T18:53:21.975Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=82c2e5a102fae461 -C extra-filename=-2c8235521dc4739c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962026-08-13T18:53:21.975Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rawzip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rawzip-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62ab0abedab000f1 -C extra-filename=-06f5b8f7119bab3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972026-08-13T18:53:22.008Z Compiling secrecy v0.8.0
42982026-08-13T18:53:22.016Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=4db0f0507103bf96 -C extra-filename=-fa6bdc3b1c8ac30b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42992026-08-13T18:53:22.048Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=f9c17e89596a6885 -C extra-filename=-da704fdba0695d0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-ca115f2ab20cdd5e.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9ecb6a4aaecd63d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-ded52002b4e89cf6.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-9b441c21bab2d477.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002026-08-13T18:53:22.078Z Compiling darling v0.21.3
43012026-08-13T18:53:22.111Z Compiling signal-hook-tokio v0.3.1
43022026-08-13T18:53:22.114Z Compiling illumos-nvpair-sys v0.2.0
43032026-08-13T18:53:22.114Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=17f29b5bdc81b4c3 -C extra-filename=-f8a2747c6f0e1354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-87293c3d1d16a1d0.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-b7603fd2aa7116e8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43042026-08-13T18:53:22.114Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=29a014e4be55654b -C extra-filename=-6e7e540c4f1b982f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43052026-08-13T18:53:22.148Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c84b56f72bc32db -C extra-filename=-b4b41ec24bc92657 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-b4b41ec24bc92657 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062026-08-13T18:53:22.189Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
43072026-08-13T18:53:22.194Z Compiling camino-tempfile-ext v0.3.3
43082026-08-13T18:53:22.220Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=658a7c4539b53a68 -C extra-filename=-4112bfb06edc7466 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-4112bfb06edc7466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092026-08-13T18:53:22.258Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=ae8bc6290b564119 -C extra-filename=-2ff4bd99a782149a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-bb94e6ce67e6762f.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-c61d67dd999bce75.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43102026-08-13T18:53:22.263Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-a4e20467c31915dc/build-script-build`
43112026-08-13T18:53:22.294Z Compiling dsl_auto_type v0.2.0
43122026-08-13T18:53:22.362Z Compiling scuffle v0.1.0
43132026-08-13T18:53:22.366Z Compiling rand_seeder v0.4.0
43142026-08-13T18:53:22.400Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2879fc46edf6065 -C extra-filename=-82264a4a7ff823a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f8a2747c6f0e1354.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152026-08-13T18:53:22.405Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43162026-08-13T18:53:22.405Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scuffle --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scuffle-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="daft"' --cfg 'feature="smf-by-instance"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft", "smf-by-instance", "testing"))' -C metadata=8e5c2531f5f2bcb3 -C extra-filename=-ae4ec8d297e69b4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-0c9156cda3fda716.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172026-08-13T18:53:22.405Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3428be7b740b537c -C extra-filename=-5e945bd05013491e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43182026-08-13T18:53:22.436Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
43192026-08-13T18:53:22.439Z Compiling tungstenite v0.23.0
43202026-08-13T18:53:22.469Z Compiling void v1.0.2
43212026-08-13T18:53:22.473Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
43222026-08-13T18:53:22.473Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=51549031bb568f29 -C extra-filename=-5c77be727d2e7b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ebb7d6ce835ea581.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-984b218363bfabe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232026-08-13T18:53:22.541Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=7d6cdfc6b3846bcc -C extra-filename=-eb412d0a7bbc716f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0e135e95f843e9e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242026-08-13T18:53:22.544Z Compiling nix v0.27.1
43252026-08-13T18:53:22.545Z Compiling serde_bytes v0.11.19
43262026-08-13T18:53:22.545Z Compiling yansi v1.0.1
43272026-08-13T18:53:22.545Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=f3926bf5e51bef0c -C extra-filename=-47d03f7a125c0114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f4412fddaee1d197.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f5662f5100af69f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43282026-08-13T18:53:22.578Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d6560bec9916c5b -C extra-filename=-95cb131a3887cb13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292026-08-13T18:53:22.585Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=8ac12be7a395bbeb -C extra-filename=-5403dc00c1865766 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-e5d2059d0b1b8041.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302026-08-13T18:53:22.585Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=51adcf01fec2302e -C extra-filename=-10b0ba0916ad8e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43312026-08-13T18:53:22.585Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=032d9a4607b7299e -C extra-filename=-510215c020c85816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-a57e90af67e40809.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322026-08-13T18:53:22.585Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=f9d1572b4f4e1ace -C extra-filename=-6b1fe9ff19937928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43332026-08-13T18:53:22.609Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-3528099c73ad2cf1/build-script-build`
43342026-08-13T18:53:22.674Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
43352026-08-13T18:53:22.679Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
43362026-08-13T18:53:22.708Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-88123f43427ee2b3/build-script-build`
43372026-08-13T18:53:22.713Z Compiling cpubits v0.1.1
43382026-08-13T18:53:22.713Z Compiling is_ci v1.2.0
43392026-08-13T18:53:22.713Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/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=cc5f14dc2e01d257 -C extra-filename=-8d515257c76d6602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-2c8235521dc4739c.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-d80b66bf6d1ee663.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-bb272815af6e0400.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402026-08-13T18:53:22.713Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/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=5931e44be2e449c5 -C extra-filename=-75bfeabb42504c81 --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-673fe6e4ad139613.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a73bd0225b6fbd32.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e5530210fc43d276.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ebb7d6ce835ea581.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43412026-08-13T18:53:22.713Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cpubits --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpubits-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b66bc483d2196658 -C extra-filename=-bc840c7d34ad64dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422026-08-13T18:53:22.713Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=533cfba3934f1b3b -C extra-filename=-b2c12bae6908caed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432026-08-13T18:53:22.741Z Compiling libz-sys v1.1.24
43442026-08-13T18:53:22.744Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=d47fbfe7092b1df8 -C extra-filename=-14cbca2eb1b3923d --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-14cbca2eb1b3923d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-5fda4a1ad9b2bfce.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43452026-08-13T18:53:22.775Z Compiling pem-rfc7468 v1.0.0
43462026-08-13T18:53:22.779Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=a5c7c171c2fd7bd3 -C extra-filename=-a21bae7ddb8014f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472026-08-13T18:53:22.812Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=4eaa7242afd751f7 -C extra-filename=-ddc5469c79fceb8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482026-08-13T18:53:22.847Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-4112bfb06edc7466/build-script-build`
43492026-08-13T18:53:22.879Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-b4b41ec24bc92657/build-script-build`
43502026-08-13T18:53:22.883Z Compiling pretty_assertions v1.4.1
43512026-08-13T18:53:22.916Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=c2b0afb6e2d60790 -C extra-filename=-a26cc65e116ebe4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5575017dc82cc4b8.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-6b1fe9ff19937928.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522026-08-13T18:53:22.980Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43532026-08-13T18:53:22.984Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=d52c71015ce364c4 -C extra-filename=-9b0f48d4a4f77506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542026-08-13T18:53:22.984Z Compiling hmac v0.13.0
43552026-08-13T18:53:23.018Z Compiling universal-hash v0.6.1
43562026-08-13T18:53:23.048Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=a3e313966dcc0d65 -C extra-filename=-2c17f711a0631a32 --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-6794f85062176ed6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43572026-08-13T18:53:23.078Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b961eab4deeaa057 -C extra-filename=-b80abd5e96f582c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99f23f8f8e418b35.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582026-08-13T18:53:23.082Z Compiling libgit2-sys v0.18.3+1.9.2
43592026-08-13T18:53:23.112Z Compiling lzss v0.8.2
43602026-08-13T18:53:23.116Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=9c45e9be7f913e32 -C extra-filename=-d3c9de40192883dd --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d3c9de40192883dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612026-08-13T18:53:23.116Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=3820ee7b88fe8d6e -C extra-filename=-9f035c128eddf246 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern void=/work/oxidecomputer/omicron/target/debug/deps/libvoid-95cb131a3887cb13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622026-08-13T18:53:23.181Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43632026-08-13T18:53:23.185Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=7b18b92f0dd65457 -C extra-filename=-e56ebd565abc3839 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-0d1c6436640783d3.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-82264a4a7ff823a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642026-08-13T18:53:23.185Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=4c5ee92e651d18df -C extra-filename=-e3ac4ce75cdb269d --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-e3ac4ce75cdb269d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43652026-08-13T18:53:23.244Z Compiling instability v0.3.11
43662026-08-13T18:53:23.253Z Compiling castaway v0.2.4
43672026-08-13T18:53:23.285Z Compiling indoc v2.0.7
43682026-08-13T18:53:23.321Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25c3a82d89ba3d64 -C extra-filename=-ca3893b9c76a5c82 --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-ca3893b9c76a5c82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43692026-08-13T18:53:23.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8374b4cae014d045 -C extra-filename=-dfccae270e0ce13c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702026-08-13T18:53:23.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3e716eda5d75e83 -C extra-filename=-c446c4a259cd1aa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43712026-08-13T18:53:23.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ee13eecc53a1c10 -C extra-filename=-c7dee2f5ef43958d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
43722026-08-13T18:53:23.456Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43732026-08-13T18:53:23.459Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=5a1e97086a817dd5 -C extra-filename=-c6499648ed0af3bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-75d6dbb9e07765b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742026-08-13T18:53:23.490Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
43752026-08-13T18:53:23.493Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9add4447724f4ae -C extra-filename=-04ce90135200359e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2e74c5650cf6c026.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-3a613954e3e35499.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eb60c353522be4c8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-713c6d63914c29e8.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-9f035c128eddf246.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-510215c020c85816.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-bb272815af6e0400.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-10b0ba0916ad8e39.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-ef02baca9867f495.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-5403dc00c1865766.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
43762026-08-13T18:53:23.522Z Compiling polyval v0.7.1
43772026-08-13T18:53:23.525Z Compiling der v0.8.0
43782026-08-13T18:53:23.525Z Compiling unicode-truncate v1.1.0
43792026-08-13T18:53:23.553Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-14cbca2eb1b3923d/build-script-build`
43802026-08-13T18:53:23.557Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair_sys --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18c27a386aabbde2 -C extra-filename=-6e3d3a6dfa5b96c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair`
43812026-08-13T18:53:23.557Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::suspicious_arithmetic_impl' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(polyval_backend, values("soft"))' --cfg 'feature="hazmat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=3a51acd9f6861940 -C extra-filename=-3424677337761977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-bc840c7d34ad64dd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b80abd5e96f582c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-08-13T18:53:23.557Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "ber", "bytes", "derive", "flagset", "heapless", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=ab96303ba3228b54 -C extra-filename=-30eb0bf9c5a44875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e3c737eb9ca03877.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-08-13T18:53:23.585Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5af75769b5bf0e87 -C extra-filename=-4cc9a12eaf63adcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842026-08-13T18:53:23.618Z Compiling hyper-staticfile v0.10.1
43852026-08-13T18:53:23.627Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab3f12b1e1b97a6c -C extra-filename=-010eaebe9119b4be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-709284257fea4e42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ddc5469c79fceb8c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43862026-08-13T18:53:23.714Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43872026-08-13T18:53:23.749Z Compiling tokio-tungstenite v0.23.1
43882026-08-13T18:53:23.753Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing", "tokio"))' -C metadata=452813a94ea86cd0 -C extra-filename=-5e40fee6c68cc46e --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-5c77be727d2e7b34.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c7dee2f5ef43958d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e5530210fc43d276.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ebb7d6ce835ea581.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43892026-08-13T18:53:23.753Z Compiling compact_str v0.8.1
43902026-08-13T18:53:23.787Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=d2c273e8d2e1a635 -C extra-filename=-ce0f2d0e80d79746 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-47d03f7a125c0114.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912026-08-13T18:53:23.821Z Compiling lru v0.12.5
43922026-08-13T18:53:23.825Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43932026-08-13T18:53:23.825Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=f9ce424305a9a702 -C extra-filename=-644f135b9c2ff0c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-dfccae270e0ce13c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43942026-08-13T18:53:23.825Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=4cd982c3d348e497 -C extra-filename=-c253681444cd9f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952026-08-13T18:53:23.825Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fe3e42f5c058478 -C extra-filename=-9ffdef4aa8ba9c82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43962026-08-13T18:53:23.858Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-ca3893b9c76a5c82/build-script-build`
43972026-08-13T18:53:23.893Z Compiling vergen-git2 v9.1.0
43982026-08-13T18:53:23.896Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=dad726f682b44757 -C extra-filename=-3092e3ca8eadbf5d --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-3092e3ca8eadbf5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992026-08-13T18:53:23.934Z Compiling arc-swap v1.8.2
44002026-08-13T18:53:23.941Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=323b7ebd569d9d9a -C extra-filename=-e91fec689e1622b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
44012026-08-13T18:53:23.967Z Compiling progenitor-macro v0.13.0
44022026-08-13T18:53:23.971Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=a617a8b76267d4b8 -C extra-filename=-92b1ce4304553b97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44032026-08-13T18:53:24.000Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0999fe0de8d8d61e -C extra-filename=-7ee3955428e04bde --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-b9437a6b3420daf9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-ef4d4d52385b53b8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-f1bc22ae5e828080.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042026-08-13T18:53:24.004Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-e3ac4ce75cdb269d/build-script-build`
44052026-08-13T18:53:24.067Z Compiling cassowary v0.3.0
44062026-08-13T18:53:24.070Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c22eac517e34a2e -C extra-filename=-c36930d63073599b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-77e50581376d5748.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c446c4a259cd1aa4.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(instability_disable_unstable_docs)'`
44072026-08-13T18:53:24.070Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ed530db4445c09d -C extra-filename=-9c335754e96d62ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44082026-08-13T18:53:24.070Z Compiling ghash v0.6.0
44092026-08-13T18:53:24.070Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=288fb9c27d2577c9 -C extra-filename=-8500116f13123a6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-3424677337761977.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44102026-08-13T18:53:24.201Z Compiling illumos-nvpair v0.3.0
44112026-08-13T18:53:24.207Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44122026-08-13T18:53:24.207Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d6b6a9f89e8443b -C extra-filename=-d2d47117863a0312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-6e3d3a6dfa5b96c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44132026-08-13T18:53:24.236Z Compiling pbkdf2 v0.13.0
44142026-08-13T18:53:24.239Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=5d1a1b0c593eaa7f -C extra-filename=-b2b2555522a4aa15 --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-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-9b0f48d4a4f77506.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44152026-08-13T18:53:24.239Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d3c9de40192883dd/build-script-build`
44162026-08-13T18:53:24.274Z Compiling crypto-bigint v0.7.5
44172026-08-13T18:53:24.280Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hmac", "kdf", "mcf", "password-hash", "phc", "rand_core", "sha2"))' -C metadata=51aeb0c99a3d05e3 -C extra-filename=-6754f8ef28d37e88 --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-6794f85062176ed6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-2c17f711a0631a32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182026-08-13T18:53:24.312Z Compiling aes v0.9.1
44192026-08-13T18:53:24.316Z Compiling ctr v0.10.1
44202026-08-13T18:53:24.343Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--allow=clippy::many_single_char_names' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="hybrid-array"' --cfg 'feature="rand_core"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "getrandom", "hybrid-array", "rand_core", "rlp", "serde", "subtle", "zeroize"))' -C metadata=c6f41e5d20954f79 -C extra-filename=-970a809273f6fe6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-bc840c7d34ad64dd.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-08-13T18:53:24.376Z Compiling aead v0.6.1
44222026-08-13T18:53:24.380Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
44232026-08-13T18:53:24.380Z Compiling console v0.16.2
44242026-08-13T18:53:24.380Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(aes_backend_soft, values("compact"))' --check-cfg 'cfg(aes_backend, values("soft", "avx256", "avx512"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=7ac8d9dc61b167ac -C extra-filename=-0b769270f49da4ab --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-2886e1dc0b075353.rmeta --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-bc840c7d34ad64dd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44252026-08-13T18:53:24.380Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "zeroize"))' -C metadata=af50f38f2c12107c -C extra-filename=-41d7ef165570652e --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-2886e1dc0b075353.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262026-08-13T18:53:24.380Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "rand_core"))' -C metadata=6438e7bc27480e34 -C extra-filename=-2e3a8c79675aa466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99f23f8f8e418b35.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-08-13T18:53:24.380Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=c09820506d3ee6c3 -C extra-filename=-68b1345d50338b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0e135e95f843e9e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44282026-08-13T18:53:24.380Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=858fc33b78334a85 -C extra-filename=-9d1a33687efbaa6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44292026-08-13T18:53:24.414Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44302026-08-13T18:53:24.445Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e951c9904ada498f -C extra-filename=-8179f22a1672d354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-d2d47117863a0312.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
44312026-08-13T18:53:24.476Z Compiling slog-scope v4.4.1
44322026-08-13T18:53:24.512Z Compiling spki v0.8.0
44332026-08-13T18:53:24.547Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b03fa1972494b92f -C extra-filename=-f0835e2966ca07d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-92b1ce4304553b97.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342026-08-13T18:53:24.551Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "digest", "fingerprint", "pem", "sha2", "std"))' -C metadata=55d87cc6d588fa8d -C extra-filename=-ac2a223a816a3973 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-30eb0bf9c5a44875.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44352026-08-13T18:53:24.582Z Compiling salsa20 v0.11.0
44362026-08-13T18:53:24.585Z Compiling unit-prefix v0.5.2
44372026-08-13T18:53:24.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=d279a3b3b532d4f6 -C extra-filename=-615a3b6b9e878d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2886e1dc0b075353.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44382026-08-13T18:53:24.619Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92aff20057f3905c -C extra-filename=-98b8b93be0c019ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-08-13T18:53:24.619Z Compiling supports-color v3.0.2
44402026-08-13T18:53:24.619Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-3092e3ca8eadbf5d/build-script-build`
44412026-08-13T18:53:24.650Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6755467df304d7c -C extra-filename=-b1061f87111f5382 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-b2c12bae6908caed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44422026-08-13T18:53:24.686Z Compiling tokio-test v0.4.5
44432026-08-13T18:53:24.718Z Compiling libsw-core v0.3.2
44442026-08-13T18:53:24.721Z Compiling cbc v0.2.1
44452026-08-13T18:53:24.721Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98d3bb68b75fb9e9 -C extra-filename=-0a5a3e11c603bdda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44462026-08-13T18:53:24.721Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=357484f0bc3f8ef0 -C extra-filename=-a7962b0c49c1c0b1 --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-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472026-08-13T18:53:24.721Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "zeroize"))' -C metadata=e188cc6f2d19663b -C extra-filename=-ccdc5708fd6634a9 --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-2886e1dc0b075353.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482026-08-13T18:53:24.753Z Compiling colored v2.2.0
44492026-08-13T18:53:24.757Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=203308e26d14efea -C extra-filename=-6ff1bf7789dd59c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502026-08-13T18:53:24.891Z Compiling slog-stdlog v4.1.1
44512026-08-13T18:53:24.895Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44522026-08-13T18:53:24.895Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=77bf06cfd8ad4be8 -C extra-filename=-faed042422f14b03 --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-29fe31c54d5c23c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f0835e2966ca07d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532026-08-13T18:53:24.895Z Compiling twox-hash v2.1.2
44542026-08-13T18:53:24.929Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_types_versions --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01e05ddfbf833fdb -C extra-filename=-7bfbda4fa1e7ee02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5e32315548e95289.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44552026-08-13T18:53:24.933Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=64835331ff5ba1bf -C extra-filename=-c90dab3a6401b741 --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-bdefc8f0c020360c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562026-08-13T18:53:25.005Z Compiling petname v2.0.2
44572026-08-13T18:53:25.009Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=129d71f63683eb97 -C extra-filename=-cf358116a02d6e54 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-cf358116a02d6e54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44582026-08-13T18:53:25.040Z Compiling atty v0.2.14
44592026-08-13T18:53:25.044Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=043f838d1dca88e8 -C extra-filename=-3d1a2ea0338b9c15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44602026-08-13T18:53:25.044Z Compiling fatfs v0.3.6
44612026-08-13T18:53:25.044Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44622026-08-13T18:53:25.079Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=ffc7b130a17c465f -C extra-filename=-0f664cf539ab34c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632026-08-13T18:53:25.082Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=cdc368e3d43be537 -C extra-filename=-8aac60bb5c8af5e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44642026-08-13T18:53:25.111Z Compiling libsw v3.5.0
44652026-08-13T18:53:25.114Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=f9ced858b8e7e476 -C extra-filename=-72acadf337748f99 --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-a7962b0c49c1c0b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44662026-08-13T18:53:25.175Z Compiling ff v0.14.0
44672026-08-13T18:53:25.178Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "ff_derive", "std"))' -C metadata=e51488be129455c4 -C extra-filename=-9d6367a0ed58af30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44682026-08-13T18:53:25.210Z Compiling indicatif v0.18.4
44692026-08-13T18:53:25.216Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100", "wasmbind"))' -C metadata=b8b70eaf7731090c -C extra-filename=-83b206d0eb3d22f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9d1a33687efbaa6a.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-98b8b93be0c019ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44702026-08-13T18:53:25.216Z Compiling aes-gcm v0.11.0
44712026-08-13T18:53:25.243Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "bytes", "default", "getrandom", "hazmat", "rand_core", "zeroize"))' -C metadata=e3fd5b8fb3abee24 -C extra-filename=-89287ee406f50a9d --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-2e3a8c79675aa466.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-0b769270f49da4ab.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2886e1dc0b075353.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-41d7ef165570652e.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-8500116f13123a6d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722026-08-13T18:53:25.277Z Compiling scrypt v0.12.0
44732026-08-13T18:53:25.280Z Compiling seq-macro v0.3.6
44742026-08-13T18:53:25.281Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "kdf", "mcf", "parallel", "password-hash", "phc", "rand_core"))' -C metadata=26a3f3063c23a50a -C extra-filename=-a696b5e030044666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6754f8ef28d37e88.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-615a3b6b9e878d20.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-234c62d355d245d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752026-08-13T18:53:25.313Z Compiling shell-words v1.1.1
44762026-08-13T18:53:25.316Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name seq_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-macro-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=695548ca30f73b4a -C extra-filename=-c1ed1e2e48a1cb9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44772026-08-13T18:53:25.348Z Compiling concurrent-queue v2.5.0
44782026-08-13T18:53:25.380Z Compiling sapling-renderdag v0.1.0
44792026-08-13T18:53:25.383Z Compiling sync-ptr v0.1.4
44802026-08-13T18:53:25.384Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6deaebd4df43745a -C extra-filename=-ba0afe4f408c24b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44812026-08-13T18:53:25.384Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=74f49302248b91a7 -C extra-filename=-d4544c9446f820c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44822026-08-13T18:53:25.419Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=b38da81ee33d65f4 -C extra-filename=-7a585e427b9d101c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832026-08-13T18:53:25.419Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eeaf63f387c83cd4 -C extra-filename=-a1c7f0f9f0cf8e0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44842026-08-13T18:53:25.479Z Compiling slog-envlogger v2.2.0
44852026-08-13T18:53:25.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=aaf5326f5454b650 -C extra-filename=-b1902ca7fea2af9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3428fca15950d83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-b2b2555522a4aa15.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-9b0f48d4a4f77506.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-11c54b75ef92e049.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
44862026-08-13T18:53:25.517Z Compiling parking v2.2.1
44872026-08-13T18:53:25.517Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=1499e3271d6edf85 -C extra-filename=-c2137c19b537a351 --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-29fe31c54d5c23c8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f0835e2966ca07d6.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-faed042422f14b03.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882026-08-13T18:53:25.548Z Compiling ratatui v0.29.0
44892026-08-13T18:53:25.552Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=70b90162a4444e84 -C extra-filename=-f4cdfff1819ac7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-08-13T18:53:25.552Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=bf9ba88b833a56bf -C extra-filename=-d7331ef1ea4c532f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-9c335754e96d62ab.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-644f135b9c2ff0c8.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e34ae4a80beee20a.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c446c4a259cd1aa4.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-c36930d63073599b.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-c253681444cd9f9a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-4cc9a12eaf63adcf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44912026-08-13T18:53:25.614Z Compiling oxide-update-engine-display v0.1.2
44922026-08-13T18:53:25.657Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine_display --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-display-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=ffde3e6f8fb0070d -C extra-filename=-f48a037a0229277d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-72acadf337748f99.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44932026-08-13T18:53:25.660Z Compiling group v0.14.0
44942026-08-13T18:53:25.723Z Compiling signature v3.0.0
44952026-08-13T18:53:25.726Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=8c8bbc8ac6bc4bc0 -C extra-filename=-c5cdd9bba8b80461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9d6367a0ed58af30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44962026-08-13T18:53:25.727Z Compiling constant_time_eq v0.4.2
44972026-08-13T18:53:25.727Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "digest", "rand_core"))' -C metadata=5f39a1fe86d95bd4 -C extra-filename=-0b3a7e32e8cddb48 --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-6794f85062176ed6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44982026-08-13T18:53:25.758Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test", "default", "std"))' -C metadata=de62da1f6fb3c867 -C extra-filename=-92041cf10ad8a4da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992026-08-13T18:53:25.864Z Compiling base16ct v1.0.0
45002026-08-13T18:53:25.868Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc"))' -C metadata=c5913ee98aab9032 -C extra-filename=-0418e8e37623f229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45012026-08-13T18:53:26.010Z Compiling plotters-backend v0.3.7
45022026-08-13T18:53:26.014Z Compiling arrayref v0.3.9
45032026-08-13T18:53:26.014Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80c3e787912dfb7f -C extra-filename=-93f2d6889fbc3e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042026-08-13T18:53:26.014Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88ddf685dfa4f88b -C extra-filename=-c4ef532110be91b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052026-08-13T18:53:26.078Z Compiling arrayvec v0.7.6
45062026-08-13T18:53:26.082Z Compiling hkdf v0.13.0
45072026-08-13T18:53:26.082Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=bd19fd6776505512 -C extra-filename=-9b68735a5c8dbbee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082026-08-13T18:53:26.082Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kdf"))' -C metadata=a94319ef2b3840ec -C extra-filename=-2444880d3832d45e --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-2c17f711a0631a32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-08-13T18:53:26.156Z Compiling pkcs5 v0.8.1
45102026-08-13T18:53:26.162Z Compiling sec1 v0.8.1
45112026-08-13T18:53:26.162Z Compiling rtoolbox v0.0.3
45122026-08-13T18:53:26.162Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "getrandom", "pbes2", "rand_core", "sha1-insecure"))' -C metadata=e39972932bfb507f -C extra-filename=-2a351f2a5d5acdb6 --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-0b769270f49da4ab.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-89287ee406f50a9d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ccdc5708fd6634a9.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-30eb0bf9c5a44875.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6754f8ef28d37e88.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-a696b5e030044666.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-234c62d355d245d9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45132026-08-13T18:53:26.162Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "default", "der", "pem", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=910dbb1a9391773f -C extra-filename=-c42c3a8ba1c8fcbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0418e8e37623f229.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-30eb0bf9c5a44875.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142026-08-13T18:53:26.162Z Compiling cast v0.3.0
45152026-08-13T18:53:26.162Z Compiling futures-timer v3.0.3
45162026-08-13T18:53:26.162Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-cf358116a02d6e54/build-script-build`
45172026-08-13T18:53:26.162Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=fa1b6f8e38b9737d -C extra-filename=-abee244f6251c4e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45182026-08-13T18:53:26.162Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=dd7030f5680983d5 -C extra-filename=-dc594de76e231d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-08-13T18:53:26.162Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=04b56894243ed9ed -C extra-filename=-bc8745d015cb2294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202026-08-13T18:53:26.231Z Compiling event-listener v5.4.1
45212026-08-13T18:53:26.236Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=090a94d36d4d9b5a -C extra-filename=-cf0e12f9a5085914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-d4544c9446f820c1.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-f4cdfff1819ac7a6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45222026-08-13T18:53:26.267Z Compiling tinytemplate v1.2.1
45232026-08-13T18:53:26.270Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3aca73528d50135b -C extra-filename=-f4c8d0ec00eb5244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242026-08-13T18:53:26.297Z Compiling plotters-svg v0.3.7
45252026-08-13T18:53:26.300Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=c7d13808f6a3668c -C extra-filename=-11d9238255bdd200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-93f2d6889fbc3e58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262026-08-13T18:53:26.300Z Compiling blake3 v1.8.5
45272026-08-13T18:53:26.331Z Compiling oorandom v11.1.5
45282026-08-13T18:53:26.336Z Compiling anes v0.1.6
45292026-08-13T18:53:26.336Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=23b5e363a29fac9c -C extra-filename=-818520486a4e41b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-818520486a4e41b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302026-08-13T18:53:26.336Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=cb31df8d7063429e -C extra-filename=-d164592c962257ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45312026-08-13T18:53:26.366Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=068a6c253b6919cd -C extra-filename=-849add97163c4f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45322026-08-13T18:53:26.399Z Compiling strsim v0.10.0
45332026-08-13T18:53:26.402Z Compiling wnaf v0.14.0
45342026-08-13T18:53:26.402Z Compiling assert-json-diff v2.0.2
45352026-08-13T18:53:26.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dcc33337bed3f41 -C extra-filename=-7c7c62382c4239cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45362026-08-13T18:53:26.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wnaf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wnaf-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b2c460374aade204 -C extra-filename=-31c80cfeffd7e11f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9d6367a0ed58af30.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c5cdd9bba8b80461.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372026-08-13T18:53:26.406Z Compiling serde_regex v1.1.0
45382026-08-13T18:53:26.431Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b05806f6a4ea28be -C extra-filename=-99e77dddfb1a7086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392026-08-13T18:53:26.435Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=840cec7e7f97136b -C extra-filename=-747d85a6ce2beb06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45402026-08-13T18:53:26.435Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=377e8813f384dcb7 -C extra-filename=-488abc6556b0b168 --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-bfdf9c0510cd7581.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412026-08-13T18:53:26.435Z Compiling path-tree v0.8.3
45422026-08-13T18:53:26.466Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ff75f827e2fcb3d -C extra-filename=-58b9146155172640 --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-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432026-08-13T18:53:26.559Z Compiling pkcs8 v0.11.0
45442026-08-13T18:53:26.563Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "ctutils", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "sha1-insecure", "std"))' -C metadata=5a230661ecb6bb52 -C extra-filename=-883fc2881e55b92d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-30eb0bf9c5a44875.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2a351f2a5d5acdb6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452026-08-13T18:53:26.563Z Compiling event-listener-strategy v0.5.4
45462026-08-13T18:53:26.596Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=cdf15354bfedc2d3 -C extra-filename=-51ba4abd38ad46f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-cf0e12f9a5085914.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472026-08-13T18:53:26.664Z Compiling criterion-plot v0.6.0
45482026-08-13T18:53:26.698Z Compiling rpassword v7.5.4
45492026-08-13T18:53:26.702Z Compiling gimli v0.32.3
45502026-08-13T18:53:26.732Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4361fd8b133fb4f -C extra-filename=-b21112d0e8512c32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-dc594de76e231d98.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-08-13T18:53:26.736Z Compiling target-lexicon v0.13.3
45522026-08-13T18:53:26.736Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=072727e8264f6880 -C extra-filename=-fe4450499087510d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-abee244f6251c4e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-08-13T18:53:26.736Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.32.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=a40778b31f58e713 -C extra-filename=-8786f15fabafa3aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45542026-08-13T18:53:26.736Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=231b3ad635b72e1d -C extra-filename=-440173ea5bb5fafe --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-440173ea5bb5fafe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45552026-08-13T18:53:26.840Z Compiling async-lock v3.4.2
45562026-08-13T18:53:26.844Z Compiling stringmetrics v2.2.2
45572026-08-13T18:53:26.873Z Compiling curve25519-dalek v5.0.0
45582026-08-13T18:53:26.877Z Compiling guppy-workspace-hack v0.1.0
45592026-08-13T18:53:26.877Z Compiling rustc-demangle v0.1.27
45602026-08-13T18:53:26.906Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=c55d2f58b01a21ae -C extra-filename=-36a3a10bcfccbbbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-cf0e12f9a5085914.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-51ba4abd38ad46f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45612026-08-13T18:53:26.910Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=b3838745c171f77b -C extra-filename=-9b105a15eab4ccac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622026-08-13T18:53:26.910Z Compiling darling_core v0.13.4
45632026-08-13T18:53:26.910Z Compiling hex-literal v0.4.1
45642026-08-13T18:53:26.910Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=5c20c1b5bb62d270 -C extra-filename=-8830632c612db313 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-8830632c612db313 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45652026-08-13T18:53:26.910Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab64d317fc636266 -C extra-filename=-4af2468b5c1434ee --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-4af2468b5c1434ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662026-08-13T18:53:26.938Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=cd16a820a86d19ed -C extra-filename=-7e6439de82074424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45672026-08-13T18:53:26.942Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=cc123caeec2418dd -C extra-filename=-e025eb9a0a3eca49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-7c7c62382c4239cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682026-08-13T18:53:26.942Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65a485b1e4385d23 -C extra-filename=-9490bed527800091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45692026-08-13T18:53:26.942Z Compiling topological-sort v0.2.2
45702026-08-13T18:53:26.973Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71a77761bc290f08 -C extra-filename=-7847605b4539d0e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712026-08-13T18:53:27.041Z Compiling keccak v0.2.0
45722026-08-13T18:53:27.072Z Compiling target-spec v3.5.7
45732026-08-13T18:53:27.076Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(keccak_backend_soft, values("compact"))' --check-cfg 'cfg(keccak_backend, values("aarch64_sha3", "simd128", "simd256", "simd512", "soft"))' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("parallel"))' -C metadata=5eb5f41700467ef0 -C extra-filename=-ebda17a1eb8f6328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742026-08-13T18:53:27.076Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=efea51d643eaa423 -C extra-filename=-bb78b905119137b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-bb78b905119137b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752026-08-13T18:53:27.076Z Compiling ed25519 v3.0.0
45762026-08-13T18:53:27.109Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "zerocopy", "zeroize"))' -C metadata=e0a601a152b2646e -C extra-filename=-d2872a8698e9a48c --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-883fc2881e55b92d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0b3a7e32e8cddb48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45772026-08-13T18:53:27.112Z Compiling plotters v0.3.7
45782026-08-13T18:53:27.138Z Compiling pkcs1 v0.8.0-rc.4
45792026-08-13T18:53:27.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=f9e0f5e5bfaf7094 -C extra-filename=-5286722496dda8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-93f2d6889fbc3e58.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-11d9238255bdd200.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802026-08-13T18:53:27.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.8.0-rc.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "std", "zeroize"))' -C metadata=bc87937c63a9920d -C extra-filename=-f107f43434611856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-30eb0bf9c5a44875.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45812026-08-13T18:53:27.176Z Compiling poly1305 v0.9.0
45822026-08-13T18:53:27.205Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(poly1305_backend, values("soft"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=ac9d3aa0b0284007 -C extra-filename=-74c8b53a225d51f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b80abd5e96f582c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45832026-08-13T18:53:27.239Z Compiling supports-color v2.1.0
45842026-08-13T18:53:27.243Z Compiling tui-tree-widget v0.23.1
45852026-08-13T18:53:27.243Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b890a42f3bef188 -C extra-filename=-c43284e9452966c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-b2c12bae6908caed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862026-08-13T18:53:27.243Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9869061adae942d4 -C extra-filename=-f5264117d8c44aaa --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-d7331ef1ea4c532f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872026-08-13T18:53:27.329Z Compiling textwrap v0.15.2
45882026-08-13T18:53:27.363Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=c2956860b22e11fc -C extra-filename=-c52f01d474975ac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-45c997e26c20bf7d.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e9fd8a748f972b5c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45892026-08-13T18:53:27.462Z Compiling supports-unicode v2.1.0
45902026-08-13T18:53:27.466Z Compiling supports-hyperlinks v2.1.0
45912026-08-13T18:53:27.498Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ccad1f4828009ed -C extra-filename=-cffee9f170b9bf3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922026-08-13T18:53:27.535Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a709935d618854bb -C extra-filename=-ffaddbc27423dafd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932026-08-13T18:53:27.539Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-818520486a4e41b7/build-script-build`
45942026-08-13T18:53:27.572Z Compiling elliptic-curve v0.14.1
45952026-08-13T18:53:27.610Z Compiling rfc6979 v0.6.0
45962026-08-13T18:53:27.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="getrandom"' --cfg 'feature="group"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "dev", "digest", "ecdh", "ff", "getrandom", "group", "pem", "pkcs8", "sec1", "serde", "std"))' -C metadata=6d7a2194cb751d5b -C extra-filename=-7c66a7980ab7737f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0418e8e37623f229.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-970a809273f6fe6c.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99f23f8f8e418b35.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9d6367a0ed58af30.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c5cdd9bba8b80461.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2444880d3832d45e.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-883fc2881e55b92d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c42c3a8ba1c8fcbe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45972026-08-13T18:53:27.640Z Compiling primefield v0.14.0
45982026-08-13T18:53:27.643Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b383eec10cd3be2 -C extra-filename=-733626f87b193a2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-970a809273f6fe6c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-2c17f711a0631a32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45992026-08-13T18:53:27.644Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name primefield --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primefield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f48350cd6ef9cd72 -C extra-filename=-535f14259d9c9d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-970a809273f6fe6c.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99f23f8f8e418b35.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9d6367a0ed58af30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002026-08-13T18:53:27.677Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-440173ea5bb5fafe/build-script-build`
46012026-08-13T18:53:27.680Z Compiling ssh-encoding v0.3.0
46022026-08-13T18:53:27.680Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-4af2468b5c1434ee/build-script-build`
46032026-08-13T18:53:27.680Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="bigint"' --cfg 'feature="bytes"' --cfg 'feature="ctutils"' --cfg 'feature="digest"' --cfg 'feature="pem"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bigint", "bytes", "ctutils", "derive", "digest", "pem", "ssh-derive", "zeroize"))' -C metadata=6d5c4aae4332ca37 -C extra-filename=-4e14da6225c474a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-970a809273f6fe6c.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042026-08-13T18:53:27.680Z Compiling crypto-primes v0.7.2
46052026-08-13T18:53:27.708Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_primes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-primes-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::suspicious' '--warn=clippy::style' --warn=rust_2018_idioms '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::correctness' '--warn=clippy::complexity' '--warn=clippy::all' '--warn=clippy::unwrap_used' --warn=unused_qualifications --deny=unsafe_code '--allow=clippy::unreadable_literal' --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::similar-names' '--allow=clippy::redundant_pub_crate' '--warn=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--allow=clippy::many_single_char_names' '--allow=clippy::literal_string_with_formatting_args' '--warn=clippy::indexing_slicing' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "glass_pumpkin", "multicore", "openssl", "rayon", "rug", "tests-all", "tests-exhaustive", "tests-glass-pumpkin", "tests-gmp", "tests-openssl"))' -C metadata=1345e60924c142bc -C extra-filename=-2c629db6452ce898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-970a809273f6fe6c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062026-08-13T18:53:27.781Z Compiling async-object-pool v0.2.0
46072026-08-13T18:53:27.817Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a63ca8a6ed67c355 -C extra-filename=-26ba55a55ac98328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-36a3a10bcfccbbbd.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-cf0e12f9a5085914.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46082026-08-13T18:53:27.821Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=c759789ebb538e22 -C extra-filename=-5b884125ae28c168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
46092026-08-13T18:53:27.853Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-8830632c612db313/build-script-build`
46102026-08-13T18:53:27.857Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abf995519a6f0fe7 -C extra-filename=-d6dd042221199f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-08-13T18:53:27.857Z Compiling hashbrown v0.14.5
46122026-08-13T18:53:27.888Z Compiling blowfish v0.10.0
46132026-08-13T18:53:27.892Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=bcbe7003dba484f0 -C extra-filename=-afde265fd9acd1af --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-67f202f8931df806.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ef9fa6a6c9a6a04c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142026-08-13T18:53:27.927Z Compiling blake2 v0.11.0-rc.6
46152026-08-13T18:53:27.931Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=9c2250d98724b8e2 -C extra-filename=-922c2cbe60b2b5d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2886e1dc0b075353.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162026-08-13T18:53:27.931Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.11.0-rc.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "reset", "size_opt", "zeroize"))' -C metadata=d87a078931ac6dad -C extra-filename=-8e0ff7850db7c1e9 --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-6794f85062176ed6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-08-13T18:53:27.931Z Compiling miette-derive v5.10.0
46182026-08-13T18:53:27.965Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae9a459326721bd6 -C extra-filename=-9cc71c311d1067a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-08-13T18:53:27.969Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-bb78b905119137b9/build-script-build`
46202026-08-13T18:53:27.969Z Compiling httpmock v0.8.3
46212026-08-13T18:53:27.999Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "experimental", "headers", "http2", "https", "hyper-rustls", "if-addrs", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pki-types", "serde_yaml", "standalone", "tls-detect", "tokio-rustls", "tracing-subscriber"))' -C metadata=2d188afe0550f25e -C extra-filename=-7af714afe7e3efec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-99e77dddfb1a7086.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-26ba55a55ac98328.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-bc8745d015cb2294.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-58b9146155172640.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-747d85a6ce2beb06.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-9b105a15eab4ccac.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222026-08-13T18:53:28.007Z Compiling terminal_size v0.1.17
46232026-08-13T18:53:28.035Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a1c4194c154d2e1 -C extra-filename=-d160fd39b1cdcb81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242026-08-13T18:53:28.038Z Compiling owo-colors v3.5.0
46252026-08-13T18:53:28.069Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=61ff1f0564216da1 -C extra-filename=-ccdd5375eda13644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262026-08-13T18:53:28.233Z Compiling ecdsa v0.17.0
46272026-08-13T18:53:28.266Z Compiling cfg-expr v0.20.6
46282026-08-13T18:53:28.270Z Compiling ssh-cipher v0.3.0
46292026-08-13T18:53:28.299Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=6fe2961f621e8947 -C extra-filename=-cda178e0510b5274 --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-f356c0afc0f69c43.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-5b884125ae28c168.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302026-08-13T18:53:28.303Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="aes"' --cfg 'feature="chacha20poly1305"' --cfg 'feature="encoding"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "chacha20poly1305", "encoding", "getrandom", "rand_core", "tdes", "zeroize"))' -C metadata=d898808fd03c62c9 -C extra-filename=-4b762c436917a87b --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-2e3a8c79675aa466.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-0b769270f49da4ab.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-89287ee406f50a9d.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-bfed0203fe4190c1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2886e1dc0b075353.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-74c8b53a225d51f2.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-4e14da6225c474a2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312026-08-13T18:53:28.303Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="algorithm"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="spki"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("algorithm", "alloc", "default", "der", "dev", "digest", "getrandom", "pem", "pkcs8", "serde", "sha2", "spki", "std"))' -C metadata=0ff744a2e771c349 -C extra-filename=-9b31f40fd81bf3a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-30eb0bf9c5a44875.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7c66a7980ab7737f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-733626f87b193a2d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0b3a7e32e8cddb48.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322026-08-13T18:53:28.303Z Compiling primeorder v0.14.0
46332026-08-13T18:53:28.303Z Compiling sha3 v0.11.0
46342026-08-13T18:53:28.303Z Compiling knuffel-derive v3.2.0
46352026-08-13T18:53:28.335Z Compiling bcrypt-pbkdf v0.11.0
46362026-08-13T18:53:28.339Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "zeroize"))' -C metadata=28515eb956b94082 -C extra-filename=-bf13a5ca0f45cacb --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-922c2cbe60b2b5d6.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6754f8ef28d37e88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-234c62d355d245d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46372026-08-13T18:53:28.339Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a369ba07918c4e8 -C extra-filename=-37a7db5adedce612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6c1a39cdac9eb0a1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a460c1050b8b0eac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382026-08-13T18:53:28.339Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=ea3e420876262387 -C extra-filename=-52ce35ce4720e42d --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-6794f85062176ed6.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46392026-08-13T18:53:28.370Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=143edf93552d3431 -C extra-filename=-df6c5a6d79b4ebd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-c4ef532110be91b1.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-9b68735a5c8dbbee.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-92041cf10ad8a4da.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-724b318dd57041ea.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-33237d56c230cea5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))' --check-cfg 'cfg(blake3_wasm32_simd, values(none()))'`
46402026-08-13T18:53:28.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="basepoint-table"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "basepoint-table", "critical-section", "dev", "hash2curve", "once_cell", "serde", "serdect", "std"))' -C metadata=1bf79b8427c11eff -C extra-filename=-2d048ef3de82a991 --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-7c66a7980ab7737f.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-535f14259d9c9d46.rmeta --extern wnaf=/work/oxidecomputer/omicron/target/debug/deps/libwnaf-31c80cfeffd7e11f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412026-08-13T18:53:28.405Z Compiling criterion v0.7.0
46422026-08-13T18:53:28.435Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=809ad443b0183fcb -C extra-filename=-e11c38ada0dbbe42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-d164592c962257ba.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-dc594de76e231d98.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-b21112d0e8512c32.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-849add97163c4f53.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5286722496dda8df.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-f4c8d0ec00eb5244.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46432026-08-13T18:53:28.468Z Compiling argon2 v0.6.0-rc.8
46442026-08-13T18:53:28.472Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=b844afde5722621d -C extra-filename=-d52f839abbd13a57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0918efa4cb1f85e3.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
46452026-08-13T18:53:28.472Z Compiling kem v0.3.0
46462026-08-13T18:53:28.472Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.6.0-rc.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(test_large_ram)' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "kdf", "parallel", "password-hash", "rand_core", "zeroize"))' -C metadata=975ae1006ef0a2f6 -C extra-filename=-7b266a7847806597 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-8e0ff7850db7c1e9.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472026-08-13T18:53:28.498Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kem-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom"))' -C metadata=50aa82011456f674 -C extra-filename=-29d82b48f69ac2cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99f23f8f8e418b35.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482026-08-13T18:53:28.502Z Compiling module-lattice v0.2.3
46492026-08-13T18:53:28.535Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_lattice --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/module-lattice-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "zeroize"))' -C metadata=95576ecb3b5bc758 -C extra-filename=-a9fc768b5530dc28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46502026-08-13T18:53:28.568Z Compiling addr2line v0.25.1
46512026-08-13T18:53:28.571Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "wasm"))' -C metadata=ef18f0303013170d -C extra-filename=-d1909a71ef68b48e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-8786f15fabafa3aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522026-08-13T18:53:28.698Z Compiling chumsky v0.9.3
46532026-08-13T18:53:28.702Z Compiling pathdiff v0.2.3
46542026-08-13T18:53:28.728Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=4775bf5410e210a0 -C extra-filename=-aca64d87bff10429 --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-afde265fd9acd1af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552026-08-13T18:53:28.732Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=6a5ab2d87ae67750 -C extra-filename=-4722404c5784443e --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-8a9e02ae24a3d662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46562026-08-13T18:53:28.765Z Compiling rsa v0.10.0-rc.18
46572026-08-13T18:53:28.768Z Compiling sponge-cursor v0.1.0
46582026-08-13T18:53:28.797Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.10.0-rc.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="encoding"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crypto-common", "default", "encoding", "getrandom", "hazmat", "pkcs5", "serde", "sha1", "sha2", "std"))' -C metadata=6fb42c8016040b5b -C extra-filename=-a4dc717e56c46c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e3c737eb9ca03877.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-970a809273f6fe6c.rmeta --extern crypto_primes=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_primes-2c629db6452ce898.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-f107f43434611856.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-883fc2881e55b92d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-234c62d355d245d9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0b3a7e32e8cddb48.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592026-08-13T18:53:28.801Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sponge_cursor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sponge-cursor-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=67e5a8dbf30fafc5 -C extra-filename=-93f08c56d802f90a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602026-08-13T18:53:28.832Z Compiling nested v0.1.1
46612026-08-13T18:53:28.867Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59baf210e5c6c384 -C extra-filename=-70d86f4fef49de78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622026-08-13T18:53:28.902Z Compiling backtrace v0.3.76
46632026-08-13T18:53:28.906Z Compiling russh-cryptovec v0.62.0
46642026-08-13T18:53:28.936Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=af5df0b7f6c4fb58 -C extra-filename=-852aae69ae80241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-d1909a71ef68b48e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-7e6439de82074424.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652026-08-13T18:53:28.939Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.62.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ssh-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ssh-encoding"))' -C metadata=451efe25152be02a -C extra-filename=-81164b3f4d68e8d5 --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-29fe31c54d5c23c8.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-4e14da6225c474a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46662026-08-13T18:53:28.939Z Compiling internal-russh-num-bigint v0.5.0
46672026-08-13T18:53:28.972Z Compiling httptest v0.16.4
46682026-08-13T18:53:28.975Z Compiling russh-util v0.52.0
46692026-08-13T18:53:28.975Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_russh_num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internal-russh-num-bigint-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand_0_10"' --cfg 'feature="rand_core_0_10"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand_0_10", "rand_0_9", "rand_core_0_10", "rand_core_0_9", "serde", "std"))' -C metadata=3fb68d4fa6fc7b33 -C extra-filename=-1d03a364355e305b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand-f4c13c5fbef39293.rmeta --extern rand_core_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46702026-08-13T18:53:28.975Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5a0c8f91dec8139 -C extra-filename=-830fdfd260ccc072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ef3fbf3b793ce3b.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712026-08-13T18:53:28.975Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-util-0.52.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=408f53edaed7d2a7 -C extra-filename=-63d21ed4ef272242 --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-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46722026-08-13T18:53:29.004Z Compiling generic-array v1.4.3
46732026-08-13T18:53:29.007Z Compiling enum_dispatch v0.3.13
46742026-08-13T18:53:29.038Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="compat-0_14"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "as_slice", "bitvec", "bytecheck-0_8", "bytemuck", "compat-0_14", "const-default", "faster-hex", "hybrid-array-0_4", "internals", "rkyv-0_8", "rkyv-0_8-full", "serde", "subtle", "zeroize"))' -C metadata=e66fd4931b0cd1fe -C extra-filename=-6b05318979050be3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array_0_14=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46752026-08-13T18:53:29.041Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_dispatch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum_dispatch-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4903a2cebf901d4 -C extra-filename=-3b29401c30aa152a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46762026-08-13T18:53:29.041Z Compiling delegate v0.13.5
46772026-08-13T18:53:29.072Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name delegate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/delegate-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bc1277edfc7ba81 -C extra-filename=-c9ec3479dbd34f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782026-08-13T18:53:29.136Z Compiling ml-kem v0.3.2
46792026-08-13T18:53:29.140Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ml_kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ml-kem-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hazmat", "pem", "pkcs8", "zeroize"))' -C metadata=f25cc14ece9a6398 -C extra-filename=-60cb2f5bd1590129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --extern kem=/work/oxidecomputer/omicron/target/debug/deps/libkem-29d82b48f69ac2cc.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-a9fc768b5530dc28.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-52ce35ce4720e42d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46802026-08-13T18:53:29.172Z Compiling num-bigint v0.4.6
46812026-08-13T18:53:29.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=491240081ee81544 -C extra-filename=-2101efc5a5e9b05e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46822026-08-13T18:53:29.237Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46832026-08-13T18:53:29.240Z Compiling darling_macro v0.13.4
46842026-08-13T18:53:29.240Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69fac3d7e8369034 -C extra-filename=-8eb5c35ae20b76d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46852026-08-13T18:53:29.272Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=330362b94010e7de -C extra-filename=-2bd43c5573fcec64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e025eb9a0a3eca49.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862026-08-13T18:53:29.337Z Compiling diesel v2.3.7
46872026-08-13T18:53:29.341Z Compiling p256 v0.14.0
46882026-08-13T18:53:29.341Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=ed307bc436775c83 -C extra-filename=-f956b265fd8d9f6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e56ebd565abc3839.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-ba39d5a7fef78854.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-8e417292b4ef15fe.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
46892026-08-13T18:53:29.341Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=645d0974adef1ac8 -C extra-filename=-ad3e7b02a70916ca --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-cda178e0510b5274.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d6dd042221199f4f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-5b884125ae28c168.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46902026-08-13T18:53:29.342Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha256", "std", "test-vectors"))' -C metadata=892d5f6fef55282c -C extra-filename=-5d33becd0a4426e4 --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-9b31f40fd81bf3a8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7c66a7980ab7737f.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-535f14259d9c9d46.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-2d048ef3de82a991.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-234c62d355d245d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46912026-08-13T18:53:29.401Z Compiling ed25519-dalek v3.0.0
46922026-08-13T18:53:29.436Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "pem", "pkcs8", "rand_core", "serde", "signature", "strobe-rs", "zeroize"))' -C metadata=be5cdf35edfe5deb -C extra-filename=-5bb12852fbea04c2 --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-d52f839abbd13a57.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-d2872a8698e9a48c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-234c62d355d245d9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0b3a7e32e8cddb48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46932026-08-13T18:53:29.439Z Compiling p521 v0.14.0
46942026-08-13T18:53:29.471Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors"))' -C metadata=fb970392ac5bfe6d -C extra-filename=-039c6146677bf390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0418e8e37623f229.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9b31f40fd81bf3a8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7c66a7980ab7737f.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-535f14259d9c9d46.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-2d048ef3de82a991.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-234c62d355d245d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46952026-08-13T18:53:29.504Z Compiling backtrace-ext v0.2.1
46962026-08-13T18:53:29.540Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace_ext --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=416dbf59680300b5 -C extra-filename=-951c044b39d5e82d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-852aae69ae80241c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972026-08-13T18:53:29.544Z Compiling p384 v0.14.0
46982026-08-13T18:53:29.571Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(p384_backend, values("bigint", "fiat"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "hex-literal", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha384", "std", "test-vectors"))' -C metadata=00368d5935877ab3 -C extra-filename=-66c9c2d7ee962c9c --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-9b31f40fd81bf3a8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7c66a7980ab7737f.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-535f14259d9c9d46.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-2d048ef3de82a991.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-234c62d355d245d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46992026-08-13T18:53:29.605Z Compiling sha3 v0.12.0
47002026-08-13T18:53:29.638Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=041aa5861fbdb174 -C extra-filename=-3480fad6335e63a9 --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-6794f85062176ed6.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --extern sponge_cursor=/work/oxidecomputer/omicron/target/debug/deps/libsponge_cursor-93f08c56d802f90a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47012026-08-13T18:53:29.676Z Compiling guppy v0.17.25
47022026-08-13T18:53:29.676Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=c6cda8d243246f89 -C extra-filename=-4afb0c5ff985967b --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-67f202f8931df806.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-9b651c92d8f268ac.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d6dd042221199f4f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-70d86f4fef49de78.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-4722404c5784443e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-ad3e7b02a70916ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47032026-08-13T18:53:29.676Z Compiling md5 v0.8.0
47042026-08-13T18:53:29.707Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d03f1c661e3f12a8 -C extra-filename=-770b7b5bf23f475d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052026-08-13T18:53:29.842Z Compiling miette v5.10.0
47062026-08-13T18:53:29.845Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=e8ac29ee03bc1d6e -C extra-filename=-0d2238be261c838f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-852aae69ae80241c.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-951c044b39d5e82d.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-9cc71c311d1067a0.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ccdd5375eda13644.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c43284e9452966c3.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-ffaddbc27423dafd.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-cffee9f170b9bf3e.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-d160fd39b1cdcb81.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c52f01d474975ac3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072026-08-13T18:53:29.902Z Compiling hex-literal v1.1.0
47082026-08-13T18:53:29.905Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47092026-08-13T18:53:29.905Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97ca0b0f7a2e4b24 -C extra-filename=-b3be55050b78286d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47102026-08-13T18:53:29.978Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b40859e32ad36936 -C extra-filename=-7f2c847c99580089 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-8eb5c35ae20b76d0.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-935d98854f7f73f3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47112026-08-13T18:53:30.102Z Compiling darling v0.13.4
47122026-08-13T18:53:30.105Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=74d85ab04234233b -C extra-filename=-c8540123bbacdf7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e025eb9a0a3eca49.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2bd43c5573fcec64.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47132026-08-13T18:53:30.138Z Compiling hickory-client v0.25.2
47142026-08-13T18:53:30.142Z Compiling similar-asserts v1.7.0
47152026-08-13T18:53:30.142Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47162026-08-13T18:53:30.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=1034fb8401d50a19 -C extra-filename=-2334dbb4d9f85d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-2a2a4dd83a6671bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47172026-08-13T18:53:30.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=021c2882aadb9e62 -C extra-filename=-6331658d236cc073 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e334ab4a9a0d3340.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47182026-08-13T18:53:30.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dce45441cb3b96f7 -C extra-filename=-4f7014068f2ea927 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47192026-08-13T18:53:30.142Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47202026-08-13T18:53:30.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a66b2be9aa36cc0a -C extra-filename=-b0d67f5b7d2f786d --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-8a9e02ae24a3d662.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212026-08-13T18:53:30.204Z Compiling socket2 v0.5.10
47222026-08-13T18:53:30.272Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=ebb1d82abae2758c -C extra-filename=-1c0696c1a58eee79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47232026-08-13T18:53:30.307Z Compiling escape8259 v0.5.3
47242026-08-13T18:53:30.311Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2aa95b9dd0ef917b -C extra-filename=-27efae1387b7fa25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252026-08-13T18:53:30.311Z Compiling serde_with_macros v1.5.2
47262026-08-13T18:53:30.340Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5d6bbed5b619116 -C extra-filename=-2b0e26735b423457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-c8540123bbacdf7b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47272026-08-13T18:53:30.372Z Compiling internet-checksum v0.2.1
47282026-08-13T18:53:30.376Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=3c0d0a4e5d42356c -C extra-filename=-5b9751ce9dbeac6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292026-08-13T18:53:30.403Z Compiling assert_cmd v2.1.2
47302026-08-13T18:53:30.407Z Compiling target-triple v1.0.0
47312026-08-13T18:53:30.407Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=a210d50b3f37c882 -C extra-filename=-81e180b810c384f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-81e180b810c384f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322026-08-13T18:53:30.407Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
47332026-08-13T18:53:30.407Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca123542a0a3af92 -C extra-filename=-62c438f7fa2861f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-62c438f7fa2861f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47342026-08-13T18:53:30.407Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47352026-08-13T18:53:30.437Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "thiserror"))' -C metadata=dd83be1f2b6cadf8 -C extra-filename=-a526952befde5b66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ebb7d6ce835ea581.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-984b218363bfabe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47362026-08-13T18:53:30.469Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/8f60acd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08"))' -C metadata=fd11d4dcd94139d6 -C extra-filename=-2fafcb8f1f055baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372026-08-13T18:53:30.545Z Compiling libtest-mimic v0.8.1
47382026-08-13T18:53:30.549Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2fe7bc9d21fa1b0 -C extra-filename=-7fc5174b8f9a1052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-27efae1387b7fa25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47392026-08-13T18:53:30.581Z Compiling knuffel v3.2.0
47402026-08-13T18:53:30.585Z Compiling fancy-regex v0.14.0
47412026-08-13T18:53:30.585Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=9177700190582003 -C extra-filename=-5ba98adb126ef4d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-aca64d87bff10429.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-37a7db5adedce612.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-0d2238be261c838f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47422026-08-13T18:53:30.586Z Compiling rstest_macros v0.25.0
47432026-08-13T18:53:30.586Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=a598a696f2affa96 -C extra-filename=-820c58e8d0e44b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-baf9c933219c4874.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47442026-08-13T18:53:30.586Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=3864e5f5a4718a4a -C extra-filename=-db818da801a6cd3e --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-db818da801a6cd3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47452026-08-13T18:53:30.682Z Compiling fs-err v2.11.0
47462026-08-13T18:53:30.686Z Compiling linkme-impl v0.3.35
47472026-08-13T18:53:30.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=d2efa100a1c77ad0 -C extra-filename=-6907d044ff4d6da5 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-6907d044ff4d6da5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47482026-08-13T18:53:30.686Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47492026-08-13T18:53:30.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=fe036e9c29e956a5 -C extra-filename=-01d8a62eb1848a1b --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-01d8a62eb1848a1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47502026-08-13T18:53:30.716Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=3d2ac51dd2154741 -C extra-filename=-bdf8f952595ea540 --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-e69b9d21c496cab0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2fafcb8f1f055baf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47512026-08-13T18:53:30.784Z Compiling support-bundle-viewer v0.1.2
47522026-08-13T18:53:30.788Z Compiling multimap v0.10.1
47532026-08-13T18:53:30.788Z Compiling approx v0.5.1
47542026-08-13T18:53:30.788Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bdae672daaacb5f -C extra-filename=-d460dab6a3504330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e34ae4a80beee20a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out`
47552026-08-13T18:53:30.788Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-81e180b810c384f1/build-script-build`
47562026-08-13T18:53:30.788Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=1d86fc834d262909 -C extra-filename=-38c6af4341102d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47572026-08-13T18:53:30.788Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=9b93f620ea6e5d4c -C extra-filename=-bae629aae9bb55a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47582026-08-13T18:53:30.914Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-62c438f7fa2861f7/build-script-build`
47592026-08-13T18:53:30.948Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=cceb8a2ff504cd29 -C extra-filename=-4515cb23f8af215b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-c61d67dd999bce75.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1a72a5fb657fb8c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47602026-08-13T18:53:31.016Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc23551b0a48101b -C extra-filename=-11c2b2a5a5c71eac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
47612026-08-13T18:53:31.030Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-6907d044ff4d6da5/build-script-build`
47622026-08-13T18:53:31.033Z Compiling uzers v0.12.2
47632026-08-13T18:53:31.033Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-db818da801a6cd3e/build-script-build`
47642026-08-13T18:53:31.034Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=cfcfce8003aeb347 -C extra-filename=-7628f5c0ce279786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47652026-08-13T18:53:31.133Z Compiling linkme v0.3.35
47662026-08-13T18:53:31.137Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=32ef977d47820c6e -C extra-filename=-b84237b6b640aa92 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-b84237b6b640aa92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47672026-08-13T18:53:31.168Z Compiling datatest-stable v0.3.3
47682026-08-13T18:53:31.172Z Compiling relative-path v1.9.3
47692026-08-13T18:53:31.172Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-01d8a62eb1848a1b/build-script-build`
47702026-08-13T18:53:31.172Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=896ea042987a2f62 -C extra-filename=-acbc9bc8b75a59e3 --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-8a9e02ae24a3d662.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-820c58e8d0e44b43.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-7fc5174b8f9a1052.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47712026-08-13T18:53:31.172Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=a380df1c4a86ecb4 -C extra-filename=-5b8eb83516bfc368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47722026-08-13T18:53:31.172Z Compiling termcolor v1.4.1
47732026-08-13T18:53:31.172Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dcd0011a2dde969 -C extra-filename=-dbf8146b2030218f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47742026-08-13T18:53:31.198Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47752026-08-13T18:53:31.203Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=cc9fae6e7437e0ec -C extra-filename=-fc253522a518cbd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
47762026-08-13T18:53:31.232Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d036bdc595095de -C extra-filename=-1ee0ec4ea76452f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bdf8f952595ea540.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47772026-08-13T18:53:31.369Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
47782026-08-13T18:53:31.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-mock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50986eddf08fcc44 -C extra-filename=-146947455728d327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-a526952befde5b66.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-5ba98adb126ef4d5.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-0d2238be261c838f.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ebb7d6ce835ea581.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47792026-08-13T18:53:31.404Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
47802026-08-13T18:53:31.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0dd4788075b27792 -C extra-filename=-c148659cbf02bd13 --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-8a9e02ae24a3d662.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aec5e55fb051f8f0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-5ba98adb126ef4d5.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-0d2238be261c838f.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e5530210fc43d276.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8d466ca740597bbe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-618273ec1052c787.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f4412fddaee1d197.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9bf7b688d4e14c96.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47812026-08-13T18:53:31.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=133d7070c277ff84 -C extra-filename=-6b577da81b40bcc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(no_unsafe_attributes)' --check-cfg 'cfg(no_unsafe_extern_blocks)'`
47822026-08-13T18:53:31.473Z Compiling serde_with v1.14.0
47832026-08-13T18:53:31.473Z Compiling trybuild v1.0.116
47842026-08-13T18:53:31.477Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="serde_with_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "base64_crate", "chrono", "chrono_crate", "default", "doc-comment", "guide", "hex", "indexmap", "indexmap_crate", "json", "macros", "serde_json", "serde_with_macros", "time_0_3"))' -C metadata=76e000b119db1841 -C extra-filename=-db64c4047085d265 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-2b0e26735b423457.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47852026-08-13T18:53:31.477Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=bf66aaa386a197b1 -C extra-filename=-2f95fa35c22f4bd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-11c2b2a5a5c71eac.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-dbf8146b2030218f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6b5d68318f1447cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47862026-08-13T18:53:31.543Z Compiling blake2b_simd v1.0.4
47872026-08-13T18:53:31.548Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=9310f6fcff0447c6 -C extra-filename=-cc12d2cc769c68dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-c4ef532110be91b1.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-9b68735a5c8dbbee.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-92041cf10ad8a4da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882026-08-13T18:53:31.548Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47892026-08-13T18:53:31.548Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-b84237b6b640aa92/build-script-build`
47902026-08-13T18:53:31.548Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b8e7c4f0494dfe0 -C extra-filename=-3a3432fa28adbde8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-769bfa7d1f35b995.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-74f5eef272e84b20.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7abaceda44bc0ff3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-618273ec1052c787.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-6db3d1ab605be4b9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-3e2aa9d66e04eae2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
47912026-08-13T18:53:31.548Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=22f6e0ad7657581d -C extra-filename=-b071b59c8b6fcbb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-42ed6c2043433593.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-5b8eb83516bfc368.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47922026-08-13T18:53:31.583Z Compiling partial-io v0.5.4
47932026-08-13T18:53:31.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=a5f97164737cca47 -C extra-filename=-23ca0df2b9ed2051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-64e35ac9baf45057.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47942026-08-13T18:53:31.619Z Compiling rand_distr v0.5.1
47952026-08-13T18:53:31.649Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=6dfaa37b2801ce74 -C extra-filename=-c06f262ef6f5ca8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47962026-08-13T18:53:31.653Z Compiling drift v0.2.0
47972026-08-13T18:53:31.653Z Compiling parse-size v1.1.0
47982026-08-13T18:53:31.653Z Compiling constant_time_eq v0.3.1
47992026-08-13T18:53:31.683Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=21ba17dbdd6270fc -C extra-filename=-84a5b189f8358e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002026-08-13T18:53:31.687Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=0988cc8288d614a3 -C extra-filename=-cbeea32f1c8e85f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48012026-08-13T18:53:31.687Z Compiling cargo_toml v0.21.0
48022026-08-13T18:53:31.717Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f8899058f6127d1 -C extra-filename=-f0321ecb34a90d26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48032026-08-13T18:53:31.721Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=c904425ba9398eb3 -C extra-filename=-b681f7c28fded0ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48042026-08-13T18:53:31.752Z Compiling termios v0.3.3
48052026-08-13T18:53:31.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a63b34ec2def1702 -C extra-filename=-f247d7cf84322889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48062026-08-13T18:53:31.789Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=e60de1e6c0cfdace -C extra-filename=-0c3d9b21ff90a35e --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-e69b9d21c496cab0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-c04320fb3784b81e.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48072026-08-13T18:53:31.819Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b8031be900f3adb -C extra-filename=-3491cff30de28185 --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-8a9e02ae24a3d662.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48082026-08-13T18:53:32.007Z Compiling rust-argon2 v2.1.0
48092026-08-13T18:53:32.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=69927bdfb89b45ae -C extra-filename=-9896b4076d354df8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-cc12d2cc769c68dc.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-cbeea32f1c8e85f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48102026-08-13T18:53:32.446Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=1738b39e3f4572d2 -C extra-filename=-6d12d2f24d7f6704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linkme_impl=/work/oxidecomputer/omicron/target/debug/deps/liblinkme_impl-6b577da81b40bcc4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48112026-08-13T18:53:32.711Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48122026-08-13T18:53:32.715Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2b053ebc409a239 -C extra-filename=-c9559716b8f3427b --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-c9559716b8f3427b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-ca9ef9ff4744380d.rlib --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-1052d4b3e6e1e621.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-db64c4047085d265.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48132026-08-13T18:53:32.835Z Compiling ssh-key v0.7.0-rc.11
48142026-08-13T18:53:32.840Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.7.0-rc.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="p256"' --cfg 'feature="p384"' --cfg 'feature="p521"' --cfg 'feature="ppk"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="sha1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "ppk", "rand_core", "rsa", "serde", "sha1", "std", "tdes"))' -C metadata=8194c1a5961602f5 -C extra-filename=-6d00b49e12f266bd --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-7b266a7847806597.rmeta --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-bf13a5ca0f45cacb.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5bb12852fbea04c2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-2c17f711a0631a32.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-5d33becd0a4426e4.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-66c9c2d7ee962c9c.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-039c6146677bf390.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a4dc717e56c46c43.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c42c3a8ba1c8fcbe.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1ea567156e578eb6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-234c62d355d245d9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0b3a7e32e8cddb48.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-4b762c436917a87b.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-4e14da6225c474a2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48152026-08-13T18:53:33.442Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
48162026-08-13T18:53:33.446Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/68a4b3b/tls/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=447a48501a62a0e8 -C extra-filename=-19199e3d834caa2a --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-8a9e02ae24a3d662.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-c148659cbf02bd13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48172026-08-13T18:53:34.318Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-c9559716b8f3427b/build-script-build`
48182026-08-13T18:53:34.376Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48192026-08-13T18:53:34.379Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40008e3dc359402c -C extra-filename=-22d9a17fac916887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-b681f7c28fded0ad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48202026-08-13T18:53:34.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pmbus --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f588e9ebe7d740b5 -C extra-filename=-bfae29efe53eba2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-63a9bca806118ba2.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48212026-08-13T18:53:35.908Z Compiling rstest v0.25.0
48222026-08-13T18:53:35.921Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=7366f84a38e4332a -C extra-filename=-3690d9b079016242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-bc8745d015cb2294.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-b071b59c8b6fcbb3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48232026-08-13T18:53:37.900Z Compiling samael v0.0.19
48242026-08-13T18:53:37.982Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=6ba5ef5768a4778e -C extra-filename=-a8ee040f976516f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a8ee040f976516f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-da704fdba0695d0d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48252026-08-13T18:53:38.972Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=67737a42748c4f2c -C extra-filename=-344846e5fc87710c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-e91fec689e1622b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
48262026-08-13T18:53:39.306Z Compiling git2 v0.20.4
48272026-08-13T18:53:39.342Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=2d06ea682dcf138d -C extra-filename=-6134102bbe25c1d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-344846e5fc87710c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64`
48282026-08-13T18:53:39.378Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-a8ee040f976516f4/build-script-bindings`
48292026-08-13T18:53:39.869Z Compiling polar-core v0.27.3
48302026-08-13T18:53:39.899Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=1a2b95e32bea5123 -C extra-filename=-5223d1309222fba4 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-5223d1309222fba4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-e0699f0d48a58c38.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48312026-08-13T18:53:40.654Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-5223d1309222fba4/build-script-build`
48322026-08-13T18:53:40.802Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=0338eeec402315fe -C extra-filename=-219d508591cabade --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-9648e669395baa62.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-1ca26596e59e04be.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d5601b40fee819b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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)'`
48332026-08-13T18:53:41.838Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=c3b304ce80085480 -C extra-filename=-8ea396b9a9c7fd42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-cab12bb866bcd3b9.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-dad3cdbc0ba06992.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48342026-08-13T18:53:42.333Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=c1bf77e03d920958 -C extra-filename=-264e008132cd2dfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-6134102bbe25c1d8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-80b8c7a3658ed5cf.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-71364a506ce5ce15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
48352026-08-13T18:53:42.904Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48362026-08-13T18:53:42.921Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30c774ef6bcb3802 -C extra-filename=-2579734276e273dd --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-2579734276e273dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-80b8c7a3658ed5cf.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-264e008132cd2dfd.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64`
48372026-08-13T18:53:43.928Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-2579734276e273dd/build-script-build`
48382026-08-13T18:53:43.968Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e5a3b75a8c49231d/build-script-build`
48392026-08-13T18:53:43.986Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=934c3a0dbe68b0da -C extra-filename=-9cd689f69844f1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -l static=aws_lc_0_40_0_crypto --cfg universal`
48402026-08-13T18:53:44.043Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4c54629b47eba27/build-script-build`
48412026-08-13T18:53:44.137Z Compiling async-bb8-diesel v0.2.1
48422026-08-13T18:53:44.137Z Compiling diesel-dtrace v0.5.0
48432026-08-13T18:53:44.148Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=72dad332240be833 -C extra-filename=-1cfa787baded7d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-c60183443cd126ec.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.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`
48442026-08-13T18:53:44.148Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4015ed6595935223 -C extra-filename=-78aa76d952193465 --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-f956b265fd8d9f6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-11c54b75ef92e049.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.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`
48452026-08-13T18:53:44.441Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=1406a923961358f4 -C extra-filename=-db875f29bc9af157 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ac164487c785deef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
48462026-08-13T18:53:45.221Z Compiling rustls-webpki v0.103.13
48472026-08-13T18:53:45.222Z Compiling rcgen v0.12.1
48482026-08-13T18:53:45.225Z Compiling russh v0.62.4
48492026-08-13T18:53:45.225Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=4851a8093de4f4e6 -C extra-filename=-ccb9c776d5fc822f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-6ffcdc72833e9553.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48502026-08-13T18:53:45.225Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=3331ef85cc5793f7 -C extra-filename=-f16682e1ab282a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-759c22ecd7f217cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48512026-08-13T18:53:45.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.62.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="rsa"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_bench", "async-trait", "aws-lc-rs", "default", "des", "dsa", "flate2", "legacy-ed25519-pkcs8-parser", "ring", "rsa", "serde", "yasna"))' -C metadata=c348e1b6037ef807 -C extra-filename=-41124333fe6973d9 --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-0b769270f49da4ab.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-6ec2292f89627358.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ccdc5708fd6634a9.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2886e1dc0b075353.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-970a809273f6fe6c.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-41d7ef165570652e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d52f839abbd13a57.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern delegate=/work/oxidecomputer/omicron/target/debug/deps/libdelegate-c9ec3479dbd34f9a.so --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-30eb0bf9c5a44875.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9b31f40fd81bf3a8.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-5bb12852fbea04c2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7c66a7980ab7737f.rmeta --extern enum_dispatch=/work/oxidecomputer/omicron/target/debug/deps/libenum_dispatch-3b29401c30aa152a.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6b05318979050be3.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-8500116f13123a6d.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b3be55050b78286d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-2c17f711a0631a32.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libinternal_russh_num_bigint-1d03a364355e305b.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-770b7b5bf23f475d.rmeta --extern ml_kem=/work/oxidecomputer/omicron/target/debug/deps/libml_kem-60cb2f5bd1590129.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-a9fc768b5530dc28.rmeta --extern num_bigint_0_4=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-2101efc5a5e9b05e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-5d33becd0a4426e4.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-66c9c2d7ee962c9c.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-039c6146677bf390.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6754f8ef28d37e88.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-f107f43434611856.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2a351f2a5d5acdb6.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-883fc2881e55b92d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-3424677337761977.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f4c13c5fbef39293.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a4dc717e56c46c43.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-81164b3f4d68e8d5.rmeta --extern russh_util=/work/oxidecomputer/omicron/target/debug/deps/librussh_util-63d21ed4ef272242.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-615a3b6b9e878d20.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-a696b5e030044666.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c42c3a8ba1c8fcbe.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1ea567156e578eb6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-234c62d355d245d9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3480fad6335e63a9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0b3a7e32e8cddb48.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ac2a223a816a3973.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-4e14da6225c474a2.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-6d00b49e12f266bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b80abd5e96f582c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48522026-08-13T18:53:45.374Z Compiling oso v0.27.3
48532026-08-13T18:53:45.378Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=878a23e5d932463d -C extra-filename=-815c8f84783fad7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-3e57588f6c0bdb2c.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-c2584cfce2fd8f6d.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-8ea396b9a9c7fd42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48542026-08-13T18:53:45.663Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=99808fe0541132da -C extra-filename=-cd039ea81abfdbc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ccb9c776d5fc822f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48552026-08-13T18:53:48.329Z Compiling tokio-rustls v0.26.4
48562026-08-13T18:53:48.329Z Compiling rustls-platform-verifier v0.6.2
48572026-08-13T18:53:48.373Z Compiling tough v0.22.0
48582026-08-13T18:53:48.373Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
48592026-08-13T18:53:48.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=6e11e354f19bc418 -C extra-filename=-181b0cab43093438 --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-cd039ea81abfdbc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48602026-08-13T18:53:48.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=367349d3115433ae -C extra-filename=-2bf51919f23ce3e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-8ac6205960204119.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-7e8c43aa4f4629d8.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-71b430fcbfe882d1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-023a258766385c86.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-60d198e6d810519a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-340edb1dfece61d6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ac164487c785deef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/usr/lib/amd64`
48612026-08-13T18:53:48.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=35acd01acae8136a -C extra-filename=-f57736ecca87cca9 --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-29fe31c54d5c23c8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-48b8d0c6c2b672b9.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ccb9c776d5fc822f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48622026-08-13T18:53:48.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/tough/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "http2", "integ", "reqwest", "rustls-native-certs", "rustls-platform-verifier"))' -C metadata=dcc079fcd104247d -C extra-filename=-b2bc182eb95946fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-8ac6205960204119.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-dacc1a861acd5714.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-023a258766385c86.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-60d198e6d810519a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-340edb1dfece61d6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ac164487c785deef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48632026-08-13T18:53:48.669Z Compiling hyper-rustls v0.27.7
48642026-08-13T18:53:48.767Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=548d05417665fb74 -C extra-filename=-141500626c20febd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-48b8d0c6c2b672b9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-181b0cab43093438.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48652026-08-13T18:53:48.767Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=102d1ee962dbc58c -C extra-filename=-ebffc00aaf124159 --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-2ff134b093098c29.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-64d06e4bd46a1adc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-b55ebcd4bdd7faa6.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-1f6b2d4c349cd1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-aa4989b6e8d2c9e3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fa7319cc94b10d80.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1ea567156e578eb6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7b1b8a3d32fa8391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-181b0cab43093438.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6b5d68318f1447cb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-11c54b75ef92e049.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8607a6018d10fd09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48662026-08-13T18:53:48.767Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/68a4b3b/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=c103617de9c9c57f -C extra-filename=-e252e643a3312adf --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-673fe6e4ad139613.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-8d515257c76d6602.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-75bfeabb42504c81.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-fa6bdc3b1c8ac30b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-181b0cab43093438.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
48672026-08-13T18:53:48.815Z Compiling reqwest v0.13.2
48682026-08-13T18:53:48.815Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=a65c5eb65b568a1c -C extra-filename=-a2e1934b62ace1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-bd5318f329ddc86f.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-f77eb10c7bb25fa5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-58556d65b6f6641e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-e26fa830d098d311.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-f57736ecca87cca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-9285e2cec1c30045.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-181b0cab43093438.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-ce32b403c43323e2.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-0cf4b65cb8f628e3.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48692026-08-13T18:53:50.189Z Compiling progenitor-client v0.14.0
48702026-08-13T18:53:50.189Z Compiling progenitor-client v0.13.0
48712026-08-13T18:53:50.189Z Compiling omicron-zone-package v0.12.3
48722026-08-13T18:53:50.262Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81fb7f5b3b96dc35 -C extra-filename=-46b53bc12077f144 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48732026-08-13T18:53:50.262Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0bf2fdfa1c43781 -C extra-filename=-daecb6a32d14b1c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48742026-08-13T18:53:50.262Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e9f4ddb6a0ba056 -C extra-filename=-1b02ae8ebaab2612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-7847605b4539d0e5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48752026-08-13T18:53:50.434Z Compiling progenitor-extras v0.2.0
48762026-08-13T18:53:50.434Z Compiling progenitor v0.14.0
48772026-08-13T18:53:50.595Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b4d13e29fac0b32 -C extra-filename=-6c6545aa4d10a902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48782026-08-13T18:53:50.595Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=beccc5c148a63260 -C extra-filename=-adb8afa987974f71 --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-46b53bc12077f144.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6d811df9668ca7fc.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-4a1e1f6d33974ead.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48792026-08-13T18:53:50.665Z Compiling progenitor v0.13.0
48802026-08-13T18:53:50.665Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=dd34a3dc6af65022 -C extra-filename=-2e1db139e8847d3b --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-daecb6a32d14b1c1.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-ef4d4d52385b53b8.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-7ee3955428e04bde.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48812026-08-13T18:53:50.665Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
48822026-08-13T18:53:50.665Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18b4b081ea4b91f4 -C extra-filename=-29127200b1b06197 --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-ca42f478fa95b756.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern digest_io=/work/oxidecomputer/omicron/target/debug/deps/libdigest_io-db6e2de941453c20.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-9a222c74d98e6ee9.rmeta --extern rawzip=/work/oxidecomputer/omicron/target/debug/deps/librawzip-06f5b8f7119bab3a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-234c62d355d245d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b2bc182eb95946fc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
48832026-08-13T18:53:50.665Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48842026-08-13T18:53:50.665Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48852026-08-13T18:53:50.665Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
48862026-08-13T18:53:50.665Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48872026-08-13T18:53:50.665Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48882026-08-13T18:53:50.665Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48892026-08-13T18:53:50.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7aee945aa8203de1 -C extra-filename=-417c30950269cb98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-a92d22639c9be6ce.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-a28b3bca7dd8309b.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-75d6dbb9e07765b0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48902026-08-13T18:53:50.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=0a152b30e8ace4de -C extra-filename=-4e9314db3b26bbab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-10f5b2e4cf735960.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-a039d34423c13086.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-aa99e2f39b1a2a39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-91e0d74caa0d3b1d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48912026-08-13T18:53:50.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=219e3cf340e29724 -C extra-filename=-bfec7b3686289342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libddm_api_types_versions-cb1e4f1c2e282a73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48922026-08-13T18:53:50.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef01575be45f48f1 -C extra-filename=-890f723f5af72411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-a8be13afb8431486.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-26d8df21383d97d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48932026-08-13T18:53:50.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=946ecb67686fddd8 -C extra-filename=-306259acee515851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48942026-08-13T18:53:50.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8fb04c2303462d1 -C extra-filename=-f0fddc70dff36124 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
48952026-08-13T18:53:50.666Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48962026-08-13T18:53:50.711Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c78d84f1adb6f797 -C extra-filename=-75054b8fe3ec7ccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fc253522a518cbd7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3a3432fa28adbde8.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-84a5b189f8358e75.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fa7319cc94b10d80.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bdf8f952595ea540.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-1ee0ec4ea76452f0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
48972026-08-13T18:53:50.711Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48982026-08-13T18:53:50.711Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48992026-08-13T18:53:50.712Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=d40a50f676694c87 -C extra-filename=-3f353d804c81ffba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-68b1345d50338b00.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-a039d34423c13086.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2e1db139e8847d3b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-91e0d74caa0d3b1d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49002026-08-13T18:53:50.712Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=449266020ae0baf8 -C extra-filename=-065d97533ec2fac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-eb412d0a7bbc716f.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-a039d34423c13086.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2e1db139e8847d3b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-91e0d74caa0d3b1d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49012026-08-13T18:53:51.197Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
49022026-08-13T18:53:51.251Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88058a9887c29245 -C extra-filename=-a4ba9e10cc4354b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a4ba9e10cc4354b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-67f202f8931df806.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-ce3a96d3ea6c45a7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-bfed0203fe4190c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2886e1dc0b075353.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-93ec28f88e11622c.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e34ae4a80beee20a.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99f23f8f8e418b35.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-5133dbf086a842c5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7867bfd6ed03cec.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-23939b7dd09345db.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-64c49b69edd2c472.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6c1a39cdac9eb0a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2e4f8c83a9c4fa41.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-97beb48c4ad97b54.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-6deeef8a4e774d52.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7459907f9cefcd51.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-707727270d7346e8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-71b430fcbfe882d1.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-618273ec1052c787.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a28b6bc51e3bcf94.so --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-4de5acab881f7c66.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-181b0cab43093438.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-f52b23f0e36c311f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-11c54b75ef92e049.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-24e83d82e68417c1.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-870d92e9621d9abf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-80b8c7a3658ed5cf.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-71364a506ce5ce15.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49032026-08-13T18:53:51.320Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
49042026-08-13T18:53:51.320Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49052026-08-13T18:53:51.320Z Compiling dropshot-api-manager v0.7.2
49062026-08-13T18:53:51.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3020db3e2ac99c8a -C extra-filename=-efad57b518728b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-54d328873644484d.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49072026-08-13T18:53:51.321Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70364747ed6e4280 -C extra-filename=-f211664f918dc8d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-a8be13afb8431486.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e4d17ea29c0739a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-26d8df21383d97d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49082026-08-13T18:53:51.321Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5df2160492605746 -C extra-filename=-1a055044bc414d6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-f0321ecb34a90d26.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-0ba38be11a9ae81b.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-cddff8334dcb8163.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49092026-08-13T18:53:51.321Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e1d089e32059d7c -C extra-filename=-a0110258e9eab425 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-3d1a2ea0338b9c15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5771112c62489400.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-181b0cab43093438.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6b5d68318f1447cb.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-c90dab3a6401b741.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49102026-08-13T18:53:51.475Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a4ba9e10cc4354b0/build-script-build`
49112026-08-13T18:53:51.485Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=072100d193906cc6 -C extra-filename=-d977691681f01edc --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-67f202f8931df806.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-ce3a96d3ea6c45a7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-bfed0203fe4190c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2886e1dc0b075353.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-93ec28f88e11622c.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e34ae4a80beee20a.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99f23f8f8e418b35.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-5133dbf086a842c5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7867bfd6ed03cec.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-23939b7dd09345db.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-64c49b69edd2c472.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2e4f8c83a9c4fa41.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-97beb48c4ad97b54.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-6deeef8a4e774d52.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7459907f9cefcd51.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-707727270d7346e8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-71b430fcbfe882d1.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-618273ec1052c787.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-181b0cab43093438.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-f52b23f0e36c311f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-11c54b75ef92e049.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-24e83d82e68417c1.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-870d92e9621d9abf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49122026-08-13T18:53:51.486Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18dd1914453fef51 -C extra-filename=-c35ca360204dba39 --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-67f202f8931df806.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rmeta --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-ce3a96d3ea6c45a7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-bfed0203fe4190c1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2886e1dc0b075353.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-93ec28f88e11622c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e34ae4a80beee20a.rmeta --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rmeta --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99f23f8f8e418b35.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-5133dbf086a842c5.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rmeta --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7867bfd6ed03cec.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-23939b7dd09345db.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-64c49b69edd2c472.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eb60c353522be4c8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2e4f8c83a9c4fa41.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-97beb48c4ad97b54.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-6deeef8a4e774d52.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7459907f9cefcd51.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-707727270d7346e8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-71b430fcbfe882d1.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-618273ec1052c787.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-181b0cab43093438.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-f52b23f0e36c311f.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-11c54b75ef92e049.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-24e83d82e68417c1.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-870d92e9621d9abf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49132026-08-13T18:53:51.586Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
49142026-08-13T18:53:51.586Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
49152026-08-13T18:53:51.596Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49162026-08-13T18:53:51.596Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
49172026-08-13T18:53:51.597Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
49182026-08-13T18:53:51.597Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
49192026-08-13T18:53:51.597Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
49202026-08-13T18:53:51.597Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96c82357b3e78e25 -C extra-filename=-4d81eebe3872c18f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49212026-08-13T18:53:51.597Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=1774b6b8eae0317b -C extra-filename=-a206d36794889548 --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-e69b9d21c496cab0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49222026-08-13T18:53:51.597Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=72d0d9d5ef5b30b3 -C extra-filename=-e1f4ae76484f75de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49232026-08-13T18:53:51.597Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
49242026-08-13T18:53:51.597Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b7c4958b0638093 -C extra-filename=-6b4a40116f6df15e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49252026-08-13T18:53:51.597Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ad218fcf61490a7 -C extra-filename=-a17d07c610080f90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-51aa35fe9390e0d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49262026-08-13T18:53:51.597Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c3071ae58b35755 -C extra-filename=-209ec71be8cbf434 --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-ebffc00aaf124159.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49272026-08-13T18:53:51.657Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
49282026-08-13T18:53:51.701Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=41bdaa319d304703 -C extra-filename=-63c902bdc9119a23 --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-e69b9d21c496cab0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49292026-08-13T18:53:51.701Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83b7c56cd54f7e76 -C extra-filename=-3e1e4d973b593507 --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-c35ca360204dba39.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49302026-08-13T18:53:51.721Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7483f0ff1a3369ff -C extra-filename=-a333bbdc65330334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49312026-08-13T18:53:51.732Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
49322026-08-13T18:53:51.733Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
49332026-08-13T18:53:51.733Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49342026-08-13T18:53:51.733Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2e16e207401419d -C extra-filename=-2fba154513e37288 --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-c35ca360204dba39.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49352026-08-13T18:53:51.733Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe6821351c6356e1 -C extra-filename=-ec4ee22359e966f6 --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-c35ca360204dba39.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49362026-08-13T18:53:51.786Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49372026-08-13T18:53:51.852Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68f84fb21a368d61 -C extra-filename=-26f9bcf737c01762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49382026-08-13T18:53:51.852Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4389616b34838110 -C extra-filename=-f6a8456751bd05bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49392026-08-13T18:53:51.994Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49402026-08-13T18:53:52.024Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
49412026-08-13T18:53:52.048Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03b31d65ce784d09 -C extra-filename=-904fabbd458e7ab9 --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-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49422026-08-13T18:53:52.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e08b2b2b71ae17d -C extra-filename=-f743887b1378df8b --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-c35ca360204dba39.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49432026-08-13T18:53:52.127Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
49442026-08-13T18:53:52.128Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
49452026-08-13T18:53:52.188Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
49462026-08-13T18:53:52.188Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=614e37d6186d7ac1 -C extra-filename=-6ee4db8b174442c9 --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-c35ca360204dba39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49472026-08-13T18:53:52.246Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
49482026-08-13T18:53:52.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b39e0771dd1b5208 -C extra-filename=-8f679f99f6b7ec57 --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-c35ca360204dba39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49492026-08-13T18:53:52.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=909bc20f02fe7457 -C extra-filename=-17f8ed7e9131bbc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49502026-08-13T18:53:52.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=379c2e485fc7fd37 -C extra-filename=-65bbd142e02b8c32 --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-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49512026-08-13T18:53:52.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e3e6f17412082b3 -C extra-filename=-5009f17d03191f9c --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-c35ca360204dba39.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49522026-08-13T18:53:52.293Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
49532026-08-13T18:53:52.346Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
49542026-08-13T18:53:52.457Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49552026-08-13T18:53:52.457Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49562026-08-13T18:53:52.457Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a203b2f52770579b -C extra-filename=-5ddea275cf1ce272 --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-c35ca360204dba39.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49572026-08-13T18:53:52.457Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3da860a4e1ecec1 -C extra-filename=-14f9ebbe95fd99dd --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-a333bbdc65330334.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49582026-08-13T18:53:52.457Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10d5622cbc038ec2 -C extra-filename=-83876976af388f1b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-83876976af388f1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49592026-08-13T18:53:52.457Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3c5bf27ed5b7cc3 -C extra-filename=-37684c6214ce8568 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-37684c6214ce8568 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49602026-08-13T18:53:52.512Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49612026-08-13T18:53:52.512Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
49622026-08-13T18:53:52.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c031359c81874018 -C extra-filename=-820cd6b3ee5a330a --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-ce3a96d3ea6c45a7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49632026-08-13T18:53:52.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e88a03bd66a9425 -C extra-filename=-91aa9938d09460bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-362f2be48e777ba9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49642026-08-13T18:53:52.530Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
49652026-08-13T18:53:52.551Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
49662026-08-13T18:53:52.575Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
49672026-08-13T18:53:52.575Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
49682026-08-13T18:53:52.575Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8384a037605171a2 -C extra-filename=-c1f12cf16da87581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f743887b1378df8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49692026-08-13T18:53:52.575Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f04e74b4d18f1543 -C extra-filename=-ba698ee250d83f9e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-ba698ee250d83f9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49702026-08-13T18:53:52.575Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b7ddfc100e40fad -C extra-filename=-e64d44a3117e7668 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f743887b1378df8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49712026-08-13T18:53:52.575Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d456cd5dde2f416 -C extra-filename=-800d030d2db404d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-800d030d2db404d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49722026-08-13T18:53:52.692Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49732026-08-13T18:53:52.706Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
49742026-08-13T18:53:52.706Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
49752026-08-13T18:53:52.706Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49762026-08-13T18:53:52.706Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23cde77114774d88 -C extra-filename=-070d5fe7f972faaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49772026-08-13T18:53:52.706Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9571d0b432ae25f3 -C extra-filename=-aafb1231d9d8598f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-aafb1231d9d8598f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49782026-08-13T18:53:52.706Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=2def5db45af61a02 -C extra-filename=-cc0fc6b215900ec1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-cc0fc6b215900ec1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49792026-08-13T18:53:52.706Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/inventory/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ecbbeb8134ab926 -C extra-filename=-64020cbeb0026cc2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-64020cbeb0026cc2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49802026-08-13T18:53:52.797Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
49812026-08-13T18:53:52.834Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 sled-agent/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=882705e19983d3f1 -C extra-filename=-e41a6bf8c70893a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-e41a6bf8c70893a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49822026-08-13T18:53:52.834Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
49832026-08-13T18:53:52.884Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-37684c6214ce8568/build-script-build`
49842026-08-13T18:53:52.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=041f655e191360db -C extra-filename=-aea795aaff2a7145 --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-bb7cae00c85f3c85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5e945bd05013491e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49852026-08-13T18:53:52.884Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-83876976af388f1b/build-script-build`
49862026-08-13T18:53:52.996Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49872026-08-13T18:53:53.056Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
49882026-08-13T18:53:53.056Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-interface/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6616559a79b5798e -C extra-filename=-9c0b8cd0529b43f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-9c0b8cd0529b43f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49892026-08-13T18:53:53.056Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=5d818c3e63abf8f2 -C extra-filename=-f856bebe00d4a68b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2e74c5650cf6c026.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49902026-08-13T18:53:53.056Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=42ca9a96ca163d0b -C extra-filename=-fc0be1a452f44f0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2e74c5650cf6c026.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49912026-08-13T18:53:53.057Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-ba698ee250d83f9e/build-script-build`
49922026-08-13T18:53:53.057Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-800d030d2db404d5/build-script-build`
49932026-08-13T18:53:53.110Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=096edc970994d273 -C extra-filename=-9bcd053924f709f4 --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-f956b265fd8d9f6d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
49942026-08-13T18:53:53.111Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49952026-08-13T18:53:53.128Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49962026-08-13T18:53:53.128Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1582b9db0f0312e -C extra-filename=-40caf0e31b5fdaa5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-40caf0e31b5fdaa5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49972026-08-13T18:53:53.128Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/networking/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74c59dc38ca09f43 -C extra-filename=-b1c101d55103c3c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-b1c101d55103c3c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49982026-08-13T18:53:53.145Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49992026-08-13T18:53:53.214Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50002026-08-13T18:53:53.257Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=288dc9f1a5e1694c -C extra-filename=-94dfecc8e355b9e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-94dfecc8e355b9e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50012026-08-13T18:53:53.257Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50022026-08-13T18:53:53.295Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50032026-08-13T18:53:53.296Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
50042026-08-13T18:53:53.350Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=423b0de59e2c8771 -C extra-filename=-dd26f65349a5423a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-dd26f65349a5423a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50052026-08-13T18:53:53.404Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50062026-08-13T18:53:53.404Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-64020cbeb0026cc2/build-script-build`
50072026-08-13T18:53:53.404Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/fm/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=d08bb16d7af6c09c -C extra-filename=-3a1596fd9c2d752a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-3a1596fd9c2d752a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50082026-08-13T18:53:53.405Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d683efc0b4e3a519 -C extra-filename=-3943abc0632847d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3943abc0632847d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50092026-08-13T18:53:53.405Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5befccf5fbdac59 -C extra-filename=-3aa2a1cdf6333619 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-3aa2a1cdf6333619 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50102026-08-13T18:53:53.405Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-aafb1231d9d8598f/build-script-build`
50112026-08-13T18:53:53.405Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=944003d4b9861691 -C extra-filename=-3eb4f67620303368 --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-c35ca360204dba39.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-820cd6b3ee5a330a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50122026-08-13T18:53:53.465Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-cc0fc6b215900ec1/build-script-build`
50132026-08-13T18:53:53.478Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50142026-08-13T18:53:53.478Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50152026-08-13T18:53:53.478Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-e41a6bf8c70893a0/build-script-build`
50162026-08-13T18:53:53.478Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/switch-config/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a8194d87b5d383f -C extra-filename=-e841642a2b683602 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-e841642a2b683602 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50172026-08-13T18:53:53.478Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-9c0b8cd0529b43f7/build-script-build`
50182026-08-13T18:53:53.485Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50192026-08-13T18:53:53.485Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2391089b584c25a -C extra-filename=-d7e55645496831d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-d7e55645496831d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50202026-08-13T18:53:53.531Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05ff99dc5cf9b93e -C extra-filename=-f6661ab0328cb4fd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-f6661ab0328cb4fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50212026-08-13T18:53:53.548Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50222026-08-13T18:53:53.557Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-b1c101d55103c3c5/build-script-build`
50232026-08-13T18:53:53.557Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 support-bundle-collection/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ea445438201401e -C extra-filename=-1d472490bf7015f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-1d472490bf7015f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50242026-08-13T18:53:53.584Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
50252026-08-13T18:53:53.588Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d95170b2a50c6749 -C extra-filename=-7cbd529629efb272 --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-63c902bdc9119a23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50262026-08-13T18:53:53.623Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-94dfecc8e355b9e5/build-script-build`
50272026-08-13T18:53:53.691Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50282026-08-13T18:53:53.733Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
50292026-08-13T18:53:53.764Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=56a3a76e645218ef -C extra-filename=-101dd1c88ca749a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-101dd1c88ca749a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50302026-08-13T18:53:53.799Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50312026-08-13T18:53:53.806Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
50322026-08-13T18:53:53.806Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-dd26f65349a5423a/build-script-build`
50332026-08-13T18:53:53.806Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ac06851293a7ffd1 -C extra-filename=-1326867eea1048ae --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-c35ca360204dba39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-0a5a3e11c603bdda.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50342026-08-13T18:53:53.840Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
50352026-08-13T18:53:53.844Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
50362026-08-13T18:53:53.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f66591575429a6e1 -C extra-filename=-9c026bbf9a10d1e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-9c026bbf9a10d1e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50372026-08-13T18:53:53.903Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3bf9e016901856e -C extra-filename=-791896356f2730b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50382026-08-13T18:53:53.936Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-3a1596fd9c2d752a/build-script-build`
50392026-08-13T18:53:53.947Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1d571846620551e -C extra-filename=-03fe33356c7745de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50402026-08-13T18:53:53.947Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
50412026-08-13T18:53:53.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fe0569eb006d803 -C extra-filename=-6c1e1779770b07e3 --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-c35ca360204dba39.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50422026-08-13T18:53:53.993Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
50432026-08-13T18:53:53.993Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
50442026-08-13T18:53:53.999Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c509bdc2d7322379 -C extra-filename=-909c5e8b125dae04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50452026-08-13T18:53:53.999Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-3aa2a1cdf6333619/build-script-build`
50462026-08-13T18:53:54.035Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50472026-08-13T18:53:54.039Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=388a8e11e84c6b88 -C extra-filename=-ec7a05f4d131731b --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-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50482026-08-13T18:53:54.039Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3943abc0632847d1/build-script-build`
50492026-08-13T18:53:54.039Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dbb603051771b06 -C extra-filename=-10bcd4e401a48e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50502026-08-13T18:53:54.062Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-40caf0e31b5fdaa5/build-script-build`
50512026-08-13T18:53:54.066Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
50522026-08-13T18:53:54.066Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 end-to-end-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70360017b203bf65 -C extra-filename=-b481e46b85cdec5a --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-b481e46b85cdec5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50532026-08-13T18:53:54.067Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/test-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e088f4fd1c62dd38 -C extra-filename=-37dcc524d99da983 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-71b430fcbfe882d1.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/usr/lib/amd64`
50542026-08-13T18:53:54.067Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
50552026-08-13T18:53:54.098Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25124eeb218cbf2f -C extra-filename=-32a3c04dc35a3c1c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-32a3c04dc35a3c1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50562026-08-13T18:53:54.135Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50572026-08-13T18:53:54.166Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-1d472490bf7015f6/build-script-build`
50582026-08-13T18:53:54.171Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5c94f4e864f42e0 -C extra-filename=-873292a3da530e60 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-873292a3da530e60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50592026-08-13T18:53:54.242Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
50602026-08-13T18:53:54.254Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-f6661ab0328cb4fd/build-script-build`
50612026-08-13T18:53:54.254Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-d7e55645496831d2/build-script-build`
50622026-08-13T18:53:54.302Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50632026-08-13T18:53:54.308Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-101dd1c88ca749a9/build-script-build`
50642026-08-13T18:53:54.308Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3000eae650b2c74 -C extra-filename=-784aaedb4ad85be5 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-784aaedb4ad85be5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50652026-08-13T18:53:54.330Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 ntp-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed846a4e9e7c961b -C extra-filename=-7bd9ff45c18f3ae0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-7bd9ff45c18f3ae0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50662026-08-13T18:53:54.364Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50672026-08-13T18:53:54.429Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
50682026-08-13T18:53:54.434Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
50692026-08-13T18:53:54.462Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c110a344fd7b05b -C extra-filename=-e015706a0b76ac2a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-e015706a0b76ac2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50702026-08-13T18:53:54.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=daa7582f5bf2a686 -C extra-filename=-92d041d4e1955411 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-92d041d4e1955411 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50712026-08-13T18:53:54.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b247b6e5207631b -C extra-filename=-a4a9be05835a3dad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-10bcd4e401a48e57.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1b02ae8ebaab2612.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
50722026-08-13T18:53:54.568Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-b481e46b85cdec5a/build-script-build`
50732026-08-13T18:53:54.602Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50742026-08-13T18:53:54.605Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35b3cb6ad9b9531e -C extra-filename=-485a731a21636f33 --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-ec7a05f4d131731b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50752026-08-13T18:53:54.639Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
50762026-08-13T18:53:54.644Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
50772026-08-13T18:53:54.645Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7e31b7df9602bb3 -C extra-filename=-e88e53579be82490 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-e88e53579be82490 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50782026-08-13T18:53:54.680Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-e841642a2b683602/build-script-build`
50792026-08-13T18:53:54.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=845b7bb742bc958e -C extra-filename=-438f16457997e194 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-438f16457997e194 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50802026-08-13T18:53:54.709Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50812026-08-13T18:53:54.769Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebc1f443421f7eb8 -C extra-filename=-9f2d8564af78848d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-9f2d8564af78848d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50822026-08-13T18:53:54.842Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
50832026-08-13T18:53:54.938Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f3bf46602bc5cd7 -C extra-filename=-a0ebad59a941e00e --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-c35ca360204dba39.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50842026-08-13T18:53:54.944Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-9c026bbf9a10d1e1/build-script-build`
50852026-08-13T18:53:54.944Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
50862026-08-13T18:53:54.944Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50872026-08-13T18:53:55.001Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-7bd9ff45c18f3ae0/build-script-build`
50882026-08-13T18:53:55.008Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7822555f6e05ae82 -C extra-filename=-e525fca1382527c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50892026-08-13T18:53:55.036Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2125e90d19e64933 -C extra-filename=-09d1ef462c0d2495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50902026-08-13T18:53:55.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b20ce125b03adb12 -C extra-filename=-1f21775262e8e9db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50912026-08-13T18:53:55.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c1bb59a5172495c -C extra-filename=-98f525fdb1b50540 --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-ec7a05f4d131731b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50922026-08-13T18:53:55.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=4f71b9ec7cedb1a3 -C extra-filename=-180e3ff37779f621 --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-63c902bdc9119a23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50932026-08-13T18:53:55.075Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-e015706a0b76ac2a/build-script-build`
50942026-08-13T18:53:55.081Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-784aaedb4ad85be5/build-script-build`
50952026-08-13T18:53:55.131Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-873292a3da530e60/build-script-build`
50962026-08-13T18:53:55.144Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6c48984919735a9 -C extra-filename=-7792ed61410ba74e --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-c35ca360204dba39.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-820cd6b3ee5a330a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50972026-08-13T18:53:55.213Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-9f2d8564af78848d/build-script-build`
50982026-08-13T18:53:55.221Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=260efdb189841cd9 -C extra-filename=-33fb9ea13f1b8256 --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-ce3a96d3ea6c45a7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50992026-08-13T18:53:55.320Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-438f16457997e194/build-script-build`
51002026-08-13T18:53:55.382Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-e88e53579be82490/build-script-build`
51012026-08-13T18:53:55.394Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=d811e7c4d754266d -C extra-filename=-2ec20acb10554c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2e74c5650cf6c026.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51022026-08-13T18:53:55.452Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d69624f467c7760 -C extra-filename=-2738fafe01fafeac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51032026-08-13T18:53:55.463Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5c52ebc5550a27e -C extra-filename=-3418ec60faf3f85c --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-a333bbdc65330334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51042026-08-13T18:53:55.463Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d92ac3068c1f0f0f -C extra-filename=-c0d10606d8be142f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-362f2be48e777ba9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51052026-08-13T18:53:55.463Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49aec9eb5865dee2 -C extra-filename=-ee32fea02c95b362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b4a40116f6df15e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51062026-08-13T18:53:55.463Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-32a3c04dc35a3c1c/build-script-build`
51072026-08-13T18:53:55.526Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d8dc772826f2aa7 -C extra-filename=-9340cf825d3c1aa6 --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-b0644021d9746fe3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f743887b1378df8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51082026-08-13T18:53:55.600Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ae038732b539950 -C extra-filename=-f273ff06f17ef2d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51092026-08-13T18:53:55.689Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=feb90bad5d4a218d -C extra-filename=-e2dcae8e5d488ccd --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-ebffc00aaf124159.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51102026-08-13T18:53:55.694Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-92d041d4e1955411/build-script-build`
51112026-08-13T18:53:55.694Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51122026-08-13T18:53:55.729Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8785e53a635f63a2 -C extra-filename=-d9072c45162cf8b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-09d1ef462c0d2495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1b02ae8ebaab2612.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-9a222c74d98e6ee9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bdf8f952595ea540.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_lib_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-75054b8fe3ec7ccb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51132026-08-13T18:53:55.756Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2df8ffeef116258a -C extra-filename=-c86e46ad29f777bd --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-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51142026-08-13T18:53:55.760Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97c69b11b452085f -C extra-filename=-6c9f34662cbfa65f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51152026-08-13T18:53:55.760Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73fecd3bae0e8958 -C extra-filename=-58cf0c2a01ee8395 --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-b0644021d9746fe3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f743887b1378df8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51162026-08-13T18:53:55.844Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
51172026-08-13T18:53:55.867Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name erebor --edition=2024 /home/build/.cargo/git/checkouts/erebor-d371525704c11062/48512bf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pmbus"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "pmbus"))' -C metadata=c13b7446613b93d9 -C extra-filename=-6390146d40447296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pmbus=/work/oxidecomputer/omicron/target/debug/deps/libpmbus-bfae29efe53eba2c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51182026-08-13T18:53:56.131Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=4b8868372bb34d79 -C extra-filename=-caf730277d4aafd6 --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-e69b9d21c496cab0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51192026-08-13T18:53:56.187Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d976d99f2a4308b -C extra-filename=-ff3f0b0eb4e11b54 --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-c35ca360204dba39.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51202026-08-13T18:53:56.306Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4873be4052f7875a -C extra-filename=-e023329fe7da206d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-51aa35fe9390e0d1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9896b4076d354df8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51212026-08-13T18:53:56.412Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=596fc3ccbf28ca2d -C extra-filename=-5ab3b0997365718f --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-c35ca360204dba39.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51222026-08-13T18:53:56.524Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e7035af64627a24 -C extra-filename=-66d0eaf6f6efa0da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51232026-08-13T18:53:56.608Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
51242026-08-13T18:53:56.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=498be32f968e663d -C extra-filename=-1afc3372931728a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-ce3a96d3ea6c45a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-a8be13afb8431486.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-820cd6b3ee5a330a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51252026-08-13T18:53:56.687Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
51262026-08-13T18:53:56.691Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b4c9f5ab09defa9 -C extra-filename=-a96126ac33e8da35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51272026-08-13T18:53:57.123Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
51282026-08-13T18:53:57.136Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2bdce9f8d7a1596 -C extra-filename=-b6d63e2aa08ee6a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51292026-08-13T18:53:57.148Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
51302026-08-13T18:53:57.148Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2889c6b258cc2da -C extra-filename=-3eccfeb4198eac62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51312026-08-13T18:53:57.195Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d958749b21babde -C extra-filename=-2a330bae1a6865bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fc0be1a452f44f0b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51322026-08-13T18:53:57.371Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
51332026-08-13T18:53:57.375Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52d151f3cdb9702c -C extra-filename=-8284c562c1e9c871 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-3e1e4d973b593507.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51342026-08-13T18:53:57.446Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
51352026-08-13T18:53:57.446Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28a818444f10a9e9 -C extra-filename=-d8632b5edf3c934f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51362026-08-13T18:53:57.542Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
51372026-08-13T18:53:57.553Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56daf4efb332cae2 -C extra-filename=-86886cecffae342c --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-240b047a69529295.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51382026-08-13T18:53:57.571Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51392026-08-13T18:53:57.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce64bdb1624bddd9 -C extra-filename=-43d2e31283947ec2 --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-bfec7b3686289342.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51402026-08-13T18:53:57.980Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
51412026-08-13T18:53:57.987Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49dc04903ee106c5 -C extra-filename=-4bce20c47d32ea84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51422026-08-13T18:53:58.026Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
51432026-08-13T18:53:58.031Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5304447a99208350 -C extra-filename=-09aa756e63c64daf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51442026-08-13T18:53:58.057Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51452026-08-13T18:53:58.060Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e9181decda2b6ba -C extra-filename=-f5c2f5ee65ef29b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51462026-08-13T18:53:58.122Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
51472026-08-13T18:53:58.134Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84925334ccf5c3d5 -C extra-filename=-5eed502c0abfa518 --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-fefc6777a713c6c1.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51482026-08-13T18:53:58.182Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
51492026-08-13T18:53:58.189Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=671a922016b671b4 -C extra-filename=-71d3e8f03f444092 --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-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51502026-08-13T18:53:58.332Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51512026-08-13T18:53:58.335Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42d747c24221d79c -C extra-filename=-d5fb8e9dcbdb77f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51522026-08-13T18:53:58.367Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
51532026-08-13T18:53:58.454Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af57d05abfd36c9e -C extra-filename=-97639dd722a8c50f --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-a333bbdc65330334.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51542026-08-13T18:53:58.464Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
51552026-08-13T18:53:58.464Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a67aa044fd55585 -C extra-filename=-2f025dca8d3ce7f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-904fabbd458e7ab9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51562026-08-13T18:53:58.493Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
51572026-08-13T18:53:58.499Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79654e6f2d6d214a -C extra-filename=-6af8764b353113cf --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-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51582026-08-13T18:53:58.717Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
51592026-08-13T18:53:58.721Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7dd043170048342 -C extra-filename=-3cca34384f059533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51602026-08-13T18:53:58.752Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6891d90ffb147b1 -C extra-filename=-0fe3823725d3403c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51612026-08-13T18:53:58.809Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
51622026-08-13T18:53:58.813Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d1a1f32832e467b -C extra-filename=-2f04d45c327a94db --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-c35ca360204dba39.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51632026-08-13T18:53:58.856Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
51642026-08-13T18:53:58.861Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2b7f861e7689a75 -C extra-filename=-d12884431cabc8c3 --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-ebffc00aaf124159.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51652026-08-13T18:53:58.988Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
51662026-08-13T18:53:58.992Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=981dc37b1ca9d135 -C extra-filename=-94e74346c89864b3 --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-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51672026-08-13T18:53:59.215Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51682026-08-13T18:53:59.221Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=913be82224d2725f -C extra-filename=-bec426817e2ea29d --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-b6d63e2aa08ee6a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51692026-08-13T18:53:59.304Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04db20e5be08c0b7 -C extra-filename=-3744c3f53da6f5c5 --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-c35ca360204dba39.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2a330bae1a6865bf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51702026-08-13T18:53:59.342Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
51712026-08-13T18:53:59.351Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d9786d5bd43c83c -C extra-filename=-f2a553f7db2b314d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51722026-08-13T18:53:59.387Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51732026-08-13T18:53:59.388Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51742026-08-13T18:53:59.394Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4e090a661c581f4 -C extra-filename=-a14a79de05e65c90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51752026-08-13T18:53:59.394Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f745e7fed8b588d3 -C extra-filename=-015395989b7e053e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f353d804c81ffba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
51762026-08-13T18:53:59.448Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
51772026-08-13T18:53:59.453Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a53d7524645d6eb -C extra-filename=-a77ac05db5f18861 --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-b6d63e2aa08ee6a2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51782026-08-13T18:53:59.497Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
51792026-08-13T18:53:59.505Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7685639875e28b0e -C extra-filename=-26c7941c8f7cadec --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-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-ec7a05f4d131731b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51802026-08-13T18:53:59.604Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
51812026-08-13T18:53:59.610Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18eb89b6c037c78c -C extra-filename=-077b0318a89ac2cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51822026-08-13T18:53:59.656Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=652aba29c566b86f -C extra-filename=-65746fe7cae0e698 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3744c3f53da6f5c5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51832026-08-13T18:53:59.698Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51842026-08-13T18:53:59.698Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d8863f3b2f01612 -C extra-filename=-e43dbf18d0c69064 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51852026-08-13T18:53:59.774Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
51862026-08-13T18:53:59.801Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d23960be82b8916 -C extra-filename=-84d7fc5206c9e655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51872026-08-13T18:53:59.806Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51882026-08-13T18:53:59.845Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84d108fa147da1db -C extra-filename=-c8502b8e09467f5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-015395989b7e053e.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-7bfbda4fa1e7ee02.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2e1db139e8847d3b.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5e32315548e95289.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
51892026-08-13T18:53:59.857Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51902026-08-13T18:53:59.857Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c7c3c45721119d2 -C extra-filename=-452d087a73545cf2 --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-8a9e02ae24a3d662.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51912026-08-13T18:53:59.879Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73e2fa3097006639 -C extra-filename=-d8866a994ce6bff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-10bcd4e401a48e57.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-a4a9be05835a3dad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1b02ae8ebaab2612.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
51922026-08-13T18:54:00.006Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c35fbd63e69f818 -C extra-filename=-9fc6a4a65d0342d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-26c7941c8f7cadec.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-485a731a21636f33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
51932026-08-13T18:54:00.073Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51942026-08-13T18:54:00.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7ef0e32d147d85a -C extra-filename=-3ed830a16b7c9b5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51952026-08-13T18:54:00.138Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a02ee5865305b8d4 -C extra-filename=-926cdbc8387262de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-904fabbd458e7ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51962026-08-13T18:54:00.147Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cb6b884ff2e59ab -C extra-filename=-f9ac516b339b63f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51972026-08-13T18:54:00.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fba30cda96ac8460 -C extra-filename=-4fecf4eedb64f1b7 --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-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51982026-08-13T18:54:00.190Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85a030ab37784227 -C extra-filename=-a4f4117ec3eb63b0 --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-8a9e02ae24a3d662.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51992026-08-13T18:54:00.282Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bfd9be3d3c264a2 -C extra-filename=-567b4d028d870d8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52002026-08-13T18:54:00.317Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a83c0b4d84dc907f -C extra-filename=-192288d8ab67d3f4 --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-b6d63e2aa08ee6a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52012026-08-13T18:54:00.350Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b01ef79aae5b21ad -C extra-filename=-8db89a88ccc808c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52022026-08-13T18:54:00.575Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
52032026-08-13T18:54:00.579Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=004df0be0e6e8337 -C extra-filename=-11aa6269ea131373 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52042026-08-13T18:54:00.660Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2624933936779b3a -C extra-filename=-e2eb5bd594120f72 --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-b6d63e2aa08ee6a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52052026-08-13T18:54:00.691Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25b048e6ce6d2766 -C extra-filename=-b7e4acd4859cbb78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52062026-08-13T18:54:00.763Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0835a712b35762fb -C extra-filename=-dd40188ca206cc71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-bae629aae9bb55a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5ddea275cf1ce272.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c06f262ef6f5ca8d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-2f95fa35c22f4bd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52072026-08-13T18:54:00.795Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4113bfb5ea51d3b -C extra-filename=-3a0559d2a3a47959 --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-ebffc00aaf124159.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52082026-08-13T18:54:00.835Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52092026-08-13T18:54:00.872Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b89d24e73be47e3 -C extra-filename=-5d70e9b2b29ec2cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52102026-08-13T18:54:01.098Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
52112026-08-13T18:54:01.129Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9545a04fe145385 -C extra-filename=-53a23f8ee71bd7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52122026-08-13T18:54:01.133Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa9b6a63ac4f1145 -C extra-filename=-2d2c850c1e675a06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f2a553f7db2b314d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52132026-08-13T18:54:01.346Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe537d10869284d0 -C extra-filename=-141c6aacf1b78077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52142026-08-13T18:54:01.382Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
52152026-08-13T18:54:01.389Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15b303f4b3700f1e -C extra-filename=-fc979145f14541e4 --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-c35ca360204dba39.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-65746fe7cae0e698.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3744c3f53da6f5c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52162026-08-13T18:54:01.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c0bd4631340bdbc -C extra-filename=-0525e724be7297f0 --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-c35ca360204dba39.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-65746fe7cae0e698.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3744c3f53da6f5c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52172026-08-13T18:54:01.498Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cc4cf65403e7e8e -C extra-filename=-6dd07a35bc628358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-bae629aae9bb55a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5ddea275cf1ce272.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c06f262ef6f5ca8d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-2f95fa35c22f4bd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52182026-08-13T18:54:01.504Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=850f76c60d75ba3b -C extra-filename=-2d4ca3b774ae04a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52192026-08-13T18:54:01.655Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=911588280f80a7d5 -C extra-filename=-0167368c6fde38a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52202026-08-13T18:54:01.692Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e605977e9759d67 -C extra-filename=-0da5549cc16479b2 --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-bfec7b3686289342.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52212026-08-13T18:54:01.692Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a40e52f2515abb7 -C extra-filename=-7f093311742ec3bc --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-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52222026-08-13T18:54:01.898Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c86afa903e491f02 -C extra-filename=-dfaa92ba4498e7b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52232026-08-13T18:54:01.943Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b9b38ab68176a2e -C extra-filename=-1a160311f6a7d34c --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-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52242026-08-13T18:54:02.062Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b58c4fbab1468f85 -C extra-filename=-763d9d2847fa742a --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-fefc6777a713c6c1.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52252026-08-13T18:54:02.105Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98424ae8a2a06975 -C extra-filename=-d9314bceb0d1f134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52262026-08-13T18:54:02.174Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a459316d01a4786c -C extra-filename=-ab32ecacab3a67fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-53a23f8ee71bd7c3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52272026-08-13T18:54:02.260Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52282026-08-13T18:54:02.270Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55661cac2a800135 -C extra-filename=-2befa6235050e85a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-f247d7cf84322889.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ce0f2d0e80d79746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52292026-08-13T18:54:02.299Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a13986010027eade -C extra-filename=-b36ef34b7447ce8e --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-240b047a69529295.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52302026-08-13T18:54:02.808Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=484efed7db9efa74 -C extra-filename=-347b3f59f3d45c81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52312026-08-13T18:54:02.880Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e6735a5db176d57 -C extra-filename=-1fd99d85bb6346b2 --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-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-ec7a05f4d131731b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52322026-08-13T18:54:02.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a0fe7d6ed63f040 -C extra-filename=-2881e5c9bda529b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-3e1e4d973b593507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52332026-08-13T18:54:02.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a66fcdc84949bcd0 -C extra-filename=-e416b2a8548a16e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-bae629aae9bb55a7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3690d9b079016242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52342026-08-13T18:54:02.955Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5074674435aee17f -C extra-filename=-bfb3a57a1b0ffa29 --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-a333bbdc65330334.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52352026-08-13T18:54:03.199Z Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
52362026-08-13T18:54:03.205Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name corpus_adjust --edition=2024 dev-tools/corpus-adjust/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=873db330ddd8dc05 -C extra-filename=-14d2649eb730ae85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52372026-08-13T18:54:03.235Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52382026-08-13T18:54:03.239Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c99fa852a745f39a -C extra-filename=-77096b1ef5de98f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52392026-08-13T18:54:03.274Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dffd0e2f7ee9c6f -C extra-filename=-d8b624f72ee44684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52402026-08-13T18:54:03.327Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f79a3260e6381cbf -C extra-filename=-f556f6b127a51d05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52412026-08-13T18:54:03.409Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a62897af5205d62 -C extra-filename=-2f759ed4892d7eec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52422026-08-13T18:54:03.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b56a47902fcbebd9 -C extra-filename=-4d35b7410757cf40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52432026-08-13T18:54:03.763Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a70160976700ccb3 -C extra-filename=-85841a181698e11a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52442026-08-13T18:54:04.214Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38fb4376c47fb82a -C extra-filename=-6d155fc2eb79dd0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-e525fca1382527c5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52452026-08-13T18:54:04.366Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c68df86ab3494463 -C extra-filename=-aedce763c8268073 --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-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52462026-08-13T18:54:04.396Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3d622a684fb2fc1 -C extra-filename=-6f7565d2665285cb --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-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52472026-08-13T18:54:04.439Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aebf920de5533ac9 -C extra-filename=-a664df7dd17bc0cf --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-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52482026-08-13T18:54:04.480Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d6b20d7d98bc660 -C extra-filename=-733f2affbfb5c2c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52492026-08-13T18:54:04.978Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=86cdae7bee8602d6 -C extra-filename=-5abf03bd8f798b13 --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-e69b9d21c496cab0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52502026-08-13T18:54:05.064Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=14c21d6084e55d7a -C extra-filename=-99935cc8f24b998c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52512026-08-13T18:54:05.064Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f11da227303fede0 -C extra-filename=-18ae94840db7ac33 --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-c35ca360204dba39.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52522026-08-13T18:54:05.138Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc1c6af998c455cb -C extra-filename=-0f943dae8fab7951 --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-c35ca360204dba39.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52532026-08-13T18:54:05.141Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8e3c1f19278bfa7 -C extra-filename=-62e7a0a5bef89b3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52542026-08-13T18:54:05.209Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ee068cce32b2bff -C extra-filename=-0a7d2506c45202db --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-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52552026-08-13T18:54:05.327Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16a07416f548dc60 -C extra-filename=-4522d15675a60e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52562026-08-13T18:54:05.364Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a1a0499f6e6ed81 -C extra-filename=-d5dc4ba175977f67 --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-c35ca360204dba39.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52572026-08-13T18:54:05.418Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28afd64a2cad244c -C extra-filename=-7a7f7c7c2e0f4e12 --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-c35ca360204dba39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52582026-08-13T18:54:05.451Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27eb8734bf2160fe -C extra-filename=-33045ee0a7245a13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52592026-08-13T18:54:05.516Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b8e954cf3792f99c -C extra-filename=-e22b6e13ec1f90d1 --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-c35ca360204dba39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-0a5a3e11c603bdda.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52602026-08-13T18:54:05.552Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ff8eb8eafdcaea4 -C extra-filename=-47444095fd8bf80e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52612026-08-13T18:54:05.615Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
52622026-08-13T18:54:05.619Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6db70075050a1b15 -C extra-filename=-2c20bb5eeeda5682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52632026-08-13T18:54:05.702Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbd9706dba83152f -C extra-filename=-00b835e44e314250 --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-bb7cae00c85f3c85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5e945bd05013491e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52642026-08-13T18:54:05.754Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7431993b7b28e03f -C extra-filename=-b6979958e16460be --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-c35ca360204dba39.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52652026-08-13T18:54:05.788Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a5ca7032786a6b8 -C extra-filename=-af6d83a50b1ef774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52662026-08-13T18:54:05.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc75972f886ac56e -C extra-filename=-fbefbd59412e28fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52672026-08-13T18:54:05.937Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f59f915f165c1d29 -C extra-filename=-7806989f26beef0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-362f2be48e777ba9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52682026-08-13T18:54:06.033Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be243e2172398114 -C extra-filename=-68284a762a915fa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-362f2be48e777ba9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52692026-08-13T18:54:06.067Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d559b027d9c5a7e -C extra-filename=-917cb0c65d11c324 --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-c35ca360204dba39.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52702026-08-13T18:54:06.206Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbabd156562ea035 -C extra-filename=-c05f625a62286296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52712026-08-13T18:54:07.767Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
52722026-08-13T18:54:07.772Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=af29a35a447f3948 -C extra-filename=-67253d82212dd208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-ce3a96d3ea6c45a7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52732026-08-13T18:54:07.932Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
52742026-08-13T18:54:08.036Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=918f98e75d693699 -C extra-filename=-9c0df51727b96d34 --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-63c902bdc9119a23.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52752026-08-13T18:54:08.037Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
52762026-08-13T18:54:08.044Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1e19b4b3f562af4 -C extra-filename=-114646b52036f989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5e32315548e95289.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52772026-08-13T18:54:08.923Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
52782026-08-13T18:54:08.927Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b7efd4368f04a8e -C extra-filename=-7548b4ee823eaf8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5ddea275cf1ce272.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f2a553f7db2b314d.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-fc979145f14541e4.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52792026-08-13T18:54:08.960Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0190704168fece43 -C extra-filename=-15b8b7a51fb40098 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5ddea275cf1ce272.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f2a553f7db2b314d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-fc979145f14541e4.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52802026-08-13T18:54:09.088Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f6f24d6841899f7d -C extra-filename=-70597c42f157bec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1da47af7143cd257.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-3e1e4d973b593507.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b6fbea4a0de5330e.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b4a40116f6df15e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
52812026-08-13T18:54:09.142Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
52822026-08-13T18:54:09.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=bfa4c7ababd07477 -C extra-filename=-f5b1c8a71fb72328 --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-91aa9938d09460bd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52832026-08-13T18:54:09.186Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
52842026-08-13T18:54:09.190Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d3a5da548b73652 -C extra-filename=-6b5736b7f36f7c17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52852026-08-13T18:54:09.359Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=facd89be71d0d08b -C extra-filename=-80af8cb352155cdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4d4a181c14af0587.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
52862026-08-13T18:54:09.670Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
52872026-08-13T18:54:09.675Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_early_networking --edition=2024 sled-agent/early-networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4178652b3a8b4916 -C extra-filename=-7050b6bb7f3bf1f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52882026-08-13T18:54:10.421Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
52892026-08-13T18:54:10.426Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bd054a5d3408119 -C extra-filename=-6a7623ea2e665cd2 --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-91aa9938d09460bd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52902026-08-13T18:54:10.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ff3c202fe5733730 -C extra-filename=-c43374f7621079bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-ce3a96d3ea6c45a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52912026-08-13T18:54:10.670Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
52922026-08-13T18:54:10.701Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90111c6ae4909a99 -C extra-filename=-af9e2da634a49dc0 --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-c35ca360204dba39.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52932026-08-13T18:54:11.051Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
52942026-08-13T18:54:11.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4109cb50d2bec71 -C extra-filename=-b596dcd068b95e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52952026-08-13T18:54:11.139Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52962026-08-13T18:54:11.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dc2b846f9a8919a -C extra-filename=-23acc562f0b10a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52972026-08-13T18:54:11.450Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52982026-08-13T18:54:11.450Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_client --edition=2024 clients/wicketd-commission-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22fcb3110fd3aed9 -C extra-filename=-59fa58f37c5d8bbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52992026-08-13T18:54:11.698Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
53002026-08-13T18:54:11.701Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_api --edition=2024 wicketd-commission-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba3e891a397da067 -C extra-filename=-c4bad40999d70b3b --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-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53012026-08-13T18:54:11.803Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53022026-08-13T18:54:11.807Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5137d7ff371d34bd -C extra-filename=-53496c106c9212b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7428413208f54b5c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14e07d7419006893.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-553a454e71cd2446.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53032026-08-13T18:54:12.061Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
53042026-08-13T18:54:12.066Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b9624e91a185e7f -C extra-filename=-d183349b57d5c869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-904fabbd458e7ab9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53052026-08-13T18:54:12.221Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
53062026-08-13T18:54:12.225Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=aab5ac75ec2561f6 -C extra-filename=-51e312b084735a86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53072026-08-13T18:54:12.278Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9294a21ad274a6d7 -C extra-filename=-4ce92b2bf0b15649 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-97639dd722a8c50f.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-a333bbdc65330334.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53082026-08-13T18:54:12.282Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53092026-08-13T18:54:12.282Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75812708a5de0641 -C extra-filename=-d5746a90f4b2c91b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-7628f5c0ce279786.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53102026-08-13T18:54:12.719Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
53112026-08-13T18:54:12.722Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ce6aba0af38a8b2 -C extra-filename=-692f9b927538ad0c --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-b596dcd068b95e39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53122026-08-13T18:54:12.775Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
53132026-08-13T18:54:12.779Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=7e289200dc7e6721 -C extra-filename=-78106cf19d4486ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-ae4ec8d297e69b4c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53142026-08-13T18:54:12.867Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
53152026-08-13T18:54:12.872Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dff5abe5c149121c -C extra-filename=-630875ea00ad1470 --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-b596dcd068b95e39.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53162026-08-13T18:54:13.011Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53172026-08-13T18:54:13.014Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b31b6617a093b52 -C extra-filename=-39aba36a4613d19d --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-b596dcd068b95e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53182026-08-13T18:54:13.082Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
53192026-08-13T18:54:13.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1258f50f43b3111 -C extra-filename=-fc011d5ca6f330ab --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-b596dcd068b95e39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53202026-08-13T18:54:13.156Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53212026-08-13T18:54:13.160Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=046f3d2dc3c1cecc -C extra-filename=-1c0d194526cdad98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53222026-08-13T18:54:13.220Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53232026-08-13T18:54:13.271Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3fd09e158ca212a -C extra-filename=-26efd48f688978e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1b02ae8ebaab2612.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
53242026-08-13T18:54:13.597Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=221bb418410a653c -C extra-filename=-c40d0f633f4ab1d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-7628f5c0ce279786.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-d5746a90f4b2c91b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53252026-08-13T18:54:13.664Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=41e1baec10f72102 -C extra-filename=-07d6fca043fc65b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53262026-08-13T18:54:13.746Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00e9b793c01ce2b7 -C extra-filename=-a6428c405610be8f --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-b596dcd068b95e39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53272026-08-13T18:54:13.886Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43398280aea87738 -C extra-filename=-bdc5e7678965b99b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1b02ae8ebaab2612.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
53282026-08-13T18:54:14.061Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
53292026-08-13T18:54:14.064Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e3c90e0a2658742 -C extra-filename=-57fdf5ee9a136996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53302026-08-13T18:54:14.286Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53312026-08-13T18:54:14.289Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d7fdb423bf092fa -C extra-filename=-b9ab3050b049f168 --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-8a9e02ae24a3d662.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53322026-08-13T18:54:14.473Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
53332026-08-13T18:54:14.477Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16ff123d9565d85c -C extra-filename=-90fc2953e7dd5377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
53342026-08-13T18:54:14.522Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
53352026-08-13T18:54:14.525Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=5367e36270835e94 -C extra-filename=-9e24e2661f199b87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6af8764b353113cf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5eed502c0abfa518.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53362026-08-13T18:54:14.838Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83f39bc2040d94a9 -C extra-filename=-39484c13b8191d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53372026-08-13T18:54:14.842Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
53382026-08-13T18:54:14.843Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8ed01f2147f70d4 -C extra-filename=-56ae6a0c70d51e92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b4a40116f6df15e.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-57fdf5ee9a136996.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53392026-08-13T18:54:15.024Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13e0876199f2d568 -C extra-filename=-3b9e110637f7523e --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-8a9e02ae24a3d662.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53402026-08-13T18:54:15.123Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b77277860df612e6 -C extra-filename=-285b6d0242f63db6 --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-b596dcd068b95e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53412026-08-13T18:54:15.158Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ae3a3433e50ffa8 -C extra-filename=-afa1b1ed27276475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-904fabbd458e7ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53422026-08-13T18:54:15.224Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f468d99b5e8b440 -C extra-filename=-6de0b7f2c680b698 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-7628f5c0ce279786.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53432026-08-13T18:54:15.290Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e39a23b3d59dc54 -C extra-filename=-bff8769ca53b5c7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-26efd48f688978e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1b02ae8ebaab2612.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
53442026-08-13T18:54:15.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f41811d91619901 -C extra-filename=-173d8c6fe2e964ad --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-b596dcd068b95e39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53452026-08-13T18:54:15.359Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a291ac92d9a041cb -C extra-filename=-6134d4dcbd579ee0 --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-b596dcd068b95e39.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53462026-08-13T18:54:15.443Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2718cf2cc4bf54ae -C extra-filename=-faa214982b3cdba9 --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-91aa9938d09460bd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53472026-08-13T18:54:15.589Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76e5eea48e5c5908 -C extra-filename=-12048d43fddeec27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53482026-08-13T18:54:15.750Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_api --edition=2024 wicketd-commission-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3f3fccd2fc1ccff -C extra-filename=-e0474bca962a9d51 --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-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53492026-08-13T18:54:15.781Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_client --edition=2024 clients/wicketd-commission-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7c37418a0de176c -C extra-filename=-04922893b85bfb8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53502026-08-13T18:54:15.867Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8816dee68caf64c6 -C extra-filename=-98fa6bb93405fc01 --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-c35ca360204dba39.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53512026-08-13T18:54:15.871Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
53522026-08-13T18:54:15.871Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9182d14fdd20b509 -C extra-filename=-5f0ebfd02a7691c1 --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-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53532026-08-13T18:54:16.211Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=046cb5e364e5d3e3 -C extra-filename=-a653de2ea99dc1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53542026-08-13T18:54:16.492Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a86693459422f019 -C extra-filename=-99723a76dba69291 --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-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53552026-08-13T18:54:16.577Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_early_networking --edition=2024 sled-agent/early-networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=159eed8e9d5404f7 -C extra-filename=-fdd6bb63235164c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53562026-08-13T18:54:16.664Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f271e51ff5a17a9 -C extra-filename=-8abd4445b072b2e3 --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-63c902bdc9119a23.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53572026-08-13T18:54:16.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5e0c926edd7ec25 -C extra-filename=-b2503044f7feed8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5e32315548e95289.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53582026-08-13T18:54:16.883Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de34345752343f1f -C extra-filename=-650bd0bbd7e0f140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53592026-08-13T18:54:17.111Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
53602026-08-13T18:54:17.114Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0223a3fd126f7f54 -C extra-filename=-0c3bb70ef5ad5324 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-3e1e4d973b593507.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53612026-08-13T18:54:17.342Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
53622026-08-13T18:54:17.348Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f45f207e4aa9ab40 -C extra-filename=-4b2c2877e45803f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53632026-08-13T18:54:17.391Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53642026-08-13T18:54:17.394Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00f2133a33684f6c -C extra-filename=-6c2b12a8d9a6911a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-f48a037a0229277d.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rmeta --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-59fa58f37c5d8bbf.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53652026-08-13T18:54:17.497Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53662026-08-13T18:54:17.501Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee18bf7cb6e5bba7 -C extra-filename=-08aebd8189b2882d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-630875ea00ad1470.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f025dca8d3ce7f5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d8632b5edf3c934f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fc011d5ca6f330ab.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rmeta --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c4bad40999d70b3b.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53672026-08-13T18:54:18.503Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e13c6ca3872b5f33 -C extra-filename=-4e65ffc3ae6c8504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53682026-08-13T18:54:18.726Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2458d03241567de7 -C extra-filename=-79030bffc136372b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-f48a037a0229277d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-59fa58f37c5d8bbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53692026-08-13T18:54:19.501Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=0b9c017b29c10ae1 -C extra-filename=-9b540801d063e24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4d4a181c14af0587.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
53702026-08-13T18:54:19.677Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d8204e3dc886986 -C extra-filename=-8f3ec33fbd6b7221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-90fc2953e7dd5377.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
53712026-08-13T18:54:19.684Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc80337f54ea4d2a -C extra-filename=-8c234399147d19c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-90fc2953e7dd5377.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
53722026-08-13T18:54:19.684Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fa0c3d987920157 -C extra-filename=-87f681c05bf5acf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-90fc2953e7dd5377.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
53732026-08-13T18:54:20.128Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53742026-08-13T18:54:20.133Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69f8c69e4dfec528 -C extra-filename=-1eea0f7de94b824f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
53752026-08-13T18:54:20.315Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
53762026-08-13T18:54:20.319Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49a12004e122c36e -C extra-filename=-14893f707f028a35 --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-8a9e02ae24a3d662.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53772026-08-13T18:54:21.328Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
53782026-08-13T18:54:21.332Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0d01ebe36af8c1fd -C extra-filename=-e8429cd8e61f34af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53792026-08-13T18:54:21.813Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53802026-08-13T18:54:21.816Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f797d608450cfa4 -C extra-filename=-adbe1d856e446a5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53812026-08-13T18:54:21.922Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f689db44fc7b778 -C extra-filename=-e0703b51054b3fe2 --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-8a9e02ae24a3d662.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53822026-08-13T18:54:21.959Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=df6c14506286c34b -C extra-filename=-7d1458ae64d28789 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53832026-08-13T18:54:22.064Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
53842026-08-13T18:54:22.068Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f8f46f5ad5b8f3c -C extra-filename=-0d800f94e92451dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53852026-08-13T18:54:25.220Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89c53ae14e18fe78 -C extra-filename=-2bc3597198cc7256 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-f48a037a0229277d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-59fa58f37c5d8bbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53862026-08-13T18:54:25.226Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bd9d1295d5c3a6b -C extra-filename=-4fa0b0dd5a6e7954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-f48a037a0229277d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-59fa58f37c5d8bbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53872026-08-13T18:54:25.226Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b083b6fc9ed3a90 -C extra-filename=-742225e29ff5c4ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-adbe1d856e446a5f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53882026-08-13T18:54:25.226Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d40a47ed4e0ba6e -C extra-filename=-775accaab0608d82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-f48a037a0229277d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-59fa58f37c5d8bbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53892026-08-13T18:54:25.226Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38d30079b7356ed6 -C extra-filename=-c4b51778e4b8b8e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-adbe1d856e446a5f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53902026-08-13T18:54:25.226Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d28e255dab78c4a0 -C extra-filename=-d2c47e9024af375e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53912026-08-13T18:54:28.813Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc04fd5b263ca372 -C extra-filename=-efb983e808aa70c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-630875ea00ad1470.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f025dca8d3ce7f5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d8632b5edf3c934f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-08aebd8189b2882d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fc011d5ca6f330ab.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c4bad40999d70b3b.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53922026-08-13T18:54:31.008Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53932026-08-13T18:54:31.008Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53942026-08-13T18:54:31.008Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53952026-08-13T18:54:31.013Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53962026-08-13T18:54:31.013Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53972026-08-13T18:54:31.013Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53982026-08-13T18:54:31.013Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53992026-08-13T18:54:31.013Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
54002026-08-13T18:54:31.013Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
54012026-08-13T18:54:31.013Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54022026-08-13T18:54:31.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f780e9ebb4538d04 -C extra-filename=-5a3f5cbd1e52f207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54032026-08-13T18:54:31.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6794744136588d05 -C extra-filename=-0b45a5c82fc82255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eb60c353522be4c8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-ef02baca9867f495.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54042026-08-13T18:54:31.042Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df57b6e47cf96b82 -C extra-filename=-ea798709edfdb72e --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-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54052026-08-13T18:54:31.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a780cde71c2f90e -C extra-filename=-1844b1a82699a78c --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-ebffc00aaf124159.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54062026-08-13T18:54:31.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=200cf3ff50b8e50a -C extra-filename=-2099310e83419ff5 --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-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54072026-08-13T18:54:31.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f872e69a2a056c24 -C extra-filename=-47c8870bfd1f6b38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54082026-08-13T18:54:31.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=264028ae02e7f73f -C extra-filename=-9225a2d7bb7e36d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54092026-08-13T18:54:31.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83da80115fa7e339 -C extra-filename=-ab005e5fa1e5fa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54102026-08-13T18:54:31.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0dd4eed1b044cf32 -C extra-filename=-4459aa2cd1a902f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54112026-08-13T18:54:31.079Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40e15bb20af358db -C extra-filename=-ac0b17a6545ba5bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54122026-08-13T18:54:31.083Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1341cd27a8d4eeae -C extra-filename=-0ef6e51e022d4388 --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-b596dcd068b95e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54132026-08-13T18:54:33.244Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
54142026-08-13T18:54:33.249Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=aec307e05cf1db09 -C extra-filename=-f31103fc1cf48ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-d2f5fd122237173f.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54152026-08-13T18:54:33.249Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e7d993a3c14b4be -C extra-filename=-7e3591d9f3b9291f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c1f12cf16da87581.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d8632b5edf3c934f.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-6ee4db8b174442c9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54162026-08-13T18:54:33.405Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
54172026-08-13T18:54:33.405Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
54182026-08-13T18:54:33.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bcb826768cd7abd -C extra-filename=-f2dab0a26da0d010 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-d12884431cabc8c3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54192026-08-13T18:54:33.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f3d7fc927fb9919 -C extra-filename=-b530eb3c5ad0db1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-94e74346c89864b3.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54202026-08-13T18:54:33.516Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
54212026-08-13T18:54:33.520Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed05a3d3e5179a0c -C extra-filename=-b2a9e075802d21bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
54222026-08-13T18:54:34.057Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=5974bfd8fedbc581 -C extra-filename=-cf610d540335e6f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-d2f5fd122237173f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54232026-08-13T18:54:34.057Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=451dc8be9b272da7 -C extra-filename=-c90840e28565a95d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-ef02baca9867f495.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54242026-08-13T18:54:34.061Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52d9b72a97c7dfca -C extra-filename=-944c6f94d044835c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54252026-08-13T18:54:34.061Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c14563cda3b41b3 -C extra-filename=-3a8b053561519a5d --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-b596dcd068b95e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54262026-08-13T18:54:34.088Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d53925921e8ea5d8 -C extra-filename=-1d5a4d93d3820913 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54272026-08-13T18:54:34.092Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc9d0c6c05c35401 -C extra-filename=-50f4f5747f69dfce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-ef02baca9867f495.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54282026-08-13T18:54:34.093Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6ebaac43e4735ce -C extra-filename=-1d256383927b5aa0 --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-ebffc00aaf124159.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54292026-08-13T18:54:34.093Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=668b2bd96f857590 -C extra-filename=-c14b5b9a14de4b66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54302026-08-13T18:54:34.093Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cec297a0957e292 -C extra-filename=-2fcbc386238933b9 --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-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54312026-08-13T18:54:34.093Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d68b9ff4d83fc6e -C extra-filename=-f9207645be3b6e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54322026-08-13T18:54:34.121Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba273931c8d0acc1 -C extra-filename=-f7f530f1ec49b2e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c1f12cf16da87581.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d8632b5edf3c934f.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-6ee4db8b174442c9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4d4a181c14af0587.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54332026-08-13T18:54:34.425Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
54342026-08-13T18:54:34.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=010866d3c3dc6b39 -C extra-filename=-6d1dd2dfde641ff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-791896356f2730b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54352026-08-13T18:54:34.691Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54362026-08-13T18:54:34.695Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2b8c517fbc13268 -C extra-filename=-64a42dfcf8d853f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-71d3e8f03f444092.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-04ce90135200359e.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5eed502c0abfa518.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ce0f2d0e80d79746.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54372026-08-13T18:54:34.814Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
54382026-08-13T18:54:34.817Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
54392026-08-13T18:54:34.817Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d128bd98009a4cc8 -C extra-filename=-63a8d0b60c374e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5ddea275cf1ce272.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54402026-08-13T18:54:34.817Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c47bd7e0442c280 -C extra-filename=-ee76a8b4a49b7ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54412026-08-13T18:54:35.442Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
54422026-08-13T18:54:35.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=37cc0a2c54b82bd2 -C extra-filename=-3ca00a2b74cdf67b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-146947455728d327.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-6a7623ea2e665cd2.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54432026-08-13T18:54:35.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=92e4b08e49464ad0 -C extra-filename=-c4d7aafd360a6434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-ce3a96d3ea6c45a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-a8be13afb8431486.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-820cd6b3ee5a330a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54442026-08-13T18:54:35.448Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af2f945882025924 -C extra-filename=-32744a2e161b8602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54452026-08-13T18:54:35.475Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ea9182cd9fa17e3 -C extra-filename=-1d04fd480f97848b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54462026-08-13T18:54:35.582Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d74c5a7c38908f11 -C extra-filename=-fca523c7a41ce535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54472026-08-13T18:54:35.619Z Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
54482026-08-13T18:54:35.623Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_load_test --edition=2024 dev-tools/oximeter-load-test/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29998f03e6f52918 -C extra-filename=-d014906a2a8d0699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54492026-08-13T18:54:35.712Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c22f3a2103e5b1a4 -C extra-filename=-30e4bb37004a6982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ee76a8b4a49b7ab8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54502026-08-13T18:54:36.183Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
54512026-08-13T18:54:36.187Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd07ce71e035eead -C extra-filename=-ce20cce40864a756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-488abc6556b0b168.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-7a585e427b9d101c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-a1c7f0f9f0cf8e0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
54522026-08-13T18:54:36.295Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed0d66206c932853 -C extra-filename=-2a08dcf48a198a39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ee76a8b4a49b7ab8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54532026-08-13T18:54:36.334Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3c80f0ae48818e2 -C extra-filename=-77badc8d5b8f3f0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54542026-08-13T18:54:36.441Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e44c9448d3da0250 -C extra-filename=-5b064333392ce84f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54552026-08-13T18:54:36.477Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=288c3726ae41a1b2 -C extra-filename=-f546537140d79cfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54562026-08-13T18:54:36.520Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=a923abbcc12d0de7 -C extra-filename=-77a24076fb1bad14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4d4a181c14af0587.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54572026-08-13T18:54:36.573Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=83b51d4f7bedfb97 -C extra-filename=-61d5ea54badbc19d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4d4a181c14af0587.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54582026-08-13T18:54:37.109Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c70061e42cdbc7fd -C extra-filename=-b2587be4c3b5df54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-452d087a73545cf2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-90fc2953e7dd5377.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54592026-08-13T18:54:37.140Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f1e824f316a77d6 -C extra-filename=-63f68468671ae6f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-452d087a73545cf2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54602026-08-13T18:54:37.171Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
54612026-08-13T18:54:37.175Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2024 dev-tools/dropshot-apis/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35a43784fbdd4181 -C extra-filename=-dd2fdf88e4067569 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-97639dd722a8c50f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-1a055044bc414d6a.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-71d3e8f03f444092.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f025dca8d3ce7f5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-47c8870bfd1f6b38.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2099310e83419ff5.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1844b1a82699a78c.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-26c7941c8f7cadec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-94e74346c89864b3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fc011d5ca6f330ab.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c4bad40999d70b3b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54622026-08-13T18:54:37.474Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=622eb6767c78f514 -C extra-filename=-1780194d9ff4e16f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4d4a181c14af0587.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54632026-08-13T18:54:37.577Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac9d388cee8f9e14 -C extra-filename=-7d17815f246548bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-452d087a73545cf2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-90fc2953e7dd5377.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54642026-08-13T18:54:37.665Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ef94582d76c844a -C extra-filename=-1d772d6c71135694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-ce20cce40864a756.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-791896356f2730b2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54652026-08-13T18:54:37.822Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
54662026-08-13T18:54:37.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92f7be03afe75df7 -C extra-filename=-aaa3bda4a774febe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-452d087a73545cf2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54672026-08-13T18:54:37.861Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7011df12292b26a -C extra-filename=-850f24aeee8085ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-94e74346c89864b3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54682026-08-13T18:54:37.893Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7428f7395fa55a4c -C extra-filename=-05b5966ca0a148f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-452d087a73545cf2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-90fc2953e7dd5377.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54692026-08-13T18:54:38.207Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=387b0f282729e7f1 -C extra-filename=-563b373d2f2480ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-488abc6556b0b168.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-7a585e427b9d101c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-a1c7f0f9f0cf8e0d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
54702026-08-13T18:54:38.280Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=150d6c921b9a639e -C extra-filename=-89f4ebdbb1d0a957 --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-0813ae563d0ff353.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
54712026-08-13T18:54:38.893Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
54722026-08-13T18:54:38.897Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c93c234f25dd3ae4 -C extra-filename=-40adb9f571a764ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54732026-08-13T18:54:38.927Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
54742026-08-13T18:54:38.931Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6425273010040e5a -C extra-filename=-55fef3d55fe9c806 --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-8a9e02ae24a3d662.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-64a42dfcf8d853f7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54752026-08-13T18:54:39.054Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e268df20e37bc8f -C extra-filename=-0bdd7334db98c9d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-acbc9bc8b75a59e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-ce20cce40864a756.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-791896356f2730b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54762026-08-13T18:54:39.097Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=709e0b578d27265e -C extra-filename=-478439a5ac27c168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-452d087a73545cf2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-90fc2953e7dd5377.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54772026-08-13T18:54:39.427Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ccd0da38a83c041 -C extra-filename=-240a796e3c48f04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54782026-08-13T18:54:39.532Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=23b8bc5e9d58bd4f -C extra-filename=-4f868e3ddc7edcaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9e24e2661f199b87.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6af8764b353113cf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5eed502c0abfa518.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-23ca0df2b9ed2051.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54792026-08-13T18:54:40.103Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a70449d5be70538 -C extra-filename=-e2703841b56cc252 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54802026-08-13T18:54:40.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ad4c6fbb9c28ba2 -C extra-filename=-104d8863f928d3b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54812026-08-13T18:54:40.553Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=288fb0c70ea16212 -C extra-filename=-c5ea88221998ebb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6af8764b353113cf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5eed502c0abfa518.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-23ca0df2b9ed2051.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54822026-08-13T18:54:41.933Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6fcb55de980ebfd3 -C extra-filename=-b44d68f53712f034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rmeta --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rmeta --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rmeta --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54832026-08-13T18:54:42.140Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=8bf178fd53cde617 -C extra-filename=-960b11b914a51ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1da47af7143cd257.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-3e1e4d973b593507.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b6fbea4a0de5330e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b4a40116f6df15e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
54842026-08-13T18:54:42.506Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14de40edc2160bd4 -C extra-filename=-fc91d0f310e3be58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b4a40116f6df15e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-57fdf5ee9a136996.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54852026-08-13T18:54:42.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=18314af49c32294a -C extra-filename=-155fffdf20ad0bec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4afb0c5ff985967b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-57fdf5ee9a136996.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54862026-08-13T18:54:43.872Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc1ba644809965b6 -C extra-filename=-1ac3a8dcd0014d26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-94e74346c89864b3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54872026-08-13T18:54:43.987Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43f7cffded6b209c -C extra-filename=-4b638d817d654b5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-94e74346c89864b3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54882026-08-13T18:54:45.061Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14dae358e3700f01 -C extra-filename=-7ceec783940611a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-94e74346c89864b3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54892026-08-13T18:54:46.113Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a25952e697bc1c1 -C extra-filename=-099c94dec0156428 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54902026-08-13T18:54:46.677Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=181232e315dc2f23 -C extra-filename=-b37da9022f428425 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-71d3e8f03f444092.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-04ce90135200359e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5eed502c0abfa518.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-64a42dfcf8d853f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ce0f2d0e80d79746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54912026-08-13T18:54:47.565Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1345e850d9384926 -C extra-filename=-01e07b2bb85e28a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-630875ea00ad1470.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9e24e2661f199b87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f025dca8d3ce7f5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6af8764b353113cf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d8632b5edf3c934f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fc011d5ca6f330ab.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c4bad40999d70b3b.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-59fa58f37c5d8bbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54922026-08-13T18:54:48.445Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26ab25a52355dbb1 -C extra-filename=-d3991c161f2636a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-630875ea00ad1470.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9e24e2661f199b87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f025dca8d3ce7f5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6af8764b353113cf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d8632b5edf3c934f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-08aebd8189b2882d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fc011d5ca6f330ab.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c4bad40999d70b3b.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-59fa58f37c5d8bbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54932026-08-13T18:54:49.501Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb3c9f3182dd03cd -C extra-filename=-0573794660f42d05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-71d3e8f03f444092.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-04ce90135200359e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5eed502c0abfa518.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-64a42dfcf8d853f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ce0f2d0e80d79746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54942026-08-13T18:54:51.564Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=84dbd60bcb7e0915 -C extra-filename=-9a3807df6c10f5f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-ae4ec8d297e69b4c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54952026-08-13T18:54:52.667Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=121ffe69d0428997 -C extra-filename=-6a1feada45ead663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-71d3e8f03f444092.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-04ce90135200359e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5eed502c0abfa518.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ce0f2d0e80d79746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54962026-08-13T18:54:52.733Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b53393d281d2a2f8 -C extra-filename=-470bca430bc6a7b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54972026-08-13T18:54:53.571Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=490b8fe3f46ade1a -C extra-filename=-c819f449719aa260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-71d3e8f03f444092.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-04ce90135200359e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5eed502c0abfa518.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-64a42dfcf8d853f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ce0f2d0e80d79746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54982026-08-13T18:54:54.353Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 nexus/reconfigurator/planning/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3aff4be8a20b90c -C extra-filename=-f9acf591c3cf21f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-ce20cce40864a756.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-10bcd4e401a48e57.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
54992026-08-13T18:54:54.825Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5206bbbb99fd1bb8 -C extra-filename=-f7e9a289eb6cc170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55002026-08-13T18:54:55.157Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name read_series --edition=2024 nexus/types/tests/read_series.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad551faa6d39dfd6 -C extra-filename=-adb9e91383b62ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55012026-08-13T18:54:55.257Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbe33f78d826a1bf -C extra-filename=-ef493b66d246842c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-ce20cce40864a756.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-10bcd4e401a48e57.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55022026-08-13T18:54:55.303Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16b23f51f51c2b3e -C extra-filename=-1cf0eeede20a0520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-acbc9bc8b75a59e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-ce20cce40864a756.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-791896356f2730b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55032026-08-13T18:54:56.468Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=287871ec9e69c3df -C extra-filename=-b9f74ae7ba2354e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-ce20cce40864a756.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-791896356f2730b2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55042026-08-13T18:54:56.636Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6df16680cb7934ac -C extra-filename=-3834ad2503d686c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-acbc9bc8b75a59e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-ce20cce40864a756.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-791896356f2730b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55052026-08-13T18:54:57.004Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2cbfcd797dc0827 -C extra-filename=-3cc5a6cabf1f54a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55062026-08-13T18:54:57.039Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
55072026-08-13T18:54:57.042Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 trust-quorum/tqdb/src/bin/tqdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6768c0257cb6e6b1 -C extra-filename=-4392b6324757bab1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-791896356f2730b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-6a7623ea2e665cd2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55082026-08-13T18:54:57.259Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02a88264275f02ef -C extra-filename=-ccb5c4997dd0eee0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-630875ea00ad1470.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9e24e2661f199b87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f025dca8d3ce7f5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6af8764b353113cf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d8632b5edf3c934f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-08aebd8189b2882d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fc011d5ca6f330ab.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c4bad40999d70b3b.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-59fa58f37c5d8bbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55092026-08-13T18:54:57.685Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
55102026-08-13T18:54:57.723Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34e5f5d22ea304e0 -C extra-filename=-e1f40e82ee81eac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-64a42dfcf8d853f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55112026-08-13T18:54:58.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16c42ddbbe16408b -C extra-filename=-612951a0213b2994 --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-8a9e02ae24a3d662.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-64a42dfcf8d853f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55122026-08-13T18:54:59.274Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b2745f01d32afe7 -C extra-filename=-637f375dd27408ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-94e74346c89864b3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55132026-08-13T18:54:59.806Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2060e6432baaf1c -C extra-filename=-59673da2e3f8a5ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-94e74346c89864b3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55142026-08-13T18:55:00.084Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3f8c206b574d0be -C extra-filename=-c57feb1601d47c18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55152026-08-13T18:55:00.152Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0e562eb741ce7f3 -C extra-filename=-f3d3fd5cf0c25cde --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-8a9e02ae24a3d662.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-6d12d2f24d7f6704.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55162026-08-13T18:55:00.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e6a806476cc60ab -C extra-filename=-919820549be6a730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-10bcd4e401a48e57.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-a4a9be05835a3dad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1b02ae8ebaab2612.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55172026-08-13T18:55:00.574Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=4a137e8c7f3fad4e -C extra-filename=-538ea26ba9045253 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55182026-08-13T18:55:01.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/dnsadm/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6428126b15bf531d -C extra-filename=-a831227ff34d8062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55192026-08-13T18:55:02.662Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e49e03b905d4a6ae -C extra-filename=-843c6009b7bad7fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-d12884431cabc8c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55202026-08-13T18:55:03.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7996df5940eeb6c1 -C extra-filename=-d8f0c7e2f8eb89da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55212026-08-13T18:55:04.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=671496ab29de2e14 -C extra-filename=-456ffd6b234e08c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-146947455728d327.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-19199e3d834caa2a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-6a7623ea2e665cd2.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55222026-08-13T18:55:05.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=0dd24c43c7a25596 -C extra-filename=-d9a6828c74ae53e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-146947455728d327.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-6a7623ea2e665cd2.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55232026-08-13T18:55:09.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62405375ab96f904 -C extra-filename=-468bda17c3cffcd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-10bcd4e401a48e57.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1b02ae8ebaab2612.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
55242026-08-13T18:55:10.547Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=024712d9fc977fae -C extra-filename=-a097091cda18855b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5ddea275cf1ce272.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55252026-08-13T18:55:10.645Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=8f5ef5e689af1fc7 -C extra-filename=-aeb844bf5fc861b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7428413208f54b5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14e07d7419006893.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-553a454e71cd2446.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55262026-08-13T18:55:11.062Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56b3be2dffdce66e -C extra-filename=-954ce5f306228579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55272026-08-13T18:55:13.134Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=471107f6edd5cdde -C extra-filename=-b791712c6a18e6fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-10bcd4e401a48e57.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-a4a9be05835a3dad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1b02ae8ebaab2612.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55282026-08-13T18:55:13.656Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f707f11a40589c1e -C extra-filename=-deaaf7fa2d6d33a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-3e1e4d973b593507.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55292026-08-13T18:55:14.340Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d882d3ba55c0b8c -C extra-filename=-f8ed3cf8334aa020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55302026-08-13T18:55:14.586Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7b46d36d3839082 -C extra-filename=-0808f716a6f00852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55312026-08-13T18:55:14.684Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ff16a21eb5e88f6 -C extra-filename=-97babd5116743ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55322026-08-13T18:55:18.516Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94fa0e0ec9af8ac7 -C extra-filename=-f26696680342d0ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f4c13c5fbef39293.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-41124333fe6973d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55332026-08-13T18:55:20.504Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea1bb4a75735fa7a -C extra-filename=-5483fd12f2af7ae0 --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-7e3591d9f3b9291f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55342026-08-13T18:55:20.659Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=a9faa2940ee37145 -C extra-filename=-d339d14d1f4359b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55352026-08-13T18:55:21.655Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e4d37a4c940ae0b -C extra-filename=-109afc1c87a6ad9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e64d44a3117e7668.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5483fd12f2af7ae0.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-815c8f84783fad7f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-219d508591cabade.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/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`
55362026-08-13T18:55:24.905Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 dev-tools/schema/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb91db3b76f379f2 -C extra-filename=-66abf337f739a3c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55372026-08-13T18:55:25.371Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
55382026-08-13T18:55:25.374Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=419b8533fe47e965 -C extra-filename=-b65233b8b0552f25 --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-f956b265fd8d9f6d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
55392026-08-13T18:55:25.527Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f8e4c002042a150 -C extra-filename=-cadd71827e6a98da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e64d44a3117e7668.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5483fd12f2af7ae0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-815c8f84783fad7f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-219d508591cabade.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/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`
55402026-08-13T18:55:25.738Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=5eb9c596cab3e6b3 -C extra-filename=-5c7739b3b5089e28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55412026-08-13T18:55:25.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9735f3c25161c47c -C extra-filename=-84d4c62974b198cc --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-7e3591d9f3b9291f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55422026-08-13T18:55:26.302Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c8b120b8f64aa4a -C extra-filename=-c91083b0828266e2 --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-1cfa787baded7d87.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c1f12cf16da87581.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-78aa76d952193465.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b65233b8b0552f25.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L 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`
55432026-08-13T18:55:26.740Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa95778dc8da1b47 -C extra-filename=-74929bea7bd33bff --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-f956b265fd8d9f6d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
55442026-08-13T18:55:30.964Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=8ff1ceefd3b1cd7f -C extra-filename=-f0ffe754466f5b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c1f12cf16da87581.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-78aa76d952193465.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b65233b8b0552f25.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5483fd12f2af7ae0.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-699957af3676be70.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55452026-08-13T18:55:33.245Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2024 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b80ef781227f889c -C extra-filename=-8c6ad652e10285d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f26696680342d0ee.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f4c13c5fbef39293.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-41124333fe6973d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55462026-08-13T18:55:33.245Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=489fddb4c1c722bc -C extra-filename=-d4ef57a553d013f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f4c13c5fbef39293.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-41124333fe6973d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55472026-08-13T18:55:33.249Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=888a675c7edd6489 -C extra-filename=-9361297de2c55938 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55482026-08-13T18:55:33.278Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=917c7a35632cf651 -C extra-filename=-694eeaabf40c26ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4afb0c5ff985967b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-57fdf5ee9a136996.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55492026-08-13T18:55:33.283Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2024 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfc57b00a8a3ef3a -C extra-filename=-4c958cb23b21c03d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f26696680342d0ee.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f4c13c5fbef39293.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-41124333fe6973d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55502026-08-13T18:55:33.284Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=3960797df2124b1e -C extra-filename=-51b78b857246eb59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55512026-08-13T18:55:33.284Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2024 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb639b3090d2a625 -C extra-filename=-c3615b52a024ea26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f26696680342d0ee.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f4c13c5fbef39293.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-41124333fe6973d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55522026-08-13T18:55:33.284Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=7df881c2a5ab3c53 -C extra-filename=-b8c333bb2737b09e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4afb0c5ff985967b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-57fdf5ee9a136996.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55532026-08-13T18:55:33.313Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9cc3310d6e1cae12 -C extra-filename=-cbbf41488bacb776 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55542026-08-13T18:55:33.318Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1e680351186d75d8 -C extra-filename=-a41c07b84b3a72ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4afb0c5ff985967b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-57fdf5ee9a136996.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55552026-08-13T18:55:33.319Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=dd12b29e801633dc -C extra-filename=-bb18eacfe168afa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4afb0c5ff985967b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-57fdf5ee9a136996.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55562026-08-13T18:55:33.319Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=cdfcf2ee511a7a42 -C extra-filename=-4f5311bc555bba0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55572026-08-13T18:55:33.348Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1817fafcc376fc8e -C extra-filename=-d55a9e0a6d60c7fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4afb0c5ff985967b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-57fdf5ee9a136996.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55582026-08-13T18:55:33.355Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=3b71a47006c06470 -C extra-filename=-27a44efddc9ecdde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55592026-08-13T18:56:02.908Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=541035fc02e16962 -C extra-filename=-5e6ed01988a70fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55602026-08-13T18:56:02.912Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb36b7fd7b50ec3c -C extra-filename=-00a2c6a4782b16ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55612026-08-13T18:56:02.912Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afb4b4e21b62da08 -C extra-filename=-540213567e44971a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55622026-08-13T18:56:02.952Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21863668a3d0fb3e -C extra-filename=-d0015b888ad66e50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55632026-08-13T18:56:02.956Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef2d79adf7011fe3 -C extra-filename=-596930b550e71afb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55642026-08-13T18:56:02.956Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e39962c7a33845e0 -C extra-filename=-7c65e4574c22fe40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55652026-08-13T18:56:02.956Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=723f8a4b058a6fcc -C extra-filename=-5063c455f7b47328 --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-240b047a69529295.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55662026-08-13T18:56:03.394Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=fbbf8882b60d654c -C extra-filename=-53196d629a428d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4ce92b2bf0b15649.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55672026-08-13T18:56:04.778Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=793941daf16a1f7e -C extra-filename=-f7322ac1cb9d2c9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55682026-08-13T18:56:06.668Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=601e3ddcf5e1b5db -C extra-filename=-7482951b7c936d71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55692026-08-13T18:56:07.462Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac955d6b3c020d6b -C extra-filename=-cdd8d858a7d3754c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55702026-08-13T18:56:07.492Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26e7d80e5a325d3c -C extra-filename=-55d6c6d87571df36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55712026-08-13T18:56:07.503Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3407bc257d06fc1a -C extra-filename=-d336b97e8ea0cb67 --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-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c1f12cf16da87581.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-78aa76d952193465.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b65233b8b0552f25.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55722026-08-13T18:56:07.503Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07ef60b20a88d1f0 -C extra-filename=-9df5bd181054cda8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55732026-08-13T18:56:07.503Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=2904aeb9f9a3608a -C extra-filename=-e54ae8c420a653b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4ce92b2bf0b15649.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55742026-08-13T18:56:07.503Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67c39927b1fe615d -C extra-filename=-69f2c9d721db4792 --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-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c1f12cf16da87581.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-78aa76d952193465.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b65233b8b0552f25.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55752026-08-13T18:56:07.503Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b971df8a57d88d -C extra-filename=-436bdbc4c4a4352d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55762026-08-13T18:56:07.526Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=525ece3a53facee6 -C extra-filename=-ac908b84fa656e99 --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-240b047a69529295.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55772026-08-13T18:56:07.889Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95a6e24b968be14e -C extra-filename=-1720a0833859d5f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55782026-08-13T18:56:07.892Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=b7f8756495f76c5b -C extra-filename=-77d6d80bdd124d6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c1f12cf16da87581.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-78aa76d952193465.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b65233b8b0552f25.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5483fd12f2af7ae0.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-699957af3676be70.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-815c8f84783fad7f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55792026-08-13T18:56:08.008Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85cc82a6138597a6 -C extra-filename=-d91c342410f7da4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-26c7941c8f7cadec.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-485a731a21636f33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55802026-08-13T18:56:08.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46d1d23a7182fde7 -C extra-filename=-8469babb4c725583 --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-1cfa787baded7d87.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-830fdfd260ccc072.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55812026-08-13T18:56:08.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54500cd035806448 -C extra-filename=-0625fe72c2862452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-97639dd722a8c50f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-a333bbdc65330334.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55822026-08-13T18:56:08.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2024 ntp-admin/src/bin/ntp-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01cd36df2790ad5e -C extra-filename=-6e52303bc1b761e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-26c7941c8f7cadec.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-485a731a21636f33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-9fc6a4a65d0342d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55832026-08-13T18:56:08.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2024 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ae95a0288ac1758 -C extra-filename=-de8a8d8211140f01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-97639dd722a8c50f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-a333bbdc65330334.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4ce92b2bf0b15649.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55842026-08-13T18:56:08.902Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=0198e51b81c40587 -C extra-filename=-427915de771f47d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a0110258e9eab425.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0fddc70dff36124.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c8502b8e09467f5d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-1326867eea1048ae.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-47c8870bfd1f6b38.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d339d14d1f4359b3.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2099310e83419ff5.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1844b1a82699a78c.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-540213567e44971a.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f7322ac1cb9d2c9a.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-00a2c6a4782b16ac.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-5063c455f7b47328.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-219d508591cabade.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55852026-08-13T18:56:09.267Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5aaf3a6f570b4ba3 -C extra-filename=-9bdc43744266b0d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f7322ac1cb9d2c9a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-f48a037a0229277d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55862026-08-13T18:56:10.956Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7dece503be84ed4 -C extra-filename=-e067486483978b59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-a0ebad59a941e00e.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55872026-08-13T18:56:10.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=14e280b8667aebfd -C extra-filename=-670b9d9497408bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a0110258e9eab425.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0fddc70dff36124.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-830fdfd260ccc072.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c8502b8e09467f5d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-1326867eea1048ae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-47c8870bfd1f6b38.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d339d14d1f4359b3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2099310e83419ff5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1844b1a82699a78c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-540213567e44971a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f7322ac1cb9d2c9a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-00a2c6a4782b16ac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-5063c455f7b47328.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-219d508591cabade.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-37dcc524d99da983.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55882026-08-13T18:56:10.994Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75e90dc95c0843a9 -C extra-filename=-62214c8142382be2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-a0ebad59a941e00e.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55892026-08-13T18:56:10.994Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e04ba4e373834a3b -C extra-filename=-18d0e0e5955b59cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55902026-08-13T18:58:51.084Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=2253af059818234b -C extra-filename=-3d6bd5a7a57a751f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a0110258e9eab425.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0fddc70dff36124.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-830fdfd260ccc072.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c8502b8e09467f5d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-1326867eea1048ae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-47c8870bfd1f6b38.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d339d14d1f4359b3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2099310e83419ff5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1844b1a82699a78c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-540213567e44971a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f7322ac1cb9d2c9a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-00a2c6a4782b16ac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-5063c455f7b47328.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-219d508591cabade.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-37dcc524d99da983.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55912026-08-13T18:58:51.084Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28a8ba78e11c7dfc -C extra-filename=-4a1875a1af6d5bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-630875ea00ad1470.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0fddc70dff36124.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-6390146d40447296.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-38c6af4341102d03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b65233b8b0552f25.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-6ee4db8b174442c9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-f48a037a0229277d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-d460dab6a3504330.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55922026-08-13T18:58:51.089Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e58c36f8a00de060 -C extra-filename=-8035e4d403337e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-630875ea00ad1470.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0fddc70dff36124.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-6390146d40447296.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-38c6af4341102d03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b65233b8b0552f25.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-6ee4db8b174442c9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-f48a037a0229277d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-d460dab6a3504330.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55932026-08-13T18:58:51.089Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1575c36ed916ef17 -C extra-filename=-291877dc8eb9521f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55942026-08-13T18:58:51.121Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=48000e14d1a7e5c6 -C extra-filename=-b41f86f7348322c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a0110258e9eab425.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0fddc70dff36124.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-830fdfd260ccc072.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c8502b8e09467f5d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-1326867eea1048ae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-47c8870bfd1f6b38.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d339d14d1f4359b3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2099310e83419ff5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1844b1a82699a78c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-540213567e44971a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f7322ac1cb9d2c9a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-00a2c6a4782b16ac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-5063c455f7b47328.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-219d508591cabade.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-37dcc524d99da983.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55952026-08-13T18:58:51.125Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0961a4d67030f4e -C extra-filename=-d6d1dae556a74361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-630875ea00ad1470.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0fddc70dff36124.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-6390146d40447296.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-38c6af4341102d03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b65233b8b0552f25.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-6ee4db8b174442c9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-f48a037a0229277d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-d460dab6a3504330.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55962026-08-13T18:58:51.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61ead3b0ac14fb05 -C extra-filename=-7e904e1dcdf2e90a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55972026-08-13T18:58:51.157Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b736627b02544c89 -C extra-filename=-26d7907fbbecc7a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ee76a8b4a49b7ab8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55982026-08-13T18:58:51.157Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=9e5837f1d76a320e -C extra-filename=-12c85f7f12779801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a0110258e9eab425.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0fddc70dff36124.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c8502b8e09467f5d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-1326867eea1048ae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-47c8870bfd1f6b38.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d339d14d1f4359b3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2099310e83419ff5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1844b1a82699a78c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-540213567e44971a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f7322ac1cb9d2c9a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-00a2c6a4782b16ac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-5063c455f7b47328.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-219d508591cabade.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55992026-08-13T18:58:51.157Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a997e3634a908358 -C extra-filename=-44dca76fd1ed5fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ee76a8b4a49b7ab8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56002026-08-13T18:58:51.182Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce6b66ac30d98296 -C extra-filename=-d72023ef6b5fdcd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-830fdfd260ccc072.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56012026-08-13T18:58:51.186Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb5db13e8a608bd5 -C extra-filename=-018b190b87b3d092 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56022026-08-13T18:58:51.187Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=c89f87b23376ef42 -C extra-filename=-c5931a7d06203b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a0110258e9eab425.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0fddc70dff36124.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-830fdfd260ccc072.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c8502b8e09467f5d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-1326867eea1048ae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-47c8870bfd1f6b38.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d339d14d1f4359b3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2099310e83419ff5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1844b1a82699a78c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-540213567e44971a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f7322ac1cb9d2c9a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-00a2c6a4782b16ac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-5063c455f7b47328.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-219d508591cabade.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-37dcc524d99da983.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56032026-08-13T18:58:51.187Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=cfcbe43fba15312b -C extra-filename=-9b277378344f8545 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a0110258e9eab425.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0fddc70dff36124.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c8502b8e09467f5d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-1326867eea1048ae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-47c8870bfd1f6b38.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d339d14d1f4359b3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2099310e83419ff5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1844b1a82699a78c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-540213567e44971a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f7322ac1cb9d2c9a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-00a2c6a4782b16ac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-5063c455f7b47328.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-219d508591cabade.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56042026-08-13T19:01:05.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 22s
56052026-08-13T19:01:06.353Z
56062026-08-13T19:01:06.353Zreal 8:22.754973834
56072026-08-13T19:01:06.353Zuser 1:26:43.794505122
56082026-08-13T19:01:06.353Zsys 22:46.571660572
56092026-08-13T19:01:06.354Ztrap 2.517789694
56102026-08-13T19:01:06.354Ztflt 2.075664736
56112026-08-13T19:01:06.354Zdflt 20.227680255
56122026-08-13T19:01:06.354Zkflt 0.007293083
56132026-08-13T19:01:06.354Zlock 5:26:22.768794655
56142026-08-13T19:01:06.354Zslp 5:35:30.201727802
56152026-08-13T19:01:06.358Zlat 2:30.337663310
56162026-08-13T19:01:06.358Zstop 34:46.676967472
56172026-08-13T19:01:06.358Z++ ls -t /home/build/.cargo/log/20260813T185242298Z-e4292872132ecfd0.jsonl
56182026-08-13T19:01:06.361Z++ head -1
56192026-08-13T19:01:06.364Z+ cp /home/build/.cargo/log/20260813T185242298Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
56202026-08-13T19:01:06.368Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
56212026-08-13T19:01:06.368Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
56222026-08-13T19:01:06.371Z++ mktemp -d /tmp/nextest-state.XXXXXX
56232026-08-13T19:01:06.371Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.UNa4Us
56242026-08-13T19:01:06.371Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
56252026-08-13T19:01:06.371Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
56262026-08-13T19:01:06.371Z+ mkdir -p /tmp/nextest-recording-config
56272026-08-13T19:01:06.374Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
56282026-08-13T19:01:06.374Z+ export NEXTEST_STATE_DIR
56292026-08-13T19:01:06.374Z+ banner test
56302026-08-13T19:01:06.374Z
56312026-08-13T19:01:06.375Z ##### ###### #### #####
56322026-08-13T19:01:06.375Z # # # #
56332026-08-13T19:01:06.375Z # ##### #### #
56342026-08-13T19:01:06.375Z # # # #
56352026-08-13T19:01:06.375Z # # # # #
56362026-08-13T19:01:06.375Z # ###### #### #
56372026-08-13T19:01:06.375Z
56382026-08-13T19:01:06.375Z+ NEXTEST_EXIT=0
56392026-08-13T19:01:06.375Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
56402026-08-13T19:01:07.678Zinfo: experimental features enabled: setup-scripts, benchmarks
56412026-08-13T19:01:09.156Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
56422026-08-13T19:01:09.352Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
56432026-08-13T19:01:09.381Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
56442026-08-13T19:01:20.102Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.41s
56452026-08-13T19:01:21.300Z────────────
56462026-08-13T19:01:21.300Z Nextest run ID e43431e8-b638-434c-920c-29f456510a9d with nextest profile: ci
56472026-08-13T19:01:21.300Z Starting 3271 tests across 243 binaries (10 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
56482026-08-13T19:01:21.304Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
56492026-08-13T19:01:22.114Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
56502026-08-13T19:01:22.114Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
56512026-08-13T19:01:22.118Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
56522026-08-13T19:01:22.256Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
56532026-08-13T19:01:22.271Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
56542026-08-13T19:01:22.288Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
56552026-08-13T19:01:22.291Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
56562026-08-13T19:01:22.343Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
56572026-08-13T19:01:22.347Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
56582026-08-13T19:01:22.482Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
56592026-08-13T19:01:22.528Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
56602026-08-13T19:01:22.920Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
56612026-08-13T19:01:23.168Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
56622026-08-13T19:01:23.757Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
56632026-08-13T19:01:23.789Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
56642026-08-13T19:01:23.880Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
56652026-08-13T19:01:23.977Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
56662026-08-13T19:01:31.124Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
56672026-08-13T19:01:31.124Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
56682026-08-13T19:01:31.127Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
56692026-08-13T19:01:31.973Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
56702026-08-13T19:01:33.144Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
56712026-08-13T19:01:33.367Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
56722026-08-13T19:01:40.738Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
56732026-08-13T19:01:49.377Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
56742026-08-13T19:01:51.008Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56752026-08-13T19:01:52.718Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
56762026-08-13T19:02:02.728Z Finished `test` profile [unoptimized + debuginfo] target(s) in 41.41s
56772026-08-13T19:02:02.844Z Running `target/debug/crdb-seed`
56782026-08-13T19:02:02.901ZAug 13 19:02:01.666 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpy6D8Tr
56792026-08-13T19:02:02.904ZAug 13 19:02:01.666 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpO1nror,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpy6D8Tr/listen-url --max-sql-memory 256MiB
56802026-08-13T19:02:02.905ZAug 13 19:02:01.667 INFO cockroach environment: BUILDOMAT_JOB_ID=01KZY77S71GND9CSRJVGVJH0C1 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository GITHUB_REF=refs/heads/sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=30df0f21bcb15483e46b103088a6662f52fac275 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib:/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out:/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envLl7COr NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out:/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=e43431e8-b638-434c-920c-29f456510a9d NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.UNa4Us NEXTEST_TEST_THREADS=30 NEXTEST_VERSION=0.9.131 NEXTEST_WORKSPACE_ROOT=/work/oxidecomputer/omicron PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.97.1-x86_64-unknown-illumos RUSTUP_TOOLCHAIN_SOURCE=env RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
56812026-08-13T19:02:03.463ZAug 13 19:02:02.228 INFO cockroach pid: 10145
56822026-08-13T19:02:03.463ZAug 13 19:02:02.228 INFO cockroach listen URL: postgresql://root@[::1]:37907/omicron?sslmode=disable
56832026-08-13T19:02:03.467ZAug 13 19:02:02.232 INFO cockroach: populating
56842026-08-13T19:02:04.627ZAug 13 19:02:03.391 INFO cockroach: populated
56852026-08-13T19:02:05.627ZAug 13 19:02:04.391 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/73db0f73d0afe672b29af2fda533ed15da2503e5d52fa92a293b94efacd3c8fb.tar`
56862026-08-13T19:02:05.635Z SETUP PASS [ 44.334s] crdb-seed: cargo run -p crdb-seed --profile test
56872026-08-13T19:02:05.638Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
56882026-08-13T19:02:06.418Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
56892026-08-13T19:02:06.422Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56902026-08-13T19:02:07.745Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
56912026-08-13T19:02:08.705Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
56922026-08-13T19:02:19.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
56932026-08-13T19:02:19.316Z Running `target/debug/clickhouse-cluster-dev`
56942026-08-13T19:02:19.372ZAug 13 19:02:18.137 INFO Setting up a ClickHouse cluster
56952026-08-13T19:02:19.376ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
56962026-08-13T19:02:19.376ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
56972026-08-13T19:02:19.376ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
56982026-08-13T19:02:19.376ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
56992026-08-13T19:02:19.376ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
57002026-08-13T19:02:19.673ZAug 13 19:02:18.438 INFO ClickHouse server ready
57012026-08-13T19:02:19.690ZAug 13 19:02:18.455 INFO ClickHouse server ready
57022026-08-13T19:02:21.431ZAug 13 19:02:20.196 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
57032026-08-13T19:02:21.438Z SETUP PASS [ 15.803s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
57042026-08-13T19:02:21.477Z PASS [ 0.025s] ( 1/3271) api_identity test::test_identity_no_field
57052026-08-13T19:02:21.480Z PASS [ 0.025s] ( 2/3271) api_identity test::test_identity
57062026-08-13T19:02:21.484Z PASS [ 0.030s] ( 3/3271) authz-macros tests::test_authz_snapshots
57072026-08-13T19:02:21.491Z PASS [ 0.014s] ( 4/3271) bootstore schemes::tests::hello_roundtrip
57082026-08-13T19:02:21.506Z PASS [ 0.015s] ( 5/3271) bootstore schemes::v0::share_pkg::tests::create_packages
57092026-08-13T19:02:21.519Z PASS [ 0.038s] ( 6/3271) bootstore schemes::v0::peer::tests::network_config
57102026-08-13T19:02:21.522Z PASS [ 0.014s] ( 7/3271) bootstore trust_quorum::rack_secret::tests::create_and_verify
57112026-08-13T19:02:21.534Z PASS [ 0.015s] ( 8/3271) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
57122026-08-13T19:02:22.526Z PASS [ 1.049s] ( 9/3271) bootstore schemes::v0::peer::tests::basic_3_nodes
57132026-08-13T19:02:22.632Z PASS [ 0.106s] ( 10/3271) cert-dev::test-cert-dev test_cert_create
57142026-08-13T19:02:22.722Z PASS [ 0.089s] ( 11/3271) clickana chart::tests::gather_chart_data_failure
57152026-08-13T19:02:22.736Z PASS [ 0.014s] ( 12/3271) clickana chart::tests::gather_chart_data_for_disk_usage_success
57162026-08-13T19:02:22.747Z PASS [ 0.011s] ( 13/3271) clickana chart::tests::gather_chart_data_for_memory_tracking_success
57172026-08-13T19:02:22.756Z PASS [ 0.009s] ( 14/3271) clickana chart::tests::gather_chart_data_for_query_count_success
57182026-08-13T19:02:22.767Z PASS [ 0.009s] ( 15/3271) clickana chart::tests::gather_chart_data_for_running_queries_success
57192026-08-13T19:02:22.780Z PASS [ 0.014s] ( 16/3271) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
57202026-08-13T19:02:22.789Z PASS [ 1.269s] ( 17/3271) bootstore::v0-fsm-proptest-learner run
57212026-08-13T19:02:22.793Z PASS [ 0.014s] ( 18/3271) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
57222026-08-13T19:02:22.803Z PASS [ 0.014s] ( 19/3271) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
57232026-08-13T19:02:22.811Z PASS [ 0.018s] ( 20/3271) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
57242026-08-13T19:02:22.819Z PASS [ 0.016s] ( 21/3271) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
57252026-08-13T19:02:22.828Z PASS [ 0.017s] ( 22/3271) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
57262026-08-13T19:02:22.837Z PASS [ 0.017s] ( 23/3271) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
57272026-08-13T19:02:22.846Z PASS [ 0.018s] ( 24/3271) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
57282026-08-13T19:02:22.872Z PASS [ 0.035s] ( 25/3271) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
57292026-08-13T19:02:22.911Z PASS [ 0.064s] ( 26/3271) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
57302026-08-13T19:02:22.943Z PASS [ 0.070s] ( 27/3271) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
57312026-08-13T19:02:22.967Z PASS [ 0.025s] ( 28/3271) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
57322026-08-13T19:02:22.989Z PASS [ 0.078s] ( 29/3271) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
57332026-08-13T19:02:23.003Z PASS [ 0.036s] ( 30/3271) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
57342026-08-13T19:02:23.025Z PASS [ 0.035s] ( 31/3271) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
57352026-08-13T19:02:23.032Z PASS [ 0.029s] ( 32/3271) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
57362026-08-13T19:02:23.050Z PASS [ 0.026s] ( 33/3271) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
57372026-08-13T19:02:23.058Z PASS [ 0.025s] ( 34/3271) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
57382026-08-13T19:02:23.078Z PASS [ 0.028s] ( 35/3271) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
57392026-08-13T19:02:23.084Z PASS [ 0.026s] ( 36/3271) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
57402026-08-13T19:02:23.103Z PASS [ 0.025s] ( 37/3271) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
57412026-08-13T19:02:23.109Z PASS [ 0.025s] ( 38/3271) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
57422026-08-13T19:02:23.129Z PASS [ 0.025s] ( 39/3271) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
57432026-08-13T19:02:23.135Z PASS [ 0.026s] ( 40/3271) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
57442026-08-13T19:02:23.159Z PASS [ 0.030s] ( 41/3271) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
57452026-08-13T19:02:23.162Z PASS [ 0.027s] ( 42/3271) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
57462026-08-13T19:02:23.180Z PASS [ 0.021s] ( 43/3271) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
57472026-08-13T19:02:23.184Z PASS [ 0.022s] ( 44/3271) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
57482026-08-13T19:02:23.208Z PASS [ 0.028s] ( 45/3271) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
57492026-08-13T19:02:23.215Z PASS [ 0.031s] ( 46/3271) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
57502026-08-13T19:02:23.242Z PASS [ 0.034s] ( 47/3271) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
57512026-08-13T19:02:23.248Z PASS [ 0.033s] ( 48/3271) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
57522026-08-13T19:02:23.273Z PASS [ 0.031s] ( 49/3271) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
57532026-08-13T19:02:23.279Z PASS [ 0.031s] ( 50/3271) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
57542026-08-13T19:02:23.322Z PASS [ 0.049s] ( 51/3271) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
57552026-08-13T19:02:23.326Z PASS [ 0.045s] ( 52/3271) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
57562026-08-13T19:02:23.340Z PASS [ 0.018s] ( 53/3271) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
57572026-08-13T19:02:23.344Z PASS [ 0.017s] ( 54/3271) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
57582026-08-13T19:02:23.359Z PASS [ 0.018s] ( 55/3271) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
57592026-08-13T19:02:23.362Z PASS [ 0.018s] ( 56/3271) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
57602026-08-13T19:02:23.378Z PASS [ 0.019s] ( 57/3271) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
57612026-08-13T19:02:23.382Z PASS [ 0.019s] ( 58/3271) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
57622026-08-13T19:02:23.424Z PASS [ 0.046s] ( 59/3271) db-dev::test-db-dev test_db_dev_populate_no_args
57632026-08-13T19:02:23.429Z PASS [ 0.049s] ( 60/3271) db-dev::test-db-dev test_db_dev_wipe_no_args
57642026-08-13T19:02:24.290Z PASS [ 2.755s] ( 61/3271) bootstore::v0-fsm-proptest-rack-coordinator run
57652026-08-13T19:02:24.339Z PASS [ 0.049s] ( 62/3271) db-macros lookup::test::test_lookup_snapshots
57662026-08-13T19:02:24.382Z PASS [ 0.043s] ( 63/3271) db-macros tests::test_derive_metadata_identity_fails_for_enums
57672026-08-13T19:02:24.420Z PASS [ 0.038s] ( 64/3271) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
57682026-08-13T19:02:24.455Z PASS [ 0.033s] ( 65/3271) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
57692026-08-13T19:02:24.487Z PASS [ 0.034s] ( 66/3271) db-macros tests::test_derive_metadata_identity_fails_without_table_name
57702026-08-13T19:02:24.517Z PASS [ 0.029s] ( 67/3271) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
57712026-08-13T19:02:24.547Z PASS [ 0.030s] ( 68/3271) db-macros tests::test_derive_snapshots
57722026-08-13T19:02:24.573Z PASS [ 0.026s] ( 69/3271) db-macros tests::test_derive_with_unknown_field
57732026-08-13T19:02:24.668Z PASS [ 0.096s] ( 70/3271) dns-server storage::test::test_update_basic
57742026-08-13T19:02:24.764Z PASS [ 0.095s] ( 71/3271) dns-server storage::test::test_update_in_progress
57752026-08-13T19:02:24.860Z PASS [ 0.096s] ( 72/3271) dns-server storage::test::test_update_interrupted
57762026-08-13T19:02:24.982Z PASS [ 0.122s] ( 73/3271) dns-server storage::test::test_zone_gets_soa_record
57772026-08-13T19:02:25.150Z PASS [ 0.168s] ( 74/3271) dns-server::basic_test a_crud
57782026-08-13T19:02:25.341Z PASS [ 0.191s] ( 75/3271) dns-server::basic_test aaaa_crud
57792026-08-13T19:02:25.480Z PASS [ 0.139s] ( 76/3271) dns-server::basic_test answers_match_question
57802026-08-13T19:02:25.623Z PASS [ 0.142s] ( 77/3271) dns-server::basic_test empty_record
57812026-08-13T19:02:25.791Z PASS [ 0.168s] ( 78/3271) dns-server::basic_test multi_record_crud
57822026-08-13T19:02:25.943Z PASS [ 0.152s] ( 79/3271) dns-server::basic_test name_contains_zone
57832026-08-13T19:02:26.108Z PASS [ 0.164s] ( 80/3271) dns-server::basic_test nxdomain
57842026-08-13T19:02:26.238Z PASS [ 0.130s] ( 81/3271) dns-server::basic_test servfail
57852026-08-13T19:02:26.363Z PASS [ 0.125s] ( 82/3271) dns-server::basic_test soa
57862026-08-13T19:02:26.498Z PASS [ 0.134s] ( 83/3271) dns-server::basic_test srv_crud
57872026-08-13T19:02:26.565Z PASS [ 3.141s] ( 84/3271) db-dev::test-db-dev test_db_killed
57882026-08-13T19:02:26.674Z PASS [ 0.176s] ( 85/3271) dns-server::cross_version_test cross_version_works
57892026-08-13T19:02:26.708Z PASS [ 0.034s] ( 86/3271) ereport-types tests::test_arb_json_deserializes
57902026-08-13T19:02:26.737Z PASS [ 0.028s] ( 87/3271) ereport-types tests::test_ena_from_str
57912026-08-13T19:02:26.755Z PASS [ 0.019s] ( 88/3271) ereport-types tests::test_ena_from_str_roundtrip
57922026-08-13T19:02:26.774Z PASS [ 0.018s] ( 89/3271) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
57932026-08-13T19:02:26.793Z PASS [ 0.019s] ( 90/3271) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
57942026-08-13T19:02:26.814Z PASS [ 0.021s] ( 91/3271) gfss gf256::tests::test_all_multiplication
57952026-08-13T19:02:26.831Z PASS [ 0.017s] ( 92/3271) gfss gf256::tests::test_all_multiplicative_inverses
57962026-08-13T19:02:26.850Z PASS [ 0.019s] ( 93/3271) gfss gf256::tests::test_docs_example
57972026-08-13T19:02:29.701Z PASS [ 3.135s] ( 94/3271) dnsadm::commands_test test_dnsadm
57982026-08-13T19:02:32.389Z PASS [ 2.687s] ( 95/3271) gfss shamir::tests::split_and_combine
57992026-08-13T19:02:32.411Z PASS [ 0.022s] ( 96/3271) gfss shamir::tests::test_share_reconstruction
58002026-08-13T19:02:32.437Z PASS [ 0.027s] ( 97/3271) illumos-utils destructor::test::test_delayed_delete
58012026-08-13T19:02:33.134Z PASS [ 0.631s] ( 98/3271) illumos-utils destructor::test::test_delayed_delete_with_error
58022026-08-13T19:02:33.170Z PASS [ 0.027s] ( 99/3271) illumos-utils destructor::test::test_destructor_bad_close
58032026-08-13T19:02:33.170Z PASS [ 0.028s] ( 100/3271) illumos-utils link::test::test_allocate
58042026-08-13T19:02:33.177Z PASS [ 0.028s] ( 101/3271) illumos-utils link::test::test_allocate_within_scopes
58052026-08-13T19:02:33.199Z PASS [ 0.027s] ( 102/3271) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
58062026-08-13T19:02:33.214Z PASS [ 0.028s] ( 103/3271) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
58072026-08-13T19:02:33.234Z PASS [ 0.027s] ( 104/3271) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
58082026-08-13T19:02:33.261Z PASS [ 0.027s] ( 105/3271) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
58092026-08-13T19:02:33.286Z PASS [ 0.026s] ( 106/3271) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
58102026-08-13T19:02:33.314Z PASS [ 0.028s] ( 107/3271) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
58112026-08-13T19:02:33.339Z PASS [ 0.024s] ( 108/3271) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
58122026-08-13T19:02:33.365Z PASS [ 0.026s] ( 109/3271) illumos-utils running_zone::tests::test_is_oxide_smf_service
58132026-08-13T19:02:33.397Z PASS [ 0.031s] ( 110/3271) illumos-utils svcs::tests::test_svc_parse_empty_success
58142026-08-13T19:02:33.425Z PASS [ 0.028s] ( 111/3271) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
58152026-08-13T19:02:33.451Z PASS [ 0.026s] ( 112/3271) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
58162026-08-13T19:02:33.478Z PASS [ 0.027s] ( 113/3271) illumos-utils svcs::tests::test_svc_parse_success
58172026-08-13T19:02:33.505Z PASS [ 0.026s] ( 114/3271) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
58182026-08-13T19:02:33.530Z PASS [ 0.025s] ( 115/3271) illumos-utils svcs::tests::test_to_enabled_not_online
58192026-08-13T19:02:33.568Z PASS [ 0.038s] ( 116/3271) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
58202026-08-13T19:02:33.617Z PASS [ 0.048s] ( 117/3271) illumos-utils zfs::test::directory_mutability
58212026-08-13T19:02:33.662Z PASS [ 0.045s] ( 118/3271) illumos-utils zfs::test::get_values_of_rpool
58222026-08-13T19:02:33.690Z PASS [ 0.027s] ( 119/3271) illumos-utils zfs::test::parse_dataset_bad_avail
58232026-08-13T19:02:33.716Z PASS [ 0.027s] ( 120/3271) illumos-utils zfs::test::parse_dataset_bad_quota
58242026-08-13T19:02:33.743Z PASS [ 0.027s] ( 121/3271) illumos-utils zfs::test::parse_dataset_bad_reservation
58252026-08-13T19:02:33.773Z PASS [ 0.030s] ( 122/3271) illumos-utils zfs::test::parse_dataset_bad_usage
58262026-08-13T19:02:33.804Z PASS [ 0.031s] ( 123/3271) illumos-utils zfs::test::parse_dataset_bad_uuid
58272026-08-13T19:02:33.853Z PASS [ 0.049s] ( 124/3271) illumos-utils zfs::test::parse_dataset_missing_fields
58282026-08-13T19:02:33.883Z PASS [ 0.030s] ( 125/3271) illumos-utils zfs::test::parse_dataset_props
58292026-08-13T19:02:33.914Z PASS [ 0.031s] ( 126/3271) illumos-utils zfs::test::parse_dataset_props_with_optionals
58302026-08-13T19:02:33.943Z PASS [ 0.029s] ( 127/3271) illumos-utils zfs::test::parse_dataset_too_many_columns
58312026-08-13T19:02:33.971Z PASS [ 0.028s] ( 128/3271) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
58322026-08-13T19:02:34.000Z PASS [ 0.029s] ( 129/3271) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
58332026-08-13T19:02:34.030Z PASS [ 0.030s] ( 130/3271) illumos-utils zfs::test::parse_quota_ignored_if_default
58342026-08-13T19:02:34.060Z PASS [ 0.029s] ( 131/3271) illumos-utils zfs::test::parse_reservation_ignored_if_default
58352026-08-13T19:02:34.089Z PASS [ 0.029s] ( 132/3271) illumos-utils zfs::test::parse_sorts_and_dedups
58362026-08-13T19:02:34.121Z PASS [ 0.031s] ( 133/3271) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
58372026-08-13T19:02:34.149Z PASS [ 0.029s] ( 134/3271) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
58382026-08-13T19:02:34.177Z PASS [ 0.028s] ( 135/3271) illumos-utils zfs::test::props_needing_update_none_matches_unset
58392026-08-13T19:02:34.207Z PASS [ 0.029s] ( 136/3271) illumos-utils zfs::test::props_needing_update_oxide_uuid
58402026-08-13T19:02:34.236Z PASS [ 0.029s] ( 137/3271) illumos-utils zfs::test::props_needing_update_skips_matching_values
58412026-08-13T19:02:34.264Z PASS [ 0.029s] ( 138/3271) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
58422026-08-13T19:02:34.292Z PASS [ 0.027s] ( 139/3271) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
58432026-08-13T19:02:34.328Z PASS [ 0.036s] ( 140/3271) illumos-utils zone::tests::delete_nonexistent_address
58442026-08-13T19:02:34.357Z PASS [ 0.029s] ( 141/3271) illumos-utils zone::tests::test_parse_ip_network
58452026-08-13T19:02:34.385Z PASS [ 0.028s] ( 142/3271) illumos-utils zpool::test::test_parse_zpool
58462026-08-13T19:02:34.415Z PASS [ 0.030s] ( 143/3271) illumos-utils zpool::test::test_parse_zpool_missing_column
58472026-08-13T19:02:36.220Z PASS [ 1.804s] ( 144/3271) installinator mock_peers::tests::proptest_fetch_artifact
58482026-08-13T19:02:36.244Z PASS [ 0.024s] ( 145/3271) installinator peers::tests::iter_no_preferred_preserves_btree_order
58492026-08-13T19:02:36.267Z PASS [ 0.024s] ( 146/3271) installinator peers::tests::last_known_peer_preferred
58502026-08-13T19:02:36.292Z PASS [ 0.025s] ( 147/3271) installinator peers::tests::last_known_peer_stale
58512026-08-13T19:02:36.548Z PASS [ 9.697s] ( 148/3271) gfss polynomial::tests::test_polynomial_eval
58522026-08-13T19:02:36.608Z PASS [ 0.060s] ( 149/3271) installinator-common block_size_writer::tests::proptest_block_writer
58532026-08-13T19:02:36.768Z PASS [ 0.160s] ( 150/3271) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
58542026-08-13T19:02:36.936Z PASS [ 0.167s] ( 151/3271) internal-dns-resolver resolver::test::insert_and_lookup_one_record
58552026-08-13T19:02:36.940Z PASS [ 13.509s] ( 152/3271) db-dev::test-db-dev test_db_run
58562026-08-13T19:02:37.082Z PASS [ 0.146s] ( 153/3271) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
58572026-08-13T19:02:37.208Z PASS [ 0.270s] ( 154/3271) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
58582026-08-13T19:02:37.276Z PASS [ 0.195s] ( 155/3271) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
58592026-08-13T19:02:37.345Z PASS [ 1.052s] ( 156/3271) installinator write::tests::proptest_write_artifact
58602026-08-13T19:02:37.364Z PASS [ 0.020s] ( 157/3271) internal-dns-types config::test::display_hosts
58612026-08-13T19:02:37.383Z PASS [ 0.173s] ( 158/3271) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
58622026-08-13T19:02:37.387Z PASS [ 0.019s] ( 159/3271) internal-dns-types config::test::display_srv_service
58632026-08-13T19:02:37.404Z PASS [ 0.022s] ( 160/3271) internal-dns-types config::test::host_zone_switch_publishes_all_services
58642026-08-13T19:02:37.407Z PASS [ 0.022s] ( 161/3271) internal-dns-types config::test::test_builder_errors
58652026-08-13T19:02:37.425Z PASS [ 0.021s] ( 162/3271) internal-dns-types config::test::test_builder_output
58662026-08-13T19:02:37.425Z PASS [ 0.149s] ( 163/3271) internal-dns-resolver resolver::test::update_record
58672026-08-13T19:02:37.428Z PASS [ 0.023s] ( 164/3271) internal-dns-types diff::test::diff_different
58682026-08-13T19:02:37.444Z PASS [ 0.019s] ( 165/3271) internal-dns-types diff::test::diff_invalid
58692026-08-13T19:02:37.444Z PASS [ 0.016s] ( 166/3271) ipcc tests::deserialize_fixed_value
58702026-08-13T19:02:37.447Z PASS [ 0.022s] ( 167/3271) internal-dns-types diff::test::diff_equivalent
58712026-08-13T19:02:37.467Z PASS [ 0.020s] ( 168/3271) key-manager tests::different_disks_produce_different_keys
58722026-08-13T19:02:37.467Z PASS [ 0.023s] ( 169/3271) ipcc tests::installinator_image_id_round_trip
58732026-08-13T19:02:37.471Z PASS [ 0.026s] ( 170/3271) ipcc tests::serialized_size
58742026-08-13T19:02:37.474Z PASS [ 16.020s] ( 171/3271) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
58752026-08-13T19:02:37.491Z PASS [ 0.023s] ( 172/3271) key-manager tests::disk_encryption_key_epoch_0
58762026-08-13T19:02:37.495Z PASS [ 0.022s] ( 173/3271) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
58772026-08-13T19:02:37.495Z PASS [ 0.026s] ( 174/3271) key-manager tests::different_ikm_produces_different_keys
58782026-08-13T19:02:37.508Z PASS [ 0.036s] ( 175/3271) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
58792026-08-13T19:02:37.541Z PASS [ 0.048s] ( 176/3271) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
58802026-08-13T19:02:37.548Z PASS [ 0.039s] ( 177/3271) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
58812026-08-13T19:02:37.548Z PASS [ 0.055s] ( 178/3271) nexus-auth authn::external::session_cookie::test::test_get_token
58822026-08-13T19:02:37.551Z PASS [ 0.060s] ( 179/3271) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
58832026-08-13T19:02:37.574Z PASS [ 0.033s] ( 180/3271) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
58842026-08-13T19:02:37.588Z PASS [ 0.039s] ( 181/3271) nexus-auth authn::external::session_cookie::test::test_missing_cookie
58852026-08-13T19:02:37.593Z PASS [ 0.041s] ( 182/3271) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
58862026-08-13T19:02:37.596Z PASS [ 0.047s] ( 183/3271) nexus-auth authn::external::session_cookie::test::test_other_cookie
58872026-08-13T19:02:37.607Z PASS [ 0.033s] ( 184/3271) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
58882026-08-13T19:02:37.621Z PASS [ 0.033s] ( 185/3271) nexus-auth authn::external::session_cookie::test::test_valid_cookie
58892026-08-13T19:02:37.632Z PASS [ 0.037s] ( 186/3271) nexus-auth authn::external::spoof::test::test_make_header_value_raw
58902026-08-13T19:02:37.637Z PASS [ 0.040s] ( 187/3271) nexus-auth authn::external::spoof::test::test_make_header_value
58912026-08-13T19:02:37.640Z PASS [ 0.032s] ( 188/3271) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
58922026-08-13T19:02:37.650Z PASS [ 0.028s] ( 189/3271) nexus-auth authn::external::spoof::test::test_spoof_header_missing
58932026-08-13T19:02:37.664Z PASS [ 0.031s] ( 190/3271) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
58942026-08-13T19:02:37.677Z PASS [ 0.037s] ( 191/3271) nexus-auth authn::external::test::test_authn_sequence
58952026-08-13T19:02:37.680Z PASS [ 0.046s] ( 192/3271) nexus-auth authn::external::spoof::test::test_spoof_header_valid
58962026-08-13T19:02:37.684Z PASS [ 0.035s] ( 193/3271) nexus-auth authn::external::token::test::test_make_header_value
58972026-08-13T19:02:37.720Z PASS [ 0.032s] ( 194/3271) nexus-auth authn::external::token::test::test_token_header_bad_utf8
58982026-08-13T19:02:37.720Z PASS [ 0.041s] ( 195/3271) nexus-auth authn::external::token::test::test_token_header_valid
58992026-08-13T19:02:37.723Z PASS [ 0.046s] ( 196/3271) nexus-auth authn::external::token::test::test_token_header_missing
59002026-08-13T19:02:37.727Z PASS [ 0.040s] ( 197/3271) nexus-auth authn::test::test_internal_users
59012026-08-13T19:02:37.771Z PASS [ 0.052s] ( 198/3271) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
59022026-08-13T19:02:37.788Z PASS [ 0.091s] ( 199/3271) nexus-auth authz::context::test::test_unregistered_resource
59032026-08-13T19:02:37.805Z PASS [ 0.080s] ( 200/3271) nexus-auth context::test::test_child_context
59042026-08-13T19:02:37.808Z PASS [ 0.082s] ( 201/3271) nexus-auth context::test::test_background_context
59052026-08-13T19:02:37.822Z PASS [ 0.034s] ( 202/3271) nexus-config nexus_config::test::test_bad_authn_schemes
59062026-08-13T19:02:37.842Z PASS [ 0.036s] ( 203/3271) nexus-config nexus_config::test::test_config_empty
59072026-08-13T19:02:37.846Z PASS [ 0.074s] ( 204/3271) nexus-auth context::test::test_test_context
59082026-08-13T19:02:37.849Z PASS [ 0.043s] ( 205/3271) nexus-config nexus_config::test::test_config_bad_toml
59092026-08-13T19:02:37.853Z PASS [ 0.029s] ( 206/3271) nexus-config nexus_config::test::test_config_nonexistent
59102026-08-13T19:02:37.872Z PASS [ 0.030s] ( 207/3271) nexus-config nexus_config::test::test_deployment_config_schema
59112026-08-13T19:02:37.880Z PASS [ 0.034s] ( 208/3271) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
59122026-08-13T19:02:37.883Z PASS [ 0.036s] ( 209/3271) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
59132026-08-13T19:02:37.897Z PASS [ 0.046s] ( 210/3271) nexus-config nexus_config::test::test_repo_configs_are_valid
59142026-08-13T19:02:37.913Z PASS [ 0.041s] ( 211/3271) nexus-config nexus_config::test::test_valid
59152026-08-13T19:02:37.917Z PASS [ 0.034s] ( 212/3271) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
59162026-08-13T19:02:37.920Z PASS [ 0.036s] ( 213/3271) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
59172026-08-13T19:02:37.924Z PASS [ 0.027s] ( 214/3271) nexus-config postgres_config::test::test_all_addresses_single_host
59182026-08-13T19:02:37.950Z PASS [ 0.037s] ( 215/3271) nexus-config postgres_config::test::test_bad_url
59192026-08-13T19:02:37.950Z PASS [ 0.031s] ( 216/3271) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
59202026-08-13T19:02:37.953Z PASS [ 0.040s] ( 217/3271) nexus-config postgres_config::test::test_example_url
59212026-08-13T19:02:37.957Z PASS [ 0.030s] ( 218/3271) nexus-db-fixed-data test::test_allowlist_id_is_valid
59222026-08-13T19:02:37.988Z PASS [ 0.034s] ( 219/3271) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
59232026-08-13T19:02:37.992Z PASS [ 0.039s] ( 220/3271) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
59242026-08-13T19:02:37.995Z PASS [ 0.043s] ( 221/3271) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
59252026-08-13T19:02:38.021Z PASS [ 0.027s] ( 222/3271) nexus-db-model bytecount::test::test_bytecount_i64_conversions
59262026-08-13T19:02:38.028Z PASS [ 0.040s] ( 223/3271) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
59272026-08-13T19:02:38.037Z PASS [ 0.048s] ( 224/3271) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
59282026-08-13T19:02:38.050Z PASS [ 0.029s] ( 225/3271) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
59292026-08-13T19:02:38.058Z PASS [ 0.030s] ( 226/3271) nexus-db-model deployment::tests::reassemble_rejects_inconsistent_columns
59302026-08-13T19:02:38.065Z PASS [ 0.028s] ( 227/3271) nexus-db-model deployment::tests::update_disposition_columns_roundtrip
59312026-08-13T19:02:38.076Z PASS [ 0.026s] ( 228/3271) nexus-db-model device_auth::test::test_generate_user_code
59322026-08-13T19:02:38.086Z PASS [ 0.028s] ( 229/3271) nexus-db-model instance_state::tests::test_from_str_roundtrips
59332026-08-13T19:02:38.094Z PASS [ 0.028s] ( 230/3271) nexus-db-model inventory::test::dual_stack_zone_nic_round_trips_through_inventory
59342026-08-13T19:02:38.101Z PASS [ 0.025s] ( 231/3271) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
59352026-08-13T19:02:38.114Z PASS [ 0.028s] ( 232/3271) nexus-db-model omicron_zone_config::tests::zone_nic_round_trips_for_all_ip_families
59362026-08-13T19:02:38.124Z PASS [ 0.031s] ( 233/3271) nexus-db-model role_assignment::tests::test_role_assignment_from_database
59372026-08-13T19:02:38.130Z PASS [ 0.029s] ( 234/3271) nexus-db-model saga_types::test::test_try_from_validates_abandon_metadata
59382026-08-13T19:02:38.164Z PASS [ 0.040s] ( 235/3271) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
59392026-08-13T19:02:38.176Z PASS [ 0.062s] ( 236/3271) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
59402026-08-13T19:02:38.180Z PASS [ 0.049s] ( 237/3271) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
59412026-08-13T19:02:38.212Z PASS [ 0.048s] ( 238/3271) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
59422026-08-13T19:02:38.232Z PASS [ 0.053s] ( 239/3271) nexus-db-model schema_versions::test::test_classify_create_index
59432026-08-13T19:02:38.237Z PASS [ 0.060s] ( 240/3271) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
59442026-08-13T19:02:38.263Z PASS [ 0.051s] ( 241/3271) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
59452026-08-13T19:02:38.274Z PASS [ 0.038s] ( 242/3271) nexus-db-model schema_versions::test::test_classify_dml_ignored
59462026-08-13T19:02:38.286Z PASS [ 0.053s] ( 243/3271) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
59472026-08-13T19:02:38.314Z PASS [ 0.051s] ( 244/3271) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
59482026-08-13T19:02:38.327Z PASS [ 0.042s] ( 245/3271) nexus-db-model schema_versions::test::test_known_versions
59492026-08-13T19:02:38.331Z PASS [ 0.054s] ( 246/3271) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
59502026-08-13T19:02:38.367Z PASS [ 0.039s] ( 247/3271) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
59512026-08-13T19:02:38.372Z PASS [ 0.044s] ( 248/3271) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
59522026-08-13T19:02:38.405Z PASS [ 0.037s] ( 249/3271) nexus-db-model schema_versions::test::test_one_ddl_enforcement
59532026-08-13T19:02:38.422Z PASS [ 0.050s] ( 250/3271) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
59542026-08-13T19:02:38.431Z PASS [ 0.117s] ( 251/3271) nexus-db-model schema_versions::test::test_migration_verification_files
59552026-08-13T19:02:38.437Z PASS [ 0.031s] ( 252/3271) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
59562026-08-13T19:02:38.468Z PASS [ 0.046s] ( 253/3271) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
59572026-08-13T19:02:38.483Z PASS [ 0.051s] ( 254/3271) nexus-db-model schema_versions::test::test_preprocess_storing
59582026-08-13T19:02:38.489Z PASS [ 0.052s] ( 255/3271) nexus-db-model schema_versions::test::test_preprocess_type_array
59592026-08-13T19:02:38.501Z PASS [ 0.033s] ( 256/3271) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
59602026-08-13T19:02:38.520Z PASS [ 0.032s] ( 257/3271) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
59612026-08-13T19:02:38.529Z PASS [ 0.045s] ( 258/3271) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
59622026-08-13T19:02:38.534Z PASS [ 0.031s] ( 259/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
59632026-08-13T19:02:38.548Z PASS [ 0.027s] ( 260/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
59642026-08-13T19:02:38.561Z PASS [ 0.033s] ( 261/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
59652026-08-13T19:02:38.565Z PASS [ 0.032s] ( 262/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
59662026-08-13T19:02:38.572Z PASS [ 0.026s] ( 263/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
59672026-08-13T19:02:38.597Z PASS [ 0.035s] ( 264/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
59682026-08-13T19:02:38.600Z PASS [ 0.034s] ( 265/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
59692026-08-13T19:02:38.605Z PASS [ 0.032s] ( 266/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
59702026-08-13T19:02:38.627Z PASS [ 0.030s] ( 267/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
59712026-08-13T19:02:38.631Z PASS [ 0.032s] ( 268/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
59722026-08-13T19:02:38.638Z PASS [ 0.034s] ( 269/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
59732026-08-13T19:02:38.654Z PASS [ 0.027s] ( 270/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
59742026-08-13T19:02:38.658Z PASS [ 0.027s] ( 271/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
59752026-08-13T19:02:38.663Z PASS [ 0.025s] ( 272/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
59762026-08-13T19:02:38.677Z PASS [ 0.023s] ( 273/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
59772026-08-13T19:02:38.686Z PASS [ 0.028s] ( 274/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
59782026-08-13T19:02:38.698Z PASS [ 0.034s] ( 275/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
59792026-08-13T19:02:38.706Z PASS [ 0.028s] ( 276/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
59802026-08-13T19:02:38.716Z PASS [ 0.030s] ( 277/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
59812026-08-13T19:02:38.728Z PASS [ 0.031s] ( 278/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
59822026-08-13T19:02:38.736Z PASS [ 0.030s] ( 279/3271) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
59832026-08-13T19:02:38.748Z PASS [ 0.032s] ( 280/3271) nexus-db-model schema_versions::test::test_verification_query_add_constraint
59842026-08-13T19:02:38.767Z PASS [ 0.038s] ( 281/3271) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
59852026-08-13T19:02:38.773Z PASS [ 0.037s] ( 282/3271) nexus-db-model schema_versions::test::test_verification_query_create_index
59862026-08-13T19:02:38.784Z PASS [ 0.035s] ( 283/3271) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
59872026-08-13T19:02:38.797Z PASS [ 0.030s] ( 284/3271) nexus-db-model schema_versions::test::test_verify
59882026-08-13T19:02:38.805Z PASS [ 0.032s] ( 285/3271) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
59892026-08-13T19:02:38.813Z PASS [ 0.030s] ( 286/3271) nexus-db-model semver_version::test::test_to_from_sortable_string
59902026-08-13T19:02:38.829Z PASS [ 0.030s] ( 287/3271) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
59912026-08-13T19:02:38.838Z PASS [ 0.033s] ( 288/3271) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
59922026-08-13T19:02:38.848Z PASS [ 0.035s] ( 289/3271) nexus-db-model switch_port::tests::router_peer_from_db_repr_rejects_invalid_ips
59932026-08-13T19:02:38.857Z PASS [ 0.028s] ( 290/3271) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v4
59942026-08-13T19:02:38.865Z PASS [ 0.027s] ( 291/3271) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v6
59952026-08-13T19:02:38.879Z PASS [ 0.030s] ( 292/3271) nexus-db-model switch_port::tests::router_peer_repr_round_trip_unnumbered
59962026-08-13T19:02:38.887Z PASS [ 0.030s] ( 293/3271) nexus-db-model tests::test_ip_subnet_check_requestable_address
59972026-08-13T19:02:38.896Z PASS [ 0.030s] ( 294/3271) nexus-db-model tests::test_ipv6_net_random_subnet
59982026-08-13T19:02:38.906Z PASS [ 0.027s] ( 295/3271) nexus-db-model tests::test_roles_database_strings
59992026-08-13T19:02:38.912Z PASS [ 0.026s] ( 296/3271) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
60002026-08-13T19:02:38.925Z PASS [ 0.030s] ( 297/3271) nexus-db-model typed_uuid::tests::test_compare_consistency
60012026-08-13T19:02:38.938Z PASS [ 0.029s] ( 298/3271) nexus-db-model typed_uuid::tests::test_hash_equality
60022026-08-13T19:02:38.943Z PASS [ 0.031s] ( 299/3271) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
60032026-08-13T19:02:38.951Z PASS [ 0.026s] ( 300/3271) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
60042026-08-13T19:02:38.974Z PASS [ 0.038s] ( 301/3271) nexus-db-model vmm_state::tests::test_from_str_roundtrips
60052026-08-13T19:02:38.978Z PASS [ 0.034s] ( 302/3271) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
60062026-08-13T19:02:38.983Z PASS [ 0.032s] ( 303/3271) nexus-db-model vmm_state::tests::test_terminal_states_consistent
60072026-08-13T19:02:40.147Z PASS [ 18.703s] ( 304/3271) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
60082026-08-13T19:02:40.226Z PASS [ 18.772s] ( 305/3271) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
60092026-08-13T19:02:40.570Z PASS [ 2.615s] ( 306/3271) nexus-db-lookup::integration lookup::test_lookup
60102026-08-13T19:02:41.710Z PASS [ 2.736s] ( 307/3271) nexus-db-queries db::check_if_limit_reached::tests::test_check_if_limit_reached
60112026-08-13T19:02:41.952Z PASS [ 2.975s] ( 308/3271) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
60122026-08-13T19:02:42.025Z PASS [ 3.042s] ( 309/3271) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
60132026-08-13T19:02:42.745Z PASS [ 2.597s] ( 310/3271) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
60142026-08-13T19:02:42.881Z PASS [ 2.656s] ( 311/3271) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
60152026-08-13T19:02:43.098Z PASS [ 2.529s] ( 312/3271) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
60162026-08-13T19:02:43.460Z PASS [ 22.013s] ( 313/3271) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
60172026-08-13T19:02:43.511Z PASS [ 0.051s] ( 314/3271) nexus-db-queries db::collection_attach::test::test_verify_query
60182026-08-13T19:02:43.563Z PASS [ 22.117s] ( 315/3271) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
60192026-08-13T19:02:43.903Z PASS [ 22.453s] ( 316/3271) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
60202026-08-13T19:02:44.179Z PASS [ 2.470s] ( 317/3271) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
60212026-08-13T19:02:44.266Z PASS [ 22.817s] ( 318/3271) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
60222026-08-13T19:02:44.538Z PASS [ 23.089s] ( 319/3271) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
60232026-08-13T19:02:44.580Z PASS [ 2.555s] ( 320/3271) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
60242026-08-13T19:02:44.611Z PASS [ 2.658s] ( 321/3271) nexus-db-queries db::collection_attach::test::test_attach_once
60252026-08-13T19:02:44.637Z PASS [ 0.056s] ( 322/3271) nexus-db-queries db::collection_detach::test::test_verify_query
60262026-08-13T19:02:44.954Z PASS [ 23.511s] ( 323/3271) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
60272026-08-13T19:02:45.290Z PASS [ 23.848s] ( 324/3271) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
60282026-08-13T19:02:45.359Z PASS [ 23.915s] ( 325/3271) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
60292026-08-13T19:02:45.473Z PASS [ 2.728s] ( 326/3271) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
60302026-08-13T19:02:45.494Z PASS [ 24.044s] ( 327/3271) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
60312026-08-13T19:02:45.500Z PASS [ 24.056s] ( 328/3271) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
60322026-08-13T19:02:45.548Z PASS [ 2.666s] ( 329/3271) nexus-db-queries db::collection_attach::test::test_attach_with_filters
60332026-08-13T19:02:45.598Z PASS [ 0.049s] ( 330/3271) nexus-db-queries db::collection_detach_many::test::test_verify_query
60342026-08-13T19:02:45.654Z PASS [ 2.556s] ( 331/3271) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
60352026-08-13T19:02:46.120Z PASS [ 2.609s] ( 332/3271) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
60362026-08-13T19:02:46.153Z PASS [ 2.589s] ( 333/3271) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
60372026-08-13T19:02:46.169Z PASS [ 0.049s] ( 334/3271) nexus-db-queries db::collection_insert::test::test_verify_query
60382026-08-13T19:02:46.201Z PASS [ 0.048s] ( 335/3271) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
60392026-08-13T19:02:46.221Z PASS [ 0.053s] ( 336/3271) nexus-db-queries db::column_walker::test::test_walk_columns
60402026-08-13T19:02:46.254Z PASS [ 0.053s] ( 337/3271) nexus-db-queries db::column_walker::test::test_walk_table
60412026-08-13T19:02:46.489Z PASS [ 2.587s] ( 338/3271) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
60422026-08-13T19:02:46.791Z PASS [ 2.611s] ( 339/3271) nexus-db-queries db::collection_detach::test::test_detach_once
60432026-08-13T19:02:46.975Z PASS [ 2.709s] ( 340/3271) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
60442026-08-13T19:02:47.169Z PASS [ 2.631s] ( 341/3271) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
60452026-08-13T19:02:47.219Z PASS [ 2.609s] ( 342/3271) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
60462026-08-13T19:02:47.271Z PASS [ 2.634s] ( 343/3271) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
60472026-08-13T19:02:47.581Z PASS [ 2.627s] ( 344/3271) nexus-db-queries db::collection_detach_many::test::test_detach_many
60482026-08-13T19:02:47.891Z PASS [ 2.600s] ( 345/3271) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
60492026-08-13T19:02:48.019Z PASS [ 2.660s] ( 346/3271) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
60502026-08-13T19:02:48.208Z PASS [ 2.714s] ( 347/3271) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
60512026-08-13T19:02:48.268Z PASS [ 2.613s] ( 348/3271) nexus-db-queries db::collection_insert::test::test_collection_present
60522026-08-13T19:02:48.288Z PASS [ 2.690s] ( 349/3271) nexus-db-queries db::collection_insert::test::test_collection_not_present
60532026-08-13T19:02:48.291Z PASS [ 2.817s] ( 350/3271) nexus-db-queries db::collection_detach_many::test::test_detach_once
60542026-08-13T19:02:48.299Z PASS [ 2.799s] ( 351/3271) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
60552026-08-13T19:02:49.492Z PASS [ 28.049s] ( 352/3271) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
60562026-08-13T19:02:49.987Z PASS [ 28.534s] ( 353/3271) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
60572026-08-13T19:02:50.171Z PASS [ 3.949s] ( 354/3271) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
60582026-08-13T19:02:50.312Z PASS [ 4.055s] ( 355/3271) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
60592026-08-13T19:02:50.954Z PASS [ 4.162s] ( 356/3271) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
60602026-08-13T19:02:51.181Z PASS [ 4.205s] ( 357/3271) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
60612026-08-13T19:02:51.324Z PASS [ 4.104s] ( 358/3271) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
60622026-08-13T19:02:51.609Z PASS [ 4.028s] ( 359/3271) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
60632026-08-13T19:02:51.891Z PASS [ 3.999s] ( 360/3271) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
60642026-08-13T19:02:51.978Z PASS [ 4.707s] ( 361/3271) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
60652026-08-13T19:02:52.064Z PASS [ 4.894s] ( 362/3271) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
60662026-08-13T19:02:52.134Z PASS [ 4.115s] ( 363/3271) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
60672026-08-13T19:02:52.385Z PASS [ 4.176s] ( 364/3271) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
60682026-08-13T19:02:52.566Z PASS [ 4.299s] ( 365/3271) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
60692026-08-13T19:02:52.627Z PASS [ 6.137s] ( 366/3271) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
60702026-08-13T19:02:52.684Z PASS [ 4.394s] ( 367/3271) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
60712026-08-13T19:02:52.792Z PASS [ 4.493s] ( 368/3271) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
60722026-08-13T19:02:53.800Z PASS [ 32.356s] ( 369/3271) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
60732026-08-13T19:02:54.520Z PASS [ 4.210s] ( 370/3271) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
60742026-08-13T19:02:54.544Z PASS [ 4.568s] ( 371/3271) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
60752026-08-13T19:02:54.841Z PASS [ 5.350s] ( 372/3271) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
60762026-08-13T19:02:54.898Z PASS [ 2.920s] ( 373/3271) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_all_filters
60772026-08-13T19:02:54.918Z PASS [ 2.783s] ( 374/3271) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_created_time
60782026-08-13T19:02:54.945Z PASS [ 6.658s] ( 375/3271) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
60792026-08-13T19:02:55.045Z PASS [ 2.981s] ( 376/3271) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_cases_and_classes
60802026-08-13T19:02:55.101Z PASS [ 2.717s] ( 377/3271) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_default
60812026-08-13T19:02:55.111Z PASS [ 4.940s] ( 378/3271) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
60822026-08-13T19:02:55.332Z PASS [ 2.766s] ( 379/3271) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_false
60832026-08-13T19:02:55.345Z PASS [ 4.392s] ( 380/3271) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
60842026-08-13T19:02:55.419Z PASS [ 2.793s] ( 381/3271) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_time
60852026-08-13T19:02:55.467Z PASS [ 2.784s] ( 382/3271) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_true
60862026-08-13T19:02:55.669Z PASS [ 4.489s] ( 383/3271) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
60872026-08-13T19:02:55.798Z PASS [ 3.006s] ( 384/3271) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_cases
60882026-08-13T19:02:55.877Z PASS [ 34.432s] ( 385/3271) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
60892026-08-13T19:02:55.978Z PASS [ 4.088s] ( 386/3271) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
60902026-08-13T19:02:56.709Z PASS [ 2.908s] ( 387/3271) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_classes
60912026-08-13T19:02:57.018Z PASS [ 35.564s] ( 388/3271) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
60922026-08-13T19:02:57.069Z PASS [ 2.549s] ( 389/3271) nexus-db-queries db::datastore::alert::tests::explain_alert_select_next_for_dispatch
60932026-08-13T19:02:57.114Z PASS [ 5.790s] ( 390/3271) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
60942026-08-13T19:02:57.420Z PASS [ 5.811s] ( 391/3271) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
60952026-08-13T19:02:57.728Z PASS [ 2.683s] ( 392/3271) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
60962026-08-13T19:02:58.156Z PASS [ 36.713s] ( 393/3271) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
60972026-08-13T19:02:58.470Z PASS [ 3.925s] ( 394/3271) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
60982026-08-13T19:02:58.798Z PASS [ 3.900s] ( 395/3271) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
60992026-08-13T19:02:58.850Z PASS [ 3.933s] ( 396/3271) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
61002026-08-13T19:02:58.867Z PASS [ 3.922s] ( 397/3271) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
61012026-08-13T19:02:58.995Z PASS [ 4.153s] ( 398/3271) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
61022026-08-13T19:02:59.072Z PASS [ 3.960s] ( 399/3271) nexus-db-queries db::datastore::alert_rx::test::test_insert_empty_subscription_batch
61032026-08-13T19:02:59.155Z PASS [ 3.809s] ( 400/3271) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_fails_when_receiver_deleted
61042026-08-13T19:02:59.255Z PASS [ 3.836s] ( 401/3271) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_succeeds
61052026-08-13T19:02:59.361Z PASS [ 3.892s] ( 402/3271) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
61062026-08-13T19:02:59.375Z PASS [ 4.043s] ( 403/3271) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
61072026-08-13T19:02:59.375Z PASS [ 4.274s] ( 404/3271) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
61082026-08-13T19:02:59.553Z PASS [ 38.110s] ( 405/3271) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
61092026-08-13T19:02:59.777Z PASS [ 4.107s] ( 406/3271) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
61102026-08-13T19:02:59.893Z PASS [ 4.095s] ( 407/3271) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
61112026-08-13T19:02:59.906Z PASS [ 4.028s] ( 408/3271) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
61122026-08-13T19:02:59.931Z PASS [ 3.952s] ( 409/3271) nexus-db-queries db::datastore::bgp::tests::bgp_config_get_by_name_after_reuse_returns_live
61132026-08-13T19:03:00.388Z PASS [ 1.028s] ( 410/3271) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
61142026-08-13T19:03:00.497Z PASS [ 1.122s] ( 411/3271) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
61152026-08-13T19:03:00.581Z PASS [ 3.872s] ( 412/3271) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
61162026-08-13T19:03:00.868Z PASS [ 3.850s] ( 413/3271) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
61172026-08-13T19:03:00.891Z PASS [ 3.822s] ( 414/3271) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_by_name
61182026-08-13T19:03:01.123Z PASS [ 4.010s] ( 415/3271) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_create_idempotency
61192026-08-13T19:03:01.239Z PASS [ 3.818s] ( 416/3271) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
61202026-08-13T19:03:01.604Z PASS [ 3.875s] ( 417/3271) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
61212026-08-13T19:03:01.604Z PASS [ 2.608s] ( 418/3271) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
61222026-08-13T19:03:01.879Z PASS [ 2.723s] ( 419/3271) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
61232026-08-13T19:03:01.944Z PASS [ 3.785s] ( 420/3271) nexus-db-queries db::datastore::bgp::tests::test_update_bgp_config
61242026-08-13T19:03:01.956Z PASS [ 40.507s] ( 421/3271) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
61252026-08-13T19:03:02.037Z PASS [ 0.913s] ( 422/3271) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
61262026-08-13T19:03:02.071Z PASS [ 0.832s] ( 423/3271) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
61272026-08-13T19:03:02.153Z PASS [ 2.776s] ( 424/3271) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
61282026-08-13T19:03:02.174Z PASS [ 2.621s] ( 425/3271) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
61292026-08-13T19:03:02.320Z PASS [ 3.248s] ( 426/3271) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
61302026-08-13T19:03:02.358Z PASS [ 3.887s] ( 427/3271) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
61312026-08-13T19:03:02.697Z PASS [ 2.920s] ( 428/3271) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
61322026-08-13T19:03:02.775Z PASS [ 3.977s] ( 429/3271) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
61332026-08-13T19:03:02.807Z PASS [ 3.551s] ( 430/3271) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
61342026-08-13T19:03:02.818Z PASS [ 1.215s] ( 431/3271) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
61352026-08-13T19:03:02.822Z PASS [ 2.929s] ( 432/3271) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
61362026-08-13T19:03:02.839Z PASS [ 2.933s] ( 433/3271) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
61372026-08-13T19:03:02.843Z PASS [ 2.909s] ( 434/3271) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
61382026-08-13T19:03:02.843Z PASS [ 3.991s] ( 435/3271) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
61392026-08-13T19:03:02.991Z PASS [ 4.122s] ( 436/3271) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
61402026-08-13T19:03:03.037Z PASS [ 0.230s] ( 437/3271) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
61412026-08-13T19:03:03.108Z PASS [ 2.718s] ( 438/3271) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
61422026-08-13T19:03:03.224Z PASS [ 2.726s] ( 439/3271) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
61432026-08-13T19:03:03.354Z PASS [ 2.772s] ( 440/3271) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
61442026-08-13T19:03:03.568Z PASS [ 2.676s] ( 441/3271) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
61452026-08-13T19:03:03.573Z PASS [ 2.702s] ( 442/3271) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
61462026-08-13T19:03:04.114Z PASS [ 42.671s] ( 443/3271) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61472026-08-13T19:03:04.497Z PASS [ 2.618s] ( 444/3271) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
61482026-08-13T19:03:04.558Z PASS [ 0.061s] ( 445/3271) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
61492026-08-13T19:03:04.574Z PASS [ 2.624s] ( 446/3271) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
61502026-08-13T19:03:04.658Z PASS [ 2.621s] ( 447/3271) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
61512026-08-13T19:03:04.706Z PASS [ 2.765s] ( 448/3271) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
61522026-08-13T19:03:04.714Z PASS [ 2.643s] ( 449/3271) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
61532026-08-13T19:03:04.730Z PASS [ 2.577s] ( 450/3271) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
61542026-08-13T19:03:04.735Z PASS [ 2.561s] ( 451/3271) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
61552026-08-13T19:03:04.744Z PASS [ 43.296s] ( 452/3271) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
61562026-08-13T19:03:05.102Z PASS [ 0.367s] ( 453/3271) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
61572026-08-13T19:03:05.122Z PASS [ 0.378s] ( 454/3271) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
61582026-08-13T19:03:05.444Z PASS [ 0.321s] ( 455/3271) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
61592026-08-13T19:03:05.451Z PASS [ 0.349s] ( 456/3271) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
61602026-08-13T19:03:05.498Z PASS [ 2.679s] ( 457/3271) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
61612026-08-13T19:03:05.656Z PASS [ 4.052s] ( 458/3271) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
61622026-08-13T19:03:06.685Z PASS [ 4.328s] ( 459/3271) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
61632026-08-13T19:03:06.895Z PASS [ 4.073s] ( 460/3271) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_dual_stack_round_trips_through_db
61642026-08-13T19:03:06.987Z PASS [ 4.146s] ( 461/3271) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv6_only_round_trips_through_db
61652026-08-13T19:03:07.017Z PASS [ 4.179s] ( 462/3271) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv4_only_round_trips_through_db
61662026-08-13T19:03:07.118Z PASS [ 4.421s] ( 463/3271) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
61672026-08-13T19:03:07.221Z PASS [ 4.446s] ( 464/3271) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
61682026-08-13T19:03:07.298Z PASS [ 4.979s] ( 465/3271) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
61692026-08-13T19:03:07.437Z PASS [ 4.446s] ( 466/3271) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
61702026-08-13T19:03:07.768Z PASS [ 4.661s] ( 467/3271) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
61712026-08-13T19:03:07.965Z PASS [ 4.741s] ( 468/3271) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
61722026-08-13T19:03:08.146Z PASS [ 5.110s] ( 469/3271) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
61732026-08-13T19:03:08.590Z PASS [ 3.146s] ( 470/3271) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
61742026-08-13T19:03:08.738Z PASS [ 5.897s] ( 471/3271) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
61752026-08-13T19:03:08.782Z PASS [ 3.330s] ( 472/3271) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
61762026-08-13T19:03:08.796Z PASS [ 3.299s] ( 473/3271) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
61772026-08-13T19:03:08.797Z PASS [ 3.141s] ( 474/3271) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
61782026-08-13T19:03:08.800Z PASS [ 4.685s] ( 475/3271) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
61792026-08-13T19:03:08.816Z PASS [ 5.248s] ( 476/3271) nexus-db-queries db::datastore::deployment::tests::test_set_target
61802026-08-13T19:03:08.907Z PASS [ 5.337s] ( 477/3271) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
61812026-08-13T19:03:09.165Z PASS [ 4.607s] ( 478/3271) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
61822026-08-13T19:03:09.355Z PASS [ 4.625s] ( 479/3271) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
61832026-08-13T19:03:09.450Z PASS [ 4.745s] ( 480/3271) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
61842026-08-13T19:03:09.499Z PASS [ 4.925s] ( 481/3271) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
61852026-08-13T19:03:09.573Z PASS [ 2.888s] ( 482/3271) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
61862026-08-13T19:03:09.578Z PASS [ 4.863s] ( 483/3271) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
61872026-08-13T19:03:09.840Z PASS [ 2.944s] ( 484/3271) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
61882026-08-13T19:03:09.872Z PASS [ 2.754s] ( 485/3271) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
61892026-08-13T19:03:09.872Z PASS [ 6.519s] ( 486/3271) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
61902026-08-13T19:03:09.921Z PASS [ 2.903s] ( 487/3271) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
61912026-08-13T19:03:09.942Z PASS [ 2.955s] ( 488/3271) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
61922026-08-13T19:03:09.959Z PASS [ 2.738s] ( 489/3271) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
61932026-08-13T19:03:10.059Z PASS [ 5.402s] ( 490/3271) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
61942026-08-13T19:03:10.188Z PASS [ 2.890s] ( 491/3271) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
61952026-08-13T19:03:11.270Z PASS [ 49.823s] ( 492/3271) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
61962026-08-13T19:03:11.318Z PASS [ 3.881s] ( 493/3271) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
61972026-08-13T19:03:11.906Z PASS [ 4.138s] ( 494/3271) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
61982026-08-13T19:03:11.977Z PASS [ 4.012s] ( 495/3271) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
61992026-08-13T19:03:12.115Z PASS [ 3.967s] ( 496/3271) nexus-db-queries db::datastore::ereport::tests::test_time_latest_ereport_received_never_regresses
62002026-08-13T19:03:12.770Z PASS [ 4.180s] ( 497/3271) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
62012026-08-13T19:03:12.863Z PASS [ 4.066s] ( 498/3271) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
62022026-08-13T19:03:12.946Z PASS [ 4.130s] ( 499/3271) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
62032026-08-13T19:03:13.017Z PASS [ 4.109s] ( 500/3271) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
62042026-08-13T19:03:13.125Z PASS [ 3.960s] ( 501/3271) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
62052026-08-13T19:03:13.125Z PASS [ 4.343s] ( 502/3271) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
62062026-08-13T19:03:13.140Z PASS [ 4.340s] ( 503/3271) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
62072026-08-13T19:03:13.364Z PASS [ 4.567s] ( 504/3271) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
62082026-08-13T19:03:13.407Z PASS [ 4.052s] ( 505/3271) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
62092026-08-13T19:03:13.492Z PASS [ 3.992s] ( 506/3271) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
62102026-08-13T19:03:13.492Z PASS [ 4.753s] ( 507/3271) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
62112026-08-13T19:03:13.559Z PASS [ 4.109s] ( 508/3271) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
62122026-08-13T19:03:13.705Z PASS [ 4.132s] ( 509/3271) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
62132026-08-13T19:03:13.791Z PASS [ 4.214s] ( 510/3271) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
62142026-08-13T19:03:13.887Z PASS [ 4.015s] ( 511/3271) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
62152026-08-13T19:03:13.918Z PASS [ 3.976s] ( 512/3271) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
62162026-08-13T19:03:13.963Z PASS [ 3.903s] ( 513/3271) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
62172026-08-13T19:03:13.971Z PASS [ 4.098s] ( 514/3271) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
62182026-08-13T19:03:13.974Z PASS [ 4.132s] ( 515/3271) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
62192026-08-13T19:03:14.010Z PASS [ 4.089s] ( 516/3271) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
62202026-08-13T19:03:14.017Z PASS [ 0.226s] ( 517/3271) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
62212026-08-13T19:03:14.058Z PASS [ 4.099s] ( 518/3271) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
62222026-08-13T19:03:14.108Z PASS [ 0.221s] ( 519/3271) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
62232026-08-13T19:03:14.143Z PASS [ 0.225s] ( 520/3271) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
62242026-08-13T19:03:14.160Z PASS [ 3.971s] ( 521/3271) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
62252026-08-13T19:03:15.148Z PASS [ 3.878s] ( 522/3271) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
62262026-08-13T19:03:15.227Z PASS [ 3.909s] ( 523/3271) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
62272026-08-13T19:03:15.751Z PASS [ 3.774s] ( 524/3271) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
62282026-08-13T19:03:15.755Z PASS [ 3.847s] ( 525/3271) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
62292026-08-13T19:03:15.826Z PASS [ 3.712s] ( 526/3271) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
62302026-08-13T19:03:16.510Z PASS [ 2.547s] ( 527/3271) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
62312026-08-13T19:03:16.611Z PASS [ 2.641s] ( 528/3271) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
62322026-08-13T19:03:16.623Z PASS [ 2.606s] ( 529/3271) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
62332026-08-13T19:03:16.655Z PASS [ 2.645s] ( 530/3271) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
62342026-08-13T19:03:16.814Z PASS [ 4.043s] ( 531/3271) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_of_consecutive_single_addresses
62352026-08-13T19:03:16.897Z PASS [ 4.034s] ( 532/3271) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
62362026-08-13T19:03:16.909Z PASS [ 2.938s] ( 533/3271) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
62372026-08-13T19:03:17.012Z PASS [ 4.066s] ( 534/3271) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
62382026-08-13T19:03:17.119Z PASS [ 4.103s] ( 535/3271) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
62392026-08-13T19:03:17.158Z PASS [ 0.262s] ( 536/3271) nexus-db-queries db::datastore::fm_config::tests::expectorate_insert_latest_version_query
62402026-08-13T19:03:17.193Z PASS [ 4.068s] ( 537/3271) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
62412026-08-13T19:03:17.210Z PASS [ 3.804s] ( 538/3271) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
62422026-08-13T19:03:17.280Z PASS [ 3.916s] ( 539/3271) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
62432026-08-13T19:03:17.301Z PASS [ 4.176s] ( 540/3271) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
62442026-08-13T19:03:17.325Z PASS [ 4.185s] ( 541/3271) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
62452026-08-13T19:03:17.339Z PASS [ 3.848s] ( 542/3271) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
62462026-08-13T19:03:17.355Z PASS [ 0.235s] ( 543/3271) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::expectorate_rendezvous_marker_gc_page
62472026-08-13T19:03:17.452Z PASS [ 3.747s] ( 544/3271) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
62482026-08-13T19:03:17.490Z PASS [ 3.998s] ( 545/3271) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
62492026-08-13T19:03:17.517Z PASS [ 3.957s] ( 546/3271) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
62502026-08-13T19:03:17.836Z PASS [ 3.692s] ( 547/3271) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
62512026-08-13T19:03:18.058Z PASS [ 3.898s] ( 548/3271) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
62522026-08-13T19:03:18.540Z PASS [ 4.430s] ( 549/3271) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
62532026-08-13T19:03:19.082Z PASS [ 3.855s] ( 550/3271) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
62542026-08-13T19:03:19.174Z PASS [ 4.025s] ( 551/3271) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
62552026-08-13T19:03:19.700Z PASS [ 2.791s] ( 552/3271) nexus-db-queries db::datastore::fm_config::tests::explain_insert_latest_version_query
62562026-08-13T19:03:19.764Z PASS [ 4.012s] ( 553/3271) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
62572026-08-13T19:03:20.081Z PASS [ 4.328s] ( 554/3271) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
62582026-08-13T19:03:20.081Z PASS [ 4.255s] ( 555/3271) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
62592026-08-13T19:03:20.854Z PASS [ 4.242s] ( 556/3271) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
62602026-08-13T19:03:20.906Z PASS [ 4.396s] ( 557/3271) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
62612026-08-13T19:03:20.922Z PASS [ 4.299s] ( 558/3271) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
62622026-08-13T19:03:20.948Z PASS [ 4.134s] ( 559/3271) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
62632026-08-13T19:03:20.952Z PASS [ 4.297s] ( 560/3271) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
62642026-08-13T19:03:20.993Z PASS [ 3.981s] ( 561/3271) nexus-db-queries db::datastore::fm_config::tests::test_fm_config_basic
62652026-08-13T19:03:21.162Z PASS [ 4.003s] ( 562/3271) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_nothing_when_sitrep_missing
62662026-08-13T19:03:21.252Z PASS [ 4.059s] ( 563/3271) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_only_dropped_markers
62672026-08-13T19:03:21.252Z PASS [ 4.042s] ( 564/3271) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_pages_advance_past_preserved_markers
62682026-08-13T19:03:21.457Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
62692026-08-13T19:03:21.460Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62702026-08-13T19:03:21.460Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
62712026-08-13T19:03:21.472Z PASS [ 4.147s] ( 565/3271) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
62722026-08-13T19:03:21.522Z PASS [ 4.222s] ( 566/3271) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
62732026-08-13T19:03:21.709Z PASS [ 4.354s] ( 567/3271) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
62742026-08-13T19:03:21.748Z PASS [ 4.409s] ( 568/3271) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
62752026-08-13T19:03:21.806Z PASS [ 4.315s] ( 569/3271) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
62762026-08-13T19:03:21.824Z PASS [ 4.371s] ( 570/3271) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
62772026-08-13T19:03:21.878Z PASS [ 4.361s] ( 571/3271) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
62782026-08-13T19:03:22.085Z PASS [ 4.250s] ( 572/3271) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
62792026-08-13T19:03:22.207Z PASS [ 4.149s] ( 573/3271) nexus-db-queries db::datastore::instance::tests::test_locking_a_deleted_instance_fails_even_if_locked
62802026-08-13T19:03:22.864Z PASS [ 4.326s] ( 574/3271) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
62812026-08-13T19:03:23.027Z PASS [ 5.746s] ( 575/3271) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
62822026-08-13T19:03:23.346Z PASS [ 4.264s] ( 576/3271) nexus-db-queries db::datastore::instance::tests::test_updating_deleted_instance_fails
62832026-08-13T19:03:23.548Z PASS [ 3.848s] ( 577/3271) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
62842026-08-13T19:03:23.720Z PASS [ 3.956s] ( 578/3271) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_dual_stack_round_trips_through_db
62852026-08-13T19:03:23.720Z PASS [ 0.374s] ( 579/3271) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
62862026-08-13T19:03:23.859Z PASS [ 0.310s] ( 580/3271) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
62872026-08-13T19:03:23.894Z PASS [ 2.732s] ( 581/3271) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
62882026-08-13T19:03:24.128Z PASS [ 0.407s] ( 582/3271) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
62892026-08-13T19:03:24.210Z PASS [ 4.129s] ( 583/3271) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv4_only_round_trips_through_db
62902026-08-13T19:03:24.233Z PASS [ 2.981s] ( 584/3271) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
62912026-08-13T19:03:24.279Z PASS [ 4.197s] ( 585/3271) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv6_only_round_trips_through_db
62922026-08-13T19:03:24.308Z PASS [ 2.836s] ( 586/3271) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
62932026-08-13T19:03:24.364Z PASS [ 5.190s] ( 587/3271) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
62942026-08-13T19:03:24.367Z PASS [ 3.113s] ( 588/3271) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
62952026-08-13T19:03:25.457Z PASS [ 4.509s] ( 589/3271) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
62962026-08-13T19:03:25.638Z PASS [ 4.784s] ( 590/3271) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
62972026-08-13T19:03:25.649Z PASS [ 4.656s] ( 591/3271) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
62982026-08-13T19:03:25.649Z PASS [ 4.727s] ( 592/3271) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
62992026-08-13T19:03:25.661Z PASS [ 4.709s] ( 593/3271) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
63002026-08-13T19:03:25.780Z PASS [ 4.257s] ( 594/3271) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
63012026-08-13T19:03:26.220Z PASS [ 4.395s] ( 595/3271) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
63022026-08-13T19:03:26.247Z PASS [ 4.497s] ( 596/3271) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
63032026-08-13T19:03:26.262Z PASS [ 4.383s] ( 597/3271) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
63042026-08-13T19:03:26.275Z PASS [ 4.469s] ( 598/3271) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
63052026-08-13T19:03:26.339Z PASS [ 4.621s] ( 599/3271) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
63062026-08-13T19:03:26.491Z PASS [ 4.283s] ( 600/3271) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
63072026-08-13T19:03:26.499Z PASS [ 4.409s] ( 601/3271) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
63082026-08-13T19:03:27.339Z PASS [ 4.312s] ( 602/3271) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
63092026-08-13T19:03:27.487Z PASS [ 66.031s] ( 603/3271) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63102026-08-13T19:03:27.526Z PASS [ 4.662s] ( 604/3271) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
63112026-08-13T19:03:28.251Z PASS [ 7.345s] ( 605/3271) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
63122026-08-13T19:03:28.480Z PASS [ 4.621s] ( 606/3271) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
63132026-08-13T19:03:28.573Z PASS [ 4.445s] ( 607/3271) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
63142026-08-13T19:03:28.608Z PASS [ 4.329s] ( 608/3271) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
63152026-08-13T19:03:28.649Z PASS [ 4.340s] ( 609/3271) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
63162026-08-13T19:03:28.659Z PASS [ 4.425s] ( 610/3271) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
63172026-08-13T19:03:28.833Z PASS [ 4.623s] ( 611/3271) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
63182026-08-13T19:03:28.871Z PASS [ 4.977s] ( 612/3271) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
63192026-08-13T19:03:29.007Z PASS [ 4.641s] ( 613/3271) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address_for_services
63202026-08-13T19:03:29.243Z PASS [ 4.880s] ( 614/3271) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
63212026-08-13T19:03:29.275Z PASS [ 5.555s] ( 615/3271) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_assignment
63222026-08-13T19:03:29.838Z PASS [ 4.381s] ( 616/3271) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
63232026-08-13T19:03:30.218Z PASS [ 4.438s] ( 617/3271) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
63242026-08-13T19:03:30.374Z PASS [ 4.735s] ( 618/3271) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
63252026-08-13T19:03:30.459Z PASS [ 4.810s] ( 619/3271) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
63262026-08-13T19:03:30.467Z PASS [ 4.807s] ( 620/3271) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
63272026-08-13T19:03:30.584Z PASS [ 4.365s] ( 621/3271) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
63282026-08-13T19:03:30.600Z PASS [ 4.950s] ( 622/3271) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
63292026-08-13T19:03:30.621Z PASS [ 4.376s] ( 623/3271) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
63302026-08-13T19:03:30.696Z PASS [ 4.435s] ( 624/3271) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
63312026-08-13T19:03:30.795Z PASS [ 4.521s] ( 625/3271) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
63322026-08-13T19:03:30.946Z PASS [ 4.616s] ( 626/3271) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
63332026-08-13T19:03:30.998Z PASS [ 4.504s] ( 627/3271) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
63342026-08-13T19:03:31.146Z PASS [ 4.655s] ( 628/3271) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
63352026-08-13T19:03:31.820Z PASS [ 4.481s] ( 629/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
63362026-08-13T19:03:32.128Z PASS [ 4.602s] ( 630/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
63372026-08-13T19:03:32.600Z PASS [ 18.542s] ( 631/3271) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
63382026-08-13T19:03:32.707Z PASS [ 4.456s] ( 632/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
63392026-08-13T19:03:32.761Z PASS [ 5.274s] ( 633/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
63402026-08-13T19:03:33.079Z PASS [ 4.471s] ( 634/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
63412026-08-13T19:03:33.083Z PASS [ 4.507s] ( 635/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
63422026-08-13T19:03:33.147Z PASS [ 4.667s] ( 636/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
63432026-08-13T19:03:33.151Z PASS [ 4.492s] ( 637/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
63442026-08-13T19:03:33.222Z PASS [ 4.389s] ( 638/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
63452026-08-13T19:03:33.310Z PASS [ 4.662s] ( 639/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
63462026-08-13T19:03:33.462Z PASS [ 4.455s] ( 640/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
63472026-08-13T19:03:33.521Z PASS [ 4.650s] ( 641/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
63482026-08-13T19:03:33.627Z PASS [ 4.384s] ( 642/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
63492026-08-13T19:03:33.715Z PASS [ 4.440s] ( 643/3271) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
63502026-08-13T19:03:34.306Z PASS [ 3.846s] ( 644/3271) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
63512026-08-13T19:03:34.591Z PASS [ 4.753s] ( 645/3271) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
63522026-08-13T19:03:34.962Z PASS [ 4.745s] ( 646/3271) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
63532026-08-13T19:03:35.195Z PASS [ 4.821s] ( 647/3271) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
63542026-08-13T19:03:35.314Z PASS [ 4.846s] ( 648/3271) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
63552026-08-13T19:03:35.463Z PASS [ 4.767s] ( 649/3271) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
63562026-08-13T19:03:35.467Z PASS [ 4.882s] ( 650/3271) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
63572026-08-13T19:03:35.475Z PASS [ 4.875s] ( 651/3271) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
63582026-08-13T19:03:35.520Z PASS [ 4.898s] ( 652/3271) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
63592026-08-13T19:03:35.782Z PASS [ 4.987s] ( 653/3271) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
63602026-08-13T19:03:35.835Z PASS [ 4.836s] ( 654/3271) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
63612026-08-13T19:03:35.850Z PASS [ 4.904s] ( 655/3271) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
63622026-08-13T19:03:35.923Z PASS [ 4.777s] ( 656/3271) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
63632026-08-13T19:03:36.625Z PASS [ 4.804s] ( 657/3271) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
63642026-08-13T19:03:36.899Z PASS [ 4.771s] ( 658/3271) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
63652026-08-13T19:03:36.964Z PASS [ 3.812s] ( 659/3271) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
63662026-08-13T19:03:37.569Z PASS [ 4.346s] ( 660/3271) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
63672026-08-13T19:03:37.631Z PASS [ 4.923s] ( 661/3271) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
63682026-08-13T19:03:37.883Z PASS [ 5.283s] ( 662/3271) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
63692026-08-13T19:03:37.923Z PASS [ 4.776s] ( 663/3271) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
63702026-08-13T19:03:37.948Z PASS [ 5.187s] ( 664/3271) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
63712026-08-13T19:03:37.959Z PASS [ 4.648s] ( 665/3271) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
63722026-08-13T19:03:38.000Z PASS [ 4.920s] ( 666/3271) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
63732026-08-13T19:03:38.071Z PASS [ 4.990s] ( 667/3271) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
63742026-08-13T19:03:38.145Z PASS [ 4.683s] ( 668/3271) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
63752026-08-13T19:03:38.298Z PASS [ 4.776s] ( 669/3271) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
63762026-08-13T19:03:38.549Z PASS [ 4.921s] ( 670/3271) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
63772026-08-13T19:03:38.560Z PASS [ 4.845s] ( 671/3271) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
63782026-08-13T19:03:38.989Z PASS [ 4.026s] ( 672/3271) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
63792026-08-13T19:03:39.095Z PASS [ 4.788s] ( 673/3271) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
63802026-08-13T19:03:39.196Z PASS [ 4.001s] ( 674/3271) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
63812026-08-13T19:03:39.357Z PASS [ 3.895s] ( 675/3271) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
63822026-08-13T19:03:39.409Z PASS [ 0.052s] ( 676/3271) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_empty_ranges
63832026-08-13T19:03:39.457Z PASS [ 0.048s] ( 677/3271) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_mixed_versions
63842026-08-13T19:03:39.525Z PASS [ 4.005s] ( 678/3271) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
63852026-08-13T19:03:39.571Z PASS [ 0.046s] ( 679/3271) nexus-db-queries db::datastore::region::test::test_extent_count
63862026-08-13T19:03:39.651Z PASS [ 3.816s] ( 680/3271) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
63872026-08-13T19:03:39.740Z PASS [ 5.149s] ( 681/3271) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
63882026-08-13T19:03:39.774Z PASS [ 3.924s] ( 682/3271) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
63892026-08-13T19:03:39.850Z PASS [ 4.536s] ( 683/3271) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
63902026-08-13T19:03:39.975Z PASS [ 4.509s] ( 684/3271) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
63912026-08-13T19:03:40.283Z PASS [ 4.361s] ( 685/3271) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
63922026-08-13T19:03:40.754Z PASS [ 4.130s] ( 686/3271) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
63932026-08-13T19:03:41.065Z PASS [ 4.165s] ( 687/3271) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
63942026-08-13T19:03:41.234Z PASS [ 4.270s] ( 688/3271) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
63952026-08-13T19:03:41.524Z PASS [ 3.955s] ( 689/3271) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
63962026-08-13T19:03:41.763Z PASS [ 4.132s] ( 690/3271) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
63972026-08-13T19:03:41.980Z PASS [ 4.057s] ( 691/3271) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
63982026-08-13T19:03:42.032Z PASS [ 4.149s] ( 692/3271) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
63992026-08-13T19:03:42.224Z PASS [ 4.276s] ( 693/3271) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
64002026-08-13T19:03:42.276Z PASS [ 4.131s] ( 694/3271) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
64012026-08-13T19:03:42.326Z PASS [ 4.027s] ( 695/3271) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
64022026-08-13T19:03:42.330Z PASS [ 4.260s] ( 696/3271) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
64032026-08-13T19:03:42.477Z PASS [ 4.518s] ( 697/3271) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
64042026-08-13T19:03:42.669Z PASS [ 4.121s] ( 698/3271) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_dual_stack_private_nexus_addresses
64052026-08-13T19:03:42.983Z PASS [ 4.422s] ( 699/3271) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
64062026-08-13T19:03:43.032Z PASS [ 3.836s] ( 700/3271) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
64072026-08-13T19:03:43.278Z PASS [ 5.279s] ( 701/3271) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
64082026-08-13T19:03:43.286Z PASS [ 3.829s] ( 702/3271) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
64092026-08-13T19:03:43.491Z PASS [ 3.920s] ( 703/3271) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
64102026-08-13T19:03:43.634Z PASS [ 4.644s] ( 704/3271) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
64112026-08-13T19:03:43.648Z PASS [ 3.996s] ( 705/3271) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
64122026-08-13T19:03:43.712Z PASS [ 4.619s] ( 706/3271) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
64132026-08-13T19:03:43.716Z PASS [ 3.973s] ( 707/3271) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
64142026-08-13T19:03:43.799Z PASS [ 3.950s] ( 708/3271) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
64152026-08-13T19:03:43.808Z PASS [ 4.033s] ( 709/3271) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
64162026-08-13T19:03:43.857Z PASS [ 3.882s] ( 710/3271) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
64172026-08-13T19:03:44.108Z PASS [ 3.824s] ( 711/3271) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
64182026-08-13T19:03:44.505Z PASS [ 3.751s] ( 712/3271) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
64192026-08-13T19:03:44.728Z PASS [ 3.663s] ( 713/3271) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
64202026-08-13T19:03:45.018Z PASS [ 3.784s] ( 714/3271) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
64212026-08-13T19:03:45.091Z PASS [ 9.616s] ( 715/3271) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
64222026-08-13T19:03:45.162Z PASS [ 3.637s] ( 716/3271) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
64232026-08-13T19:03:45.391Z PASS [ 3.628s] ( 717/3271) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
64242026-08-13T19:03:45.565Z PASS [ 3.584s] ( 718/3271) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
64252026-08-13T19:03:45.857Z PASS [ 3.581s] ( 719/3271) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
64262026-08-13T19:03:45.896Z PASS [ 3.864s] ( 720/3271) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
64272026-08-13T19:03:46.007Z PASS [ 3.782s] ( 721/3271) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
64282026-08-13T19:03:46.075Z PASS [ 3.744s] ( 722/3271) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
64292026-08-13T19:03:46.158Z PASS [ 3.832s] ( 723/3271) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
64302026-08-13T19:03:46.180Z PASS [ 3.702s] ( 724/3271) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
64312026-08-13T19:03:46.321Z PASS [ 3.651s] ( 725/3271) nexus-db-queries db::datastore::saga::test::test_update_state_to_abandoned
64322026-08-13T19:03:47.136Z PASS [ 4.153s] ( 726/3271) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
64332026-08-13T19:03:47.220Z PASS [ 4.188s] ( 727/3271) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
64342026-08-13T19:03:47.407Z PASS [ 4.128s] ( 728/3271) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
64352026-08-13T19:03:47.451Z PASS [ 4.164s] ( 729/3271) nexus-db-queries db::datastore::sled::test::affinity_multi_group
64362026-08-13T19:03:47.555Z PASS [ 4.063s] ( 730/3271) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
64372026-08-13T19:03:47.686Z PASS [ 4.038s] ( 731/3271) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
64382026-08-13T19:03:47.797Z PASS [ 4.163s] ( 732/3271) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
64392026-08-13T19:03:48.053Z PASS [ 4.339s] ( 733/3271) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
64402026-08-13T19:03:48.101Z PASS [ 4.388s] ( 734/3271) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
64412026-08-13T19:03:48.152Z PASS [ 4.262s] ( 735/3271) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
64422026-08-13T19:03:48.156Z PASS [ 4.332s] ( 736/3271) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
64432026-08-13T19:03:48.159Z PASS [ 4.359s] ( 737/3271) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
64442026-08-13T19:03:48.283Z PASS [ 4.175s] ( 738/3271) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
64452026-08-13T19:03:49.104Z PASS [ 4.599s] ( 739/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation
64462026-08-13T19:03:49.810Z PASS [ 5.083s] ( 740/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
64472026-08-13T19:03:49.913Z PASS [ 4.896s] ( 741/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
64482026-08-13T19:03:50.035Z PASS [ 4.642s] ( 742/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
64492026-08-13T19:03:50.160Z PASS [ 5.069s] ( 743/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
64502026-08-13T19:03:50.587Z PASS [ 4.580s] ( 744/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
64512026-08-13T19:03:50.835Z PASS [ 5.271s] ( 745/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
64522026-08-13T19:03:50.911Z PASS [ 4.753s] ( 746/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
64532026-08-13T19:03:50.942Z PASS [ 4.867s] ( 747/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
64542026-08-13T19:03:51.103Z PASS [ 15.321s] ( 748/3271) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
64552026-08-13T19:03:51.108Z PASS [ 5.251s] ( 749/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
64562026-08-13T19:03:51.267Z PASS [ 5.371s] ( 750/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
64572026-08-13T19:03:52.556Z PASS [ 7.389s] ( 751/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_detached_fail
64582026-08-13T19:03:53.048Z PASS [ 5.239s] ( 752/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
64592026-08-13T19:03:53.234Z PASS [ 5.181s] ( 753/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
64602026-08-13T19:03:53.496Z PASS [ 5.806s] ( 754/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
64612026-08-13T19:03:54.240Z PASS [ 6.679s] ( 755/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_iterator_too_many
64622026-08-13T19:03:54.694Z PASS [ 4.525s] ( 756/3271) nexus-db-queries db::datastore::sled::test::sled_list_batch
64632026-08-13T19:03:54.826Z PASS [ 7.370s] ( 757/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_iterator_pruning_2
64642026-08-13T19:03:54.943Z PASS [ 4.354s] ( 758/3271) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
64652026-08-13T19:03:55.238Z PASS [ 7.116s] ( 759/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_no_provision
64662026-08-13T19:03:55.257Z PASS [ 3.988s] ( 760/3271) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
64672026-08-13T19:03:55.257Z PASS [ 4.313s] ( 761/3271) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
64682026-08-13T19:03:55.257Z PASS [ 7.155s] ( 762/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_disk_expunge
64692026-08-13T19:03:55.360Z PASS [ 7.221s] ( 763/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_sled_expunge
64702026-08-13T19:03:55.388Z PASS [ 6.276s] ( 764/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_expunge
64712026-08-13T19:03:55.400Z PASS [ 7.228s] ( 765/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_tombstoned
64722026-08-13T19:03:55.420Z PASS [ 4.581s] ( 766/3271) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
64732026-08-13T19:03:55.425Z PASS [ 4.511s] ( 767/3271) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
64742026-08-13T19:03:55.425Z PASS [ 4.314s] ( 768/3271) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
64752026-08-13T19:03:55.469Z PASS [ 5.436s] ( 769/3271) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
64762026-08-13T19:03:55.539Z PASS [ 7.254s] ( 770/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_zombies
64772026-08-13T19:03:55.860Z PASS [ 4.747s] ( 771/3271) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
64782026-08-13T19:03:55.918Z PASS [ 6.107s] ( 772/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_no_provision
64792026-08-13T19:03:56.056Z PASS [ 6.142s] ( 773/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_tombstone
64802026-08-13T19:03:56.184Z PASS [ 8.777s] ( 774/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_iterator_pruning_1
64812026-08-13T19:03:56.447Z PASS [ 3.897s] ( 775/3271) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
64822026-08-13T19:03:57.086Z PASS [ 3.852s] ( 776/3271) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
64832026-08-13T19:03:57.339Z PASS [ 3.848s] ( 777/3271) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
64842026-08-13T19:03:57.779Z PASS [ 3.546s] ( 778/3271) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
64852026-08-13T19:03:58.402Z PASS [ 3.716s] ( 779/3271) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
64862026-08-13T19:03:58.907Z PASS [ 4.086s] ( 780/3271) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
64872026-08-13T19:03:59.065Z PASS [ 4.124s] ( 781/3271) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
64882026-08-13T19:03:59.229Z PASS [ 3.993s] ( 782/3271) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
64892026-08-13T19:03:59.292Z PASS [ 4.037s] ( 783/3271) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
64902026-08-13T19:03:59.365Z PASS [ 3.895s] ( 784/3271) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
64912026-08-13T19:03:59.502Z PASS [ 4.247s] ( 785/3271) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
64922026-08-13T19:03:59.525Z PASS [ 4.102s] ( 786/3271) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
64932026-08-13T19:03:59.572Z PASS [ 4.035s] ( 787/3271) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
64942026-08-13T19:03:59.572Z PASS [ 4.149s] ( 788/3271) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
64952026-08-13T19:03:59.647Z PASS [ 4.230s] ( 789/3271) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
64962026-08-13T19:03:59.788Z PASS [ 6.752s] ( 790/3271) nexus-db-queries db::datastore::sled::test::test_sled_transitions
64972026-08-13T19:03:59.865Z PASS [ 3.948s] ( 791/3271) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
64982026-08-13T19:03:59.885Z PASS [ 4.035s] ( 792/3271) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
64992026-08-13T19:04:00.014Z PASS [ 3.958s] ( 793/3271) nexus-db-queries db::datastore::target_release::test::target_release_datastore
65002026-08-13T19:04:00.409Z PASS [ 4.225s] ( 794/3271) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
65012026-08-13T19:04:00.515Z PASS [ 5.170s] ( 795/3271) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
65022026-08-13T19:04:00.515Z PASS [ 5.091s] ( 796/3271) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
65032026-08-13T19:04:00.515Z PASS [ 5.065s] ( 797/3271) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
65042026-08-13T19:04:00.515Z PASS [ 5.112s] ( 798/3271) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
65052026-08-13T19:04:00.515Z PASS [ 4.061s] ( 799/3271) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
65062026-08-13T19:04:00.923Z PASS [ 3.837s] ( 800/3271) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
65072026-08-13T19:04:01.359Z PASS [ 4.019s] ( 801/3271) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
65082026-08-13T19:04:01.500Z PASS [ 3.720s] ( 802/3271) nexus-db-queries db::datastore::test::test_project_creation
65092026-08-13T19:04:02.186Z PASS [ 3.784s] ( 803/3271) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
65102026-08-13T19:04:03.015Z PASS [ 4.107s] ( 804/3271) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
65112026-08-13T19:04:03.401Z PASS [ 4.171s] ( 805/3271) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
65122026-08-13T19:04:03.478Z PASS [ 4.113s] ( 806/3271) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
65132026-08-13T19:04:03.649Z PASS [ 4.003s] ( 807/3271) nexus-db-queries db::datastore::test::test_session_cleanup_batch
65142026-08-13T19:04:03.664Z PASS [ 4.372s] ( 808/3271) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
65152026-08-13T19:04:03.801Z PASS [ 3.915s] ( 809/3271) nexus-db-queries db::datastore::test::test_ssh_keys
65162026-08-13T19:04:03.902Z PASS [ 3.888s] ( 810/3271) nexus-db-queries db::datastore::test::test_table_scan
65172026-08-13T19:04:03.902Z PASS [ 4.113s] ( 811/3271) nexus-db-queries db::datastore::test::test_session_methods
65182026-08-13T19:04:03.928Z PASS [ 4.063s] ( 812/3271) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
65192026-08-13T19:04:04.390Z PASS [ 3.939s] ( 813/3271) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
65202026-08-13T19:04:04.479Z PASS [ 4.028s] ( 814/3271) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
65212026-08-13T19:04:04.484Z PASS [ 4.059s] ( 815/3271) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
65222026-08-13T19:04:04.609Z PASS [ 4.200s] ( 816/3271) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
65232026-08-13T19:04:04.668Z PASS [ 4.176s] ( 817/3271) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
65242026-08-13T19:04:04.721Z PASS [ 4.212s] ( 818/3271) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
65252026-08-13T19:04:05.470Z PASS [ 3.970s] ( 819/3271) nexus-db-queries db::datastore::update::test::test_tuf_repo_get_by_id
65262026-08-13T19:04:06.026Z PASS [ 4.668s] ( 820/3271) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
65272026-08-13T19:04:06.172Z PASS [ 3.985s] ( 821/3271) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
65282026-08-13T19:04:06.700Z PASS [ 7.635s] ( 822/3271) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
65292026-08-13T19:04:06.738Z PASS [ 7.213s] ( 823/3271) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
65302026-08-13T19:04:06.860Z PASS [ 7.357s] ( 824/3271) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
65312026-08-13T19:04:06.945Z PASS [ 3.931s] ( 825/3271) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
65322026-08-13T19:04:06.998Z PASS [ 0.053s] ( 826/3271) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
65332026-08-13T19:04:07.049Z PASS [ 0.050s] ( 827/3271) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
65342026-08-13T19:04:07.359Z PASS [ 3.881s] ( 828/3271) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
65352026-08-13T19:04:07.530Z PASS [ 4.129s] ( 829/3271) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
65362026-08-13T19:04:07.600Z PASS [ 3.950s] ( 830/3271) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
65372026-08-13T19:04:07.630Z PASS [ 8.057s] ( 831/3271) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
65382026-08-13T19:04:07.749Z PASS [ 3.821s] ( 832/3271) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
65392026-08-13T19:04:07.950Z PASS [ 4.148s] ( 833/3271) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
65402026-08-13T19:04:08.069Z PASS [ 4.166s] ( 834/3271) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
65412026-08-13T19:04:08.407Z PASS [ 3.928s] ( 835/3271) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
65422026-08-13T19:04:08.435Z PASS [ 3.951s] ( 836/3271) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
65432026-08-13T19:04:08.439Z PASS [ 4.772s] ( 837/3271) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
65442026-08-13T19:04:08.443Z PASS [ 4.540s] ( 838/3271) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
65452026-08-13T19:04:08.451Z PASS [ 8.878s] ( 839/3271) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
65462026-08-13T19:04:08.598Z PASS [ 3.929s] ( 840/3271) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
65472026-08-13T19:04:08.627Z PASS [ 4.236s] ( 841/3271) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
65482026-08-13T19:04:08.720Z PASS [ 3.999s] ( 842/3271) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
65492026-08-13T19:04:08.732Z PASS [ 0.295s] ( 843/3271) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
65502026-08-13T19:04:08.792Z PASS [ 4.182s] ( 844/3271) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
65512026-08-13T19:04:09.160Z PASS [ 3.690s] ( 845/3271) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
65522026-08-13T19:04:09.788Z PASS [ 3.761s] ( 846/3271) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
65532026-08-13T19:04:09.974Z PASS [ 3.802s] ( 847/3271) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
65542026-08-13T19:04:10.284Z PASS [ 3.546s] ( 848/3271) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
65552026-08-13T19:04:10.309Z PASS [ 3.609s] ( 849/3271) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
65562026-08-13T19:04:11.065Z PASS [ 3.535s] ( 850/3271) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
65572026-08-13T19:04:11.174Z PASS [ 2.576s] ( 851/3271) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_created_time
65582026-08-13T19:04:11.268Z PASS [ 2.641s] ( 852/3271) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_default
65592026-08-13T19:04:11.272Z PASS [ 2.821s] ( 853/3271) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_all_filters
65602026-08-13T19:04:11.272Z PASS [ 2.830s] ( 854/3271) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
65612026-08-13T19:04:11.305Z PASS [ 2.573s] ( 855/3271) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_receiver
65622026-08-13T19:04:11.313Z PASS [ 3.683s] ( 856/3271) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
65632026-08-13T19:04:11.341Z PASS [ 2.620s] ( 857/3271) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_alert
65642026-08-13T19:04:11.374Z PASS [ 3.774s] ( 858/3271) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
65652026-08-13T19:04:11.411Z PASS [ 0.070s] ( 859/3271) nexus-db-queries db::pagination::test::test_paginator
65662026-08-13T19:04:11.518Z PASS [ 2.726s] ( 860/3271) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_states
65672026-08-13T19:04:11.636Z PASS [ 3.887s] ( 861/3271) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
65682026-08-13T19:04:11.804Z PASS [ 2.644s] ( 862/3271) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_triggers
65692026-08-13T19:04:11.928Z PASS [ 3.979s] ( 863/3271) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
65702026-08-13T19:04:12.377Z PASS [ 2.589s] ( 864/3271) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_receiver_and_states
65712026-08-13T19:04:12.645Z PASS [ 1.272s] ( 865/3271) nexus-db-queries db::pool::test::test_pool_can_be_terminated
65722026-08-13T19:04:12.676Z PASS [ 1.265s] ( 866/3271) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
65732026-08-13T19:04:12.691Z PASS [ 2.407s] ( 867/3271) nexus-db-queries db::explain::test::test_explain_async
65742026-08-13T19:04:12.727Z PASS [ 4.320s] ( 868/3271) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
65752026-08-13T19:04:12.864Z PASS [ 2.554s] ( 869/3271) nexus-db-queries db::explain::test::test_explain_full_table_scan
65762026-08-13T19:04:12.980Z PASS [ 0.289s] ( 870/3271) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
65772026-08-13T19:04:12.986Z PASS [ 0.258s] ( 871/3271) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
65782026-08-13T19:04:13.007Z PASS [ 4.938s] ( 872/3271) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
65792026-08-13T19:04:13.197Z PASS [ 0.333s] ( 873/3271) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
65802026-08-13T19:04:13.266Z PASS [ 0.286s] ( 874/3271) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
65812026-08-13T19:04:13.363Z PASS [ 4.928s] ( 875/3271) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
65822026-08-13T19:04:13.811Z PASS [ 2.746s] ( 876/3271) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
65832026-08-13T19:04:13.860Z PASS [ 3.886s] ( 877/3271) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
65842026-08-13T19:04:14.039Z PASS [ 2.864s] ( 878/3271) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
65852026-08-13T19:04:14.086Z PASS [ 2.818s] ( 879/3271) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
65862026-08-13T19:04:14.172Z PASS [ 2.900s] ( 880/3271) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
65872026-08-13T19:04:14.177Z PASS [ 7.318s] ( 881/3271) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
65882026-08-13T19:04:14.211Z PASS [ 2.906s] ( 882/3271) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
65892026-08-13T19:04:14.215Z PASS [ 2.942s] ( 883/3271) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
65902026-08-13T19:04:14.224Z PASS [ 2.911s] ( 884/3271) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
65912026-08-13T19:04:14.428Z PASS [ 7.379s] ( 885/3271) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
65922026-08-13T19:04:14.513Z PASS [ 0.301s] ( 886/3271) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
65932026-08-13T19:04:14.516Z PASS [ 0.300s] ( 887/3271) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
65942026-08-13T19:04:14.570Z PASS [ 2.766s] ( 888/3271) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
65952026-08-13T19:04:14.682Z PASS [ 0.254s] ( 889/3271) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
65962026-08-13T19:04:14.754Z PASS [ 0.239s] ( 890/3271) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
65972026-08-13T19:04:14.758Z PASS [ 0.245s] ( 891/3271) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
65982026-08-13T19:04:14.825Z PASS [ 0.254s] ( 892/3271) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
65992026-08-13T19:04:14.904Z PASS [ 7.544s] ( 893/3271) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
66002026-08-13T19:04:14.924Z PASS [ 0.242s] ( 894/3271) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
66012026-08-13T19:04:15.012Z PASS [ 0.258s] ( 895/3271) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
66022026-08-13T19:04:15.703Z PASS [ 4.185s] ( 896/3271) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
66032026-08-13T19:04:15.756Z PASS [ 4.120s] ( 897/3271) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
66042026-08-13T19:04:15.949Z PASS [ 4.020s] ( 898/3271) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
66052026-08-13T19:04:16.433Z PASS [ 0.731s] ( 899/3271) nexus-db-queries db::queries::network_interface::tests::expectorate_query
66062026-08-13T19:04:16.684Z PASS [ 4.307s] ( 900/3271) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
66072026-08-13T19:04:16.805Z PASS [ 4.129s] ( 901/3271) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
66082026-08-13T19:04:16.853Z PASS [ 0.048s] ( 902/3271) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
66092026-08-13T19:04:17.041Z PASS [ 2.816s] ( 903/3271) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
66102026-08-13T19:04:17.175Z PASS [ 4.168s] ( 904/3271) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_unlinked_silo_pool
66112026-08-13T19:04:17.212Z PASS [ 4.566s] ( 905/3271) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
66122026-08-13T19:04:17.229Z PASS [ 4.243s] ( 906/3271) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_reassigned_silo_pool
66132026-08-13T19:04:17.739Z PASS [ 4.376s] ( 907/3271) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
66142026-08-13T19:04:17.805Z PASS [ 3.994s] ( 908/3271) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
66152026-08-13T19:04:17.835Z PASS [ 4.569s] ( 909/3271) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
66162026-08-13T19:04:17.849Z PASS [ 4.652s] ( 910/3271) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
66172026-08-13T19:04:18.140Z PASS [ 4.279s] ( 911/3271) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
66182026-08-13T19:04:18.343Z PASS [ 4.304s] ( 912/3271) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
66192026-08-13T19:04:18.493Z PASS [ 4.320s] ( 913/3271) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
66202026-08-13T19:04:18.516Z PASS [ 4.338s] ( 914/3271) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
66212026-08-13T19:04:18.529Z PASS [ 4.443s] ( 915/3271) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
66222026-08-13T19:04:18.831Z PASS [ 4.073s] ( 916/3271) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
66232026-08-13T19:04:19.046Z PASS [ 4.034s] ( 917/3271) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
66242026-08-13T19:04:19.051Z PASS [ 4.127s] ( 918/3271) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
66252026-08-13T19:04:19.111Z PASS [ 0.065s] ( 919/3271) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
66262026-08-13T19:04:19.236Z PASS [ 4.410s] ( 920/3271) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
66272026-08-13T19:04:19.353Z PASS [ 4.449s] ( 921/3271) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
66282026-08-13T19:04:19.607Z PASS [ 3.849s] ( 922/3271) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
66292026-08-13T19:04:20.274Z PASS [ 3.840s] ( 923/3271) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
66302026-08-13T19:04:20.328Z PASS [ 0.054s] ( 924/3271) nexus-db-queries db::queries::next_item::tests::test_shift_indices
66312026-08-13T19:04:20.584Z PASS [ 4.635s] ( 925/3271) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
66322026-08-13T19:04:20.798Z PASS [ 3.945s] ( 926/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
66332026-08-13T19:04:20.830Z PASS [ 3.618s] ( 927/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
66342026-08-13T19:04:20.851Z PASS [ 3.676s] ( 928/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
66352026-08-13T19:04:20.867Z PASS [ 0.283s] ( 929/3271) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
66362026-08-13T19:04:20.914Z PASS [ 0.047s] ( 930/3271) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
66372026-08-13T19:04:20.967Z PASS [ 0.053s] ( 931/3271) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
66382026-08-13T19:04:21.032Z PASS [ 3.991s] ( 932/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
66392026-08-13T19:04:21.058Z PASS [ 0.260s] ( 933/3271) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
66402026-08-13T19:04:21.099Z PASS [ 3.871s] ( 934/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
66412026-08-13T19:04:21.145Z PASS [ 4.460s] ( 935/3271) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
66422026-08-13T19:04:21.458Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
66432026-08-13T19:04:21.462Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66442026-08-13T19:04:21.578Z PASS [ 3.743s] ( 936/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
66452026-08-13T19:04:21.652Z PASS [ 3.847s] ( 937/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
66462026-08-13T19:04:21.655Z PASS [ 3.914s] ( 938/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ipv6_fails
66472026-08-13T19:04:21.678Z PASS [ 3.829s] ( 939/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
66482026-08-13T19:04:21.776Z PASS [ 2.664s] ( 940/3271) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
66492026-08-13T19:04:21.942Z PASS [ 0.288s] ( 941/3271) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
66502026-08-13T19:04:21.996Z PASS [ 2.760s] ( 942/3271) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
66512026-08-13T19:04:22.002Z PASS [ 1.035s] ( 943/3271) nexus-db-queries db::queries::region_allocation::test::expectorate_query
66522026-08-13T19:04:22.024Z PASS [ 0.248s] ( 944/3271) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
66532026-08-13T19:04:22.101Z PASS [ 3.962s] ( 945/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
66542026-08-13T19:04:22.166Z PASS [ 3.823s] ( 946/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
66552026-08-13T19:04:22.193Z PASS [ 2.840s] ( 947/3271) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
66562026-08-13T19:04:22.197Z PASS [ 0.254s] ( 948/3271) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
66572026-08-13T19:04:22.315Z PASS [ 2.710s] ( 949/3271) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
66582026-08-13T19:04:22.357Z PASS [ 0.256s] ( 950/3271) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
66592026-08-13T19:04:22.384Z PASS [ 3.892s] ( 951/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
66602026-08-13T19:04:22.417Z PASS [ 0.251s] ( 952/3271) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
66612026-08-13T19:04:22.458Z PASS [ 0.463s] ( 953/3271) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
66622026-08-13T19:04:22.479Z PASS [ 3.963s] ( 954/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
66632026-08-13T19:04:22.487Z PASS [ 0.294s] ( 955/3271) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
66642026-08-13T19:04:22.491Z PASS [ 0.292s] ( 956/3271) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
66652026-08-13T19:04:22.494Z PASS [ 3.964s] ( 957/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
66662026-08-13T19:04:22.524Z PASS [ 0.065s] ( 958/3271) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
66672026-08-13T19:04:22.527Z PASS [ 0.046s] ( 959/3271) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
66682026-08-13T19:04:22.574Z PASS [ 0.086s] ( 960/3271) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
66692026-08-13T19:04:22.606Z PASS [ 0.117s] ( 961/3271) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
66702026-08-13T19:04:22.611Z PASS [ 0.118s] ( 962/3271) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
66712026-08-13T19:04:22.689Z PASS [ 3.857s] ( 963/3271) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
66722026-08-13T19:04:22.809Z PASS [ 0.285s] ( 964/3271) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
66732026-08-13T19:04:22.856Z PASS [ 0.244s] ( 965/3271) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
66742026-08-13T19:04:22.920Z PASS [ 2.592s] ( 966/3271) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
66752026-08-13T19:04:22.999Z PASS [ 3.948s] ( 967/3271) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
66762026-08-13T19:04:23.202Z PASS [ 2.372s] ( 968/3271) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
66772026-08-13T19:04:23.368Z PASS [ 2.516s] ( 969/3271) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
66782026-08-13T19:04:23.591Z PASS [ 2.558s] ( 970/3271) nexus-db-queries db::queries::region_allocation::test::explainable
66792026-08-13T19:04:24.125Z PASS [ 2.447s] ( 971/3271) nexus-db-queries db::queries::regions_hard_delete::test::explainable
66802026-08-13T19:04:24.577Z PASS [ 2.575s] ( 972/3271) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
66812026-08-13T19:04:24.670Z PASS [ 2.645s] ( 973/3271) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
66822026-08-13T19:04:24.689Z PASS [ 0.019s] ( 974/3271) nexus-defaults tests::test_random_vpc_ipv6_prefix
66832026-08-13T19:04:24.720Z PASS [ 0.031s] ( 975/3271) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
66842026-08-13T19:04:24.748Z PASS [ 0.028s] ( 976/3271) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
66852026-08-13T19:04:24.784Z PASS [ 2.427s] ( 977/3271) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
66862026-08-13T19:04:24.788Z PASS [ 2.470s] ( 978/3271) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
66872026-08-13T19:04:24.788Z PASS [ 0.039s] ( 979/3271) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
66882026-08-13T19:04:24.810Z PASS [ 2.426s] ( 980/3271) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
66892026-08-13T19:04:24.835Z PASS [ 2.417s] ( 981/3271) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
66902026-08-13T19:04:24.839Z PASS [ 0.052s] ( 982/3271) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
66912026-08-13T19:04:24.842Z PASS [ 0.053s] ( 983/3271) nexus-fm builder::case::tests::dirty_bits_default_false
66922026-08-13T19:04:24.846Z PASS [ 0.060s] ( 984/3271) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
66932026-08-13T19:04:24.851Z PASS [ 0.041s] ( 985/3271) nexus-fm builder::case::tests::request_alert_flips_alert_state
66942026-08-13T19:04:24.871Z PASS [ 0.036s] ( 986/3271) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
66952026-08-13T19:04:24.876Z PASS [ 0.041s] ( 987/3271) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
66962026-08-13T19:04:24.880Z PASS [ 0.040s] ( 988/3271) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
66972026-08-13T19:04:24.884Z PASS [ 0.038s] ( 989/3271) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
66982026-08-13T19:04:24.890Z PASS [ 0.039s] ( 990/3271) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
66992026-08-13T19:04:24.906Z PASS [ 0.035s] ( 991/3271) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
67002026-08-13T19:04:24.916Z PASS [ 0.040s] ( 992/3271) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
67012026-08-13T19:04:24.921Z PASS [ 0.041s] ( 993/3271) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
67022026-08-13T19:04:24.926Z PASS [ 0.042s] ( 994/3271) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
67032026-08-13T19:04:24.934Z PASS [ 0.044s] ( 995/3271) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
67042026-08-13T19:04:24.961Z PASS [ 0.054s] ( 996/3271) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
67052026-08-13T19:04:24.975Z PASS [ 0.054s] ( 997/3271) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
67062026-08-13T19:04:24.983Z PASS [ 0.067s] ( 998/3271) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
67072026-08-13T19:04:24.991Z PASS [ 0.056s] ( 999/3271) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
67082026-08-13T19:04:24.997Z PASS [ 0.070s] (1000/3271) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
67092026-08-13T19:04:25.022Z PASS [ 0.060s] (1001/3271) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
67102026-08-13T19:04:25.043Z PASS [ 0.060s] (1002/3271) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
67112026-08-13T19:04:25.050Z PASS [ 0.059s] (1003/3271) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
67122026-08-13T19:04:25.055Z PASS [ 0.053s] (1004/3271) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
67132026-08-13T19:04:25.055Z PASS [ 0.077s] (1005/3271) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
67142026-08-13T19:04:25.072Z PASS [ 0.050s] (1006/3271) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
67152026-08-13T19:04:25.093Z PASS [ 0.050s] (1007/3271) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
67162026-08-13T19:04:25.113Z PASS [ 0.059s] (1008/3271) nexus-fm diagnosis::power_shelf::tests::current_restart_is_the_one_with_the_latest_seen_ereport
67172026-08-13T19:04:25.125Z PASS [ 0.053s] (1009/3271) nexus-fm diagnosis::power_shelf::tests::distinct_slots_get_distinct_cases
67182026-08-13T19:04:25.129Z PASS [ 0.078s] (1010/3271) nexus-fm diagnosis::power_shelf::tests::carried_forward_remove_then_insert_closes_without_duplicate_alert
67192026-08-13T19:04:25.133Z PASS [ 0.083s] (1011/3271) nexus-fm diagnosis::power_shelf::tests::case_with_only_unparseable_ereports_stays_open
67202026-08-13T19:04:25.145Z PASS [ 0.051s] (1012/3271) nexus-fm diagnosis::power_shelf::tests::insert_then_remove_remains_open_until_insert
67212026-08-13T19:04:25.159Z PASS [ 0.046s] (1013/3271) nexus-fm diagnosis::power_shelf::tests::remove_then_insert_in_one_sitrep_closes_with_both_alerts
67222026-08-13T19:04:25.175Z PASS [ 0.042s] (1014/3271) nexus-fm diagnosis::power_shelf::tests::test_psu_insert_json_parses
67232026-08-13T19:04:25.179Z PASS [ 0.054s] (1015/3271) nexus-fm diagnosis::power_shelf::tests::single_insert_closes_case_with_inserted_alert
67242026-08-13T19:04:25.182Z PASS [ 0.038s] (1016/3271) nexus-fm diagnosis::power_shelf::tests::test_psu_remove_json_parses
67252026-08-13T19:04:25.187Z PASS [ 4.129s] (1017/3271) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
67262026-08-13T19:04:25.187Z PASS [ 2.662s] (1018/3271) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
67272026-08-13T19:04:25.190Z PASS [ 0.061s] (1019/3271) nexus-fm diagnosis::power_shelf::tests::single_remove_opens_case_with_removed_alert
67282026-08-13T19:04:25.204Z PASS [ 0.044s] (1020/3271) nexus-fm diagnosis::power_shelf::tests::unknown_ereports_are_ignored
67292026-08-13T19:04:25.228Z PASS [ 0.052s] (1021/3271) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_case_with_absent_psu_stays_open
67302026-08-13T19:04:25.232Z PASS [ 0.045s] (1022/3271) nexus-inventory builder::test::test_problems
67312026-08-13T19:04:25.237Z PASS [ 0.053s] (1023/3271) nexus-inventory builder::test::test_basic
67322026-08-13T19:04:25.240Z PASS [ 0.058s] (1024/3271) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_prevents_close_despite_insert
67332026-08-13T19:04:25.244Z PASS [ 4.096s] (1025/3271) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
67342026-08-13T19:04:25.247Z PASS [ 0.058s] (1026/3271) nexus-inventory builder::test::test_empty
67352026-08-13T19:04:25.250Z PASS [ 2.644s] (1027/3271) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
67362026-08-13T19:04:25.287Z PASS [ 2.713s] (1028/3271) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
67372026-08-13T19:04:25.292Z PASS [ 4.193s] (1029/3271) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
67382026-08-13T19:04:25.517Z PASS [ 3.939s] (1030/3271) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
67392026-08-13T19:04:25.587Z PASS [ 0.359s] (1031/3271) nexus-inventory collector::test::test_multi_mgs_failure
67402026-08-13T19:04:25.646Z PASS [ 3.994s] (1032/3271) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
67412026-08-13T19:04:25.818Z PASS [ 0.586s] (1033/3271) nexus-inventory collector::test::test_sled_agent_failure
67422026-08-13T19:04:25.926Z PASS [ 0.737s] (1034/3271) nexus-inventory collector::test::test_basic
67432026-08-13T19:04:25.976Z PASS [ 1.399s] (1035/3271) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
67442026-08-13T19:04:26.041Z PASS [ 0.791s] (1036/3271) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
67452026-08-13T19:04:26.066Z PASS [ 0.862s] (1037/3271) nexus-inventory collector::test::test_multi_mgs
67462026-08-13T19:04:26.106Z PASS [ 0.861s] (1038/3271) nexus-mgs-updates driver_update::test::test_rot_basic_failures
67472026-08-13T19:04:26.221Z PASS [ 0.704s] (1039/3271) nexus-mgs-updates driver_update::test::test_sp_basic_failures
67482026-08-13T19:04:26.292Z PASS [ 3.604s] (1040/3271) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
67492026-08-13T19:04:26.336Z PASS [ 0.044s] (1041/3271) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
67502026-08-13T19:04:26.353Z PASS [ 0.247s] (1042/3271) nexus-mgs-updates test_util::step_through::test::test_basic
67512026-08-13T19:04:26.381Z PASS [ 0.044s] (1043/3271) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
67522026-08-13T19:04:26.402Z PASS [ 0.048s] (1044/3271) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
67532026-08-13T19:04:26.420Z PASS [ 3.611s] (1045/3271) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
67542026-08-13T19:04:26.427Z PASS [ 0.046s] (1046/3271) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
67552026-08-13T19:04:26.431Z PASS [ 0.210s] (1047/3271) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
67562026-08-13T19:04:26.445Z PASS [ 0.043s] (1048/3271) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
67572026-08-13T19:04:26.463Z PASS [ 0.042s] (1049/3271) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
67582026-08-13T19:04:26.476Z PASS [ 0.045s] (1050/3271) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
67592026-08-13T19:04:26.480Z PASS [ 0.053s] (1051/3271) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
67602026-08-13T19:04:26.490Z PASS [ 0.046s] (1052/3271) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
67612026-08-13T19:04:26.495Z PASS [ 3.639s] (1053/3271) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
67622026-08-13T19:04:26.504Z PASS [ 0.041s] (1054/3271) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
67632026-08-13T19:04:26.521Z PASS [ 0.045s] (1055/3271) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
67642026-08-13T19:04:26.529Z PASS [ 0.049s] (1056/3271) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
67652026-08-13T19:04:26.533Z PASS [ 0.043s] (1057/3271) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
67662026-08-13T19:04:26.543Z PASS [ 0.047s] (1058/3271) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
67672026-08-13T19:04:26.551Z PASS [ 3.631s] (1059/3271) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
67682026-08-13T19:04:26.554Z PASS [ 0.047s] (1060/3271) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
67692026-08-13T19:04:26.565Z PASS [ 0.044s] (1061/3271) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
67702026-08-13T19:04:26.576Z PASS [ 0.046s] (1062/3271) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
67712026-08-13T19:04:26.580Z PASS [ 0.047s] (1063/3271) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
67722026-08-13T19:04:26.587Z PASS [ 0.045s] (1064/3271) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
67732026-08-13T19:04:26.598Z PASS [ 0.047s] (1065/3271) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
67742026-08-13T19:04:26.608Z PASS [ 0.043s] (1066/3271) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
67752026-08-13T19:04:26.631Z PASS [ 3.632s] (1067/3271) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
67762026-08-13T19:04:26.759Z PASS [ 0.128s] (1068/3271) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
67772026-08-13T19:04:26.821Z PASS [ 0.062s] (1069/3271) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
67782026-08-13T19:04:26.870Z PASS [ 0.049s] (1070/3271) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
67792026-08-13T19:04:26.922Z PASS [ 0.052s] (1071/3271) nexus-reconfigurator-execution dns::test::test_dns_compute_update
67802026-08-13T19:04:27.033Z PASS [ 1.057s] (1072/3271) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
67812026-08-13T19:04:27.165Z PASS [ 3.574s] (1073/3271) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
67822026-08-13T19:04:27.241Z PASS [ 26.318s] (1074/3271) nexus-db-queries db::datastore::update::test::test_list_unpruned
67832026-08-13T19:04:27.306Z PASS [ 3.180s] (1075/3271) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
67842026-08-13T19:04:27.876Z PASS [ 2.635s] (1076/3271) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
67852026-08-13T19:04:27.942Z PASS [ 0.066s] (1077/3271) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
67862026-08-13T19:04:27.977Z PASS [ 2.741s] (1078/3271) nexus-metrics-producer-gc tests::test_prune_expired_producers
67872026-08-13T19:04:28.015Z PASS [ 0.037s] (1079/3271) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
67882026-08-13T19:04:28.048Z PASS [ 0.032s] (1080/3271) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
67892026-08-13T19:04:28.081Z PASS [ 0.034s] (1081/3271) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
67902026-08-13T19:04:28.132Z PASS [ 0.050s] (1082/3271) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
67912026-08-13T19:04:28.172Z PASS [ 0.040s] (1083/3271) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
67922026-08-13T19:04:28.210Z PASS [ 0.038s] (1084/3271) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
67932026-08-13T19:04:28.251Z PASS [ 0.041s] (1085/3271) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
67942026-08-13T19:04:28.268Z PASS [ 3.029s] (1086/3271) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
67952026-08-13T19:04:28.289Z PASS [ 0.038s] (1087/3271) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
67962026-08-13T19:04:28.312Z PASS [ 0.045s] (1088/3271) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
67972026-08-13T19:04:28.318Z PASS [ 0.029s] (1089/3271) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
67982026-08-13T19:04:28.342Z PASS [ 0.030s] (1090/3271) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
67992026-08-13T19:04:28.351Z PASS [ 0.033s] (1091/3271) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
68002026-08-13T19:04:28.371Z PASS [ 0.029s] (1092/3271) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
68012026-08-13T19:04:28.381Z PASS [ 0.030s] (1093/3271) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
68022026-08-13T19:04:28.399Z PASS [ 0.028s] (1094/3271) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
68032026-08-13T19:04:28.410Z PASS [ 0.028s] (1095/3271) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
68042026-08-13T19:04:28.427Z PASS [ 0.028s] (1096/3271) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
68052026-08-13T19:04:28.448Z PASS [ 0.038s] (1097/3271) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
68062026-08-13T19:04:28.483Z PASS [ 0.034s] (1098/3271) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::v6_only_pool_allocates_v6_external_networking
68072026-08-13T19:04:28.725Z PASS [ 0.242s] (1099/3271) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
68082026-08-13T19:04:29.051Z PASS [ 0.325s] (1100/3271) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
68092026-08-13T19:04:29.173Z PASS [ 0.122s] (1101/3271) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
68102026-08-13T19:04:29.243Z PASS [ 0.070s] (1102/3271) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
68112026-08-13T19:04:29.274Z PASS [ 0.031s] (1103/3271) nexus-reconfigurator-planning blueprint_editor::sled_editor::tests::update_disposition_kind_is_a_scalar_edit
68122026-08-13T19:04:29.305Z PASS [ 0.031s] (1104/3271) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
68132026-08-13T19:04:29.349Z PASS [ 0.044s] (1105/3271) nexus-reconfigurator-planning example::tests::builder_all_zone_types
68142026-08-13T19:04:29.395Z PASS [ 0.046s] (1106/3271) nexus-reconfigurator-planning example::tests::builder_zone_counts
68152026-08-13T19:04:30.230Z PASS [ 4.411s] (1107/3271) nexus-mgs-updates driver_update::test::test_sp_update_watched
68162026-08-13T19:04:30.260Z PASS [ 0.030s] (1108/3271) nexus-reconfigurator-planning example::tests::instances_on_examples
68172026-08-13T19:04:30.307Z PASS [ 0.047s] (1109/3271) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
68182026-08-13T19:04:30.347Z PASS [ 0.040s] (1110/3271) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
68192026-08-13T19:04:30.390Z PASS [ 0.043s] (1111/3271) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
68202026-08-13T19:04:30.434Z PASS [ 0.044s] (1112/3271) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
68212026-08-13T19:04:30.479Z PASS [ 0.045s] (1113/3271) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
68222026-08-13T19:04:30.521Z PASS [ 0.042s] (1114/3271) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
68232026-08-13T19:04:30.564Z PASS [ 0.043s] (1115/3271) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
68242026-08-13T19:04:30.587Z PASS [ 2.160s] (1116/3271) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
68252026-08-13T19:04:30.607Z PASS [ 0.043s] (1117/3271) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
68262026-08-13T19:04:30.637Z PASS [ 0.048s] (1118/3271) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
68272026-08-13T19:04:30.654Z PASS [ 0.046s] (1119/3271) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
68282026-08-13T19:04:30.686Z PASS [ 0.050s] (1120/3271) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
68292026-08-13T19:04:30.759Z PASS [ 0.073s] (1121/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
68302026-08-13T19:04:30.778Z PASS [ 0.124s] (1122/3271) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
68312026-08-13T19:04:30.805Z PASS [ 4.224s] (1123/3271) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
68322026-08-13T19:04:30.850Z PASS [ 0.091s] (1124/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
68332026-08-13T19:04:30.853Z PASS [ 0.072s] (1125/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
68342026-08-13T19:04:30.889Z PASS [ 0.075s] (1126/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
68352026-08-13T19:04:30.926Z PASS [ 0.076s] (1127/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
68362026-08-13T19:04:30.952Z PASS [ 0.102s] (1128/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
68372026-08-13T19:04:30.964Z PASS [ 0.084s] (1129/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
68382026-08-13T19:04:31.018Z PASS [ 0.065s] (1130/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
68392026-08-13T19:04:31.059Z PASS [ 0.133s] (1131/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
68402026-08-13T19:04:31.097Z PASS [ 0.080s] (1132/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
68412026-08-13T19:04:31.146Z PASS [ 0.087s] (1133/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
68422026-08-13T19:04:31.151Z PASS [ 0.187s] (1134/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
68432026-08-13T19:04:31.178Z PASS [ 4.590s] (1135/3271) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
68442026-08-13T19:04:31.191Z PASS [ 0.093s] (1136/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
68452026-08-13T19:04:31.263Z PASS [ 4.655s] (1137/3271) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
68462026-08-13T19:04:31.280Z PASS [ 0.100s] (1138/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
68472026-08-13T19:04:31.283Z PASS [ 0.129s] (1139/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
68482026-08-13T19:04:31.290Z PASS [ 0.144s] (1140/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
68492026-08-13T19:04:31.298Z PASS [ 0.107s] (1141/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
68502026-08-13T19:04:31.338Z PASS [ 0.075s] (1142/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
68512026-08-13T19:04:31.364Z PASS [ 0.084s] (1143/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
68522026-08-13T19:04:31.367Z PASS [ 0.076s] (1144/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
68532026-08-13T19:04:31.379Z PASS [ 0.099s] (1145/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
68542026-08-13T19:04:31.400Z PASS [ 4.801s] (1146/3271) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
68552026-08-13T19:04:31.513Z PASS [ 0.134s] (1147/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
68562026-08-13T19:04:31.555Z PASS [ 0.191s] (1148/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
68572026-08-13T19:04:31.589Z PASS [ 0.074s] (1149/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
68582026-08-13T19:04:31.603Z PASS [ 5.677s] (1150/3271) nexus-mgs-updates driver_update::test_host_phase_1::basic
68592026-08-13T19:04:31.756Z PASS [ 0.419s] (1151/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
68602026-08-13T19:04:31.842Z PASS [ 0.475s] (1152/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
68612026-08-13T19:04:31.862Z PASS [ 0.020s] (1153/3271) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
68622026-08-13T19:04:31.907Z PASS [ 0.045s] (1154/3271) nexus-saga-recovery recovery::test::test_execution_basic
68632026-08-13T19:04:31.907Z PASS [ 6.620s] (1155/3271) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
68642026-08-13T19:04:31.931Z PASS [ 6.639s] (1156/3271) nexus-mgs-updates driver_update::test::test_rot_update_basic
68652026-08-13T19:04:31.959Z PASS [ 0.052s] (1157/3271) nexus-saga-recovery recovery::test::test_read_all_from_channel
68662026-08-13T19:04:31.975Z PASS [ 0.059s] (1158/3271) nexus-saga-recovery recovery::test::test_plan_basic
68672026-08-13T19:04:31.985Z PASS [ 0.026s] (1159/3271) nexus-switch-config tests::all_problems_are_accumulated
68682026-08-13T19:04:31.988Z PASS [ 0.056s] (1160/3271) nexus-saga-recovery test::test_basic
68692026-08-13T19:04:32.001Z PASS [ 0.026s] (1161/3271) nexus-switch-config tests::collapse_bgp_configs_dedups_one_config_referenced_many_times
68702026-08-13T19:04:32.009Z PASS [ 0.024s] (1162/3271) nexus-switch-config tests::collapse_bgp_configs_marks_only_conflicting_switches
68712026-08-13T19:04:32.018Z PASS [ 0.029s] (1163/3271) nexus-switch-config tests::conflicting_bgp_configs_for_switch_is_reported
68722026-08-13T19:04:32.029Z PASS [ 0.028s] (1164/3271) nexus-switch-config tests::empty_port_list_is_reported
68732026-08-13T19:04:32.039Z PASS [ 0.029s] (1165/3271) nexus-switch-config tests::illegal_max_paths_is_reported
68742026-08-13T19:04:32.044Z PASS [ 0.028s] (1166/3271) nexus-switch-config tests::malformed_uplink_address_is_reported
68752026-08-13T19:04:32.055Z PASS [ 0.757s] (1167/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
68762026-08-13T19:04:32.070Z PASS [ 0.041s] (1168/3271) nexus-switch-config tests::missing_rack_subnet_is_reported
68772026-08-13T19:04:32.074Z PASS [ 0.028s] (1169/3271) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
68782026-08-13T19:04:32.077Z PASS [ 0.035s] (1170/3271) nexus-switch-config tests::no_silent_port_drops
68792026-08-13T19:04:32.081Z PASS [ 0.026s] (1171/3271) nexus-switch-config tests::peered_port_requires_switch_bgp_config
68802026-08-13T19:04:32.100Z PASS [ 0.029s] (1172/3271) nexus-switch-config tests::peered_port_switch_asn
68812026-08-13T19:04:32.106Z PASS [ 0.032s] (1173/3271) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
68822026-08-13T19:04:32.114Z PASS [ 0.040s] (1174/3271) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
68832026-08-13T19:04:32.132Z PASS [ 0.032s] (1175/3271) nexus-types alert::power_shelf::tests::psu_inserted_v0_schema
68842026-08-13T19:04:32.140Z PASS [ 0.034s] (1176/3271) nexus-types alert::power_shelf::tests::psu_removed_v0_schema
68852026-08-13T19:04:32.146Z PASS [ 0.032s] (1177/3271) nexus-types alert::tests::test_from_str_roundtrips
68862026-08-13T19:04:32.164Z PASS [ 0.031s] (1178/3271) nexus-types alert::tests::test_is_test
68872026-08-13T19:04:32.171Z PASS [ 0.031s] (1179/3271) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
68882026-08-13T19:04:32.178Z PASS [ 0.031s] (1180/3271) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
68892026-08-13T19:04:32.191Z PASS [ 0.027s] (1181/3271) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
68902026-08-13T19:04:32.204Z PASS [ 0.033s] (1182/3271) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
68912026-08-13T19:04:32.208Z PASS [ 0.031s] (1183/3271) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
68922026-08-13T19:04:32.217Z PASS [ 0.026s] (1184/3271) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
68932026-08-13T19:04:32.231Z PASS [ 0.026s] (1185/3271) nexus-types deployment::blueprint_diff::tests::modified_update_disposition_rendering
68942026-08-13T19:04:32.237Z PASS [ 0.029s] (1186/3271) nexus-types deployment::network_resources::tests::adding_a_resource_without_the_other_passes
68952026-08-13T19:04:32.243Z PASS [ 0.027s] (1187/3271) nexus-types deployment::network_resources::tests::display
68962026-08-13T19:04:32.258Z PASS [ 0.027s] (1188/3271) nexus-types deployment::network_resources::tests::external_ip_consistent_with_nic_passes
68972026-08-13T19:04:32.263Z PASS [ 0.026s] (1189/3271) nexus-types deployment::network_resources::tests::external_ip_without_matching_nic_family_fails
68982026-08-13T19:04:32.271Z PASS [ 0.027s] (1190/3271) nexus-types deployment::network_resources::tests::from_private_ip_config_and_accessors
68992026-08-13T19:04:32.285Z PASS [ 0.026s] (1191/3271) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
69002026-08-13T19:04:32.294Z PASS [ 2.898s] (1192/3271) nexus-reconfigurator-planning example::tests::dns_resolution_works
69012026-08-13T19:04:32.309Z PASS [ 0.038s] (1193/3271) nexus-types deployment::test::test_serialize_pending_mgs_updates
69022026-08-13T19:04:32.319Z PASS [ 0.029s] (1194/3271) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
69032026-08-13T19:04:32.345Z PASS [ 0.051s] (1195/3271) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
69042026-08-13T19:04:32.345Z PASS [ 0.036s] (1196/3271) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
69052026-08-13T19:04:32.378Z PASS [ 0.063s] (1197/3271) nexus-types fm::analysis_reports::tests::test_analysis_report_display_full
69062026-08-13T19:04:32.401Z PASS [ 0.056s] (1198/3271) nexus-types fm::analysis_reports::tests::test_log_entry_display_colored
69072026-08-13T19:04:32.423Z PASS [ 0.065s] (1199/3271) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
69082026-08-13T19:04:32.454Z PASS [ 0.053s] (1200/3271) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
69092026-08-13T19:04:32.487Z PASS [ 0.110s] (1201/3271) nexus-types fm::analysis_reports::tests::test_log_entry_display_multiline_comment
69102026-08-13T19:04:32.487Z PASS [ 0.064s] (1202/3271) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
69112026-08-13T19:04:32.518Z PASS [ 0.064s] (1203/3271) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
69122026-08-13T19:04:32.531Z PASS [ 0.045s] (1204/3271) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
69132026-08-13T19:04:32.547Z PASS [ 0.055s] (1205/3271) nexus-types fm::case::tests::test_case_display
69142026-08-13T19:04:32.566Z PASS [ 0.049s] (1206/3271) nexus-types fm::case::tests::test_case_display_colored
69152026-08-13T19:04:32.602Z PASS [ 0.055s] (1207/3271) nexus-types fm::config::tests::test_min_history_pruning_threshold
69162026-08-13T19:04:32.606Z PASS [ 0.070s] (1208/3271) nexus-types fm::config::tests::test_history_pruning_threshold_must_be_less_than_sitrep_limit
69172026-08-13T19:04:32.659Z PASS [ 0.092s] (1209/3271) nexus-types fm::config::tests::test_min_sitrep_limit
69182026-08-13T19:04:32.686Z PASS [ 0.084s] (1210/3271) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
69192026-08-13T19:04:32.702Z PASS [ 0.100s] (1211/3271) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
69202026-08-13T19:04:32.721Z PASS [ 0.062s] (1212/3271) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
69212026-08-13T19:04:32.741Z PASS [ 0.055s] (1213/3271) nexus-types quiesce::test::test_drained_blueprint
69222026-08-13T19:04:32.777Z PASS [ 0.056s] (1214/3271) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
69232026-08-13T19:04:32.777Z PASS [ 0.075s] (1215/3271) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
69242026-08-13T19:04:32.810Z PASS [ 0.068s] (1216/3271) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
69252026-08-13T19:04:32.829Z PASS [ 0.050s] (1217/3271) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
69262026-08-13T19:04:32.835Z PASS [ 0.058s] (1218/3271) nexus-types quiesce::test::test_quiesce_block_on_reassignment
69272026-08-13T19:04:32.863Z PASS [ 0.053s] (1219/3271) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
69282026-08-13T19:04:32.869Z PASS [ 0.042s] (1220/3271) nexus-types quiesce::test::test_quiesce_block_on_saga_started
69292026-08-13T19:04:32.883Z PASS [ 0.048s] (1221/3271) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
69302026-08-13T19:04:32.904Z PASS [ 0.041s] (1222/3271) nexus-types quiesce::test::test_quiesce_noop
69312026-08-13T19:04:32.921Z PASS [ 0.052s] (1223/3271) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
69322026-08-13T19:04:33.054Z PASS [ 0.171s] (1224/3271) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
69332026-08-13T19:04:33.414Z PASS [ 0.510s] (1225/3271) nexus-types::read_series blueprint_mismatch
69342026-08-13T19:04:33.446Z PASS [ 0.392s] (1226/3271) nexus-types::read_series collection_mismatch
69352026-08-13T19:04:33.630Z PASS [ 0.216s] (1227/3271) nexus-types::read_series external_dns_mismatch
69362026-08-13T19:04:33.634Z PASS [ 0.710s] (1228/3271) nexus-types::read_series blueprint_source_reconciliation
69372026-08-13T19:04:33.675Z PASS [ 2.275s] (1229/3271) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
69382026-08-13T19:04:33.678Z PASS [ 0.047s] (1230/3271) nexus-types::read_series malformed_json
69392026-08-13T19:04:33.682Z PASS [ 0.235s] (1231/3271) nexus-types::read_series identical_inputs
69402026-08-13T19:04:33.709Z PASS [ 0.031s] (1232/3271) nexus-types::read_series no_inputs
69412026-08-13T19:04:33.816Z PASS [ 0.106s] (1233/3271) nexus-types::read_series single_input_happy_path
69422026-08-13T19:04:34.093Z PASS [ 0.463s] (1234/3271) nexus-types::read_series internal_dns_mismatch
69432026-08-13T19:04:34.120Z PASS [ 0.028s] (1235/3271) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
69442026-08-13T19:04:34.145Z PASS [ 0.025s] (1236/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
69452026-08-13T19:04:34.158Z PASS [ 0.342s] (1237/3271) nexus-types::read_series target_missing_from_its_own_file
69462026-08-13T19:04:34.170Z PASS [ 0.024s] (1238/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
69472026-08-13T19:04:34.184Z PASS [ 0.025s] (1239/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
69482026-08-13T19:04:34.195Z PASS [ 0.025s] (1240/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
69492026-08-13T19:04:34.206Z PASS [ 0.022s] (1241/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
69502026-08-13T19:04:34.221Z PASS [ 0.025s] (1242/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
69512026-08-13T19:04:34.231Z PASS [ 0.024s] (1243/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
69522026-08-13T19:04:34.245Z PASS [ 0.025s] (1244/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
69532026-08-13T19:04:34.256Z PASS [ 0.026s] (1245/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
69542026-08-13T19:04:34.270Z PASS [ 0.588s] (1246/3271) nexus-types::read_series overlapping_inputs_order_independent
69552026-08-13T19:04:34.275Z PASS [ 0.030s] (1247/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
69562026-08-13T19:04:34.281Z PASS [ 0.024s] (1248/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
69572026-08-13T19:04:34.287Z PASS [ 0.612s] (1249/3271) nexus-types::read_series multiple_latest_candidates
69582026-08-13T19:04:34.300Z PASS [ 0.030s] (1250/3271) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
69592026-08-13T19:04:34.306Z PASS [ 0.031s] (1251/3271) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
69602026-08-13T19:04:34.321Z PASS [ 0.034s] (1252/3271) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
69612026-08-13T19:04:34.321Z PASS [ 0.040s] (1253/3271) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
69622026-08-13T19:04:34.328Z PASS [ 8.741s] (1254/3271) nexus-mgs-updates driver_update::test::test_sp_update_basic
69632026-08-13T19:04:34.328Z PASS [ 0.028s] (1255/3271) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
69642026-08-13T19:04:34.345Z PASS [ 0.039s] (1256/3271) nexus-types-versions impls::policy::tests::test_policy_parsing
69652026-08-13T19:04:34.354Z PASS [ 0.033s] (1257/3271) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
69662026-08-13T19:04:34.363Z PASS [ 0.034s] (1258/3271) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
69672026-08-13T19:04:34.363Z PASS [ 0.041s] (1259/3271) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
69682026-08-13T19:04:34.363Z PASS [ 0.035s] (1260/3271) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
69692026-08-13T19:04:34.372Z PASS [ 0.027s] (1261/3271) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
69702026-08-13T19:04:34.387Z PASS [ 0.033s] (1262/3271) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
69712026-08-13T19:04:34.394Z PASS [ 0.032s] (1263/3271) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
69722026-08-13T19:04:34.406Z PASS [ 0.033s] (1264/3271) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
69732026-08-13T19:04:34.409Z PASS [ 0.043s] (1265/3271) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
69742026-08-13T19:04:34.409Z PASS [ 0.038s] (1266/3271) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
69752026-08-13T19:04:34.468Z PASS [ 0.081s] (1267/3271) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
69762026-08-13T19:04:34.484Z PASS [ 0.089s] (1268/3271) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
69772026-08-13T19:04:34.503Z PASS [ 0.097s] (1269/3271) omicron-certificates tests::test_cert_extended_key_usage
69782026-08-13T19:04:34.525Z PASS [ 0.119s] (1270/3271) omicron-certificates tests::test_subject_alternate_names_are_validated
69792026-08-13T19:04:34.530Z PASS [ 0.125s] (1271/3271) omicron-certificates tests::test_common_name_is_validated
69802026-08-13T19:04:34.551Z PASS [ 0.082s] (1272/3271) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
69812026-08-13T19:04:34.885Z PASS [ 2.803s] (1273/3271) nexus-test-utils test::test_suite_password_matches_hash
69822026-08-13T19:04:35.758Z PASS [ 9.692s] (1274/3271) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
69832026-08-13T19:04:35.780Z PASS [ 0.022s] (1275/3271) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
69842026-08-13T19:04:35.813Z PASS [ 0.033s] (1276/3271) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
69852026-08-13T19:04:35.952Z PASS [ 0.138s] (1277/3271) omicron-cockroach-metrics tests::test_cluster_client_caching
69862026-08-13T19:04:35.974Z PASS [ 0.022s] (1278/3271) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
69872026-08-13T19:04:36.007Z PASS [ 0.033s] (1279/3271) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
69882026-08-13T19:04:36.029Z PASS [ 0.022s] (1280/3271) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
69892026-08-13T19:04:36.049Z PASS [ 0.020s] (1281/3271) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
69902026-08-13T19:04:36.062Z PASS [ 1.178s] (1282/3271) omicron-cockroach-admin context::tests::test_node_id
69912026-08-13T19:04:36.066Z PASS [ 0.017s] (1283/3271) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
69922026-08-13T19:04:36.077Z PASS [ 0.015s] (1284/3271) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
69932026-08-13T19:04:36.086Z PASS [ 0.020s] (1285/3271) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
69942026-08-13T19:04:36.097Z PASS [ 0.020s] (1286/3271) omicron-common address::test::test_dns_subnets
69952026-08-13T19:04:36.108Z PASS [ 0.021s] (1287/3271) omicron-common address::test::test_ip_range_checks_non_decreasing
69962026-08-13T19:04:36.117Z PASS [ 0.020s] (1288/3271) omicron-common address::test::test_ip_range_enum_deserialization
69972026-08-13T19:04:36.128Z PASS [ 0.020s] (1289/3271) omicron-common address::test::test_ip_range_iter
69982026-08-13T19:04:36.137Z PASS [ 0.019s] (1290/3271) omicron-common address::test::test_ip_range_length
69992026-08-13T19:04:36.147Z PASS [ 0.019s] (1291/3271) omicron-common address::test::test_ip_range_try_from
70002026-08-13T19:04:36.153Z PASS [ 0.017s] (1292/3271) omicron-common address::test::test_ipv6_subnet_deserialize
70012026-08-13T19:04:36.164Z PASS [ 0.017s] (1293/3271) omicron-common address::test::test_sled_address
70022026-08-13T19:04:36.184Z PASS [ 0.020s] (1294/3271) omicron-common api::external::error::test::test_context
70032026-08-13T19:04:36.189Z PASS [ 0.033s] (1295/3271) omicron-common api::external::error::test::test_bail_unless
70042026-08-13T19:04:36.204Z PASS [ 0.020s] (1296/3271) omicron-common api::external::http_pagination::test::test_pagination_examples
70052026-08-13T19:04:36.209Z PASS [ 0.021s] (1297/3271) omicron-common api::external::http_pagination::test::test_pagination_schemas
70062026-08-13T19:04:36.225Z PASS [ 0.020s] (1298/3271) omicron-common api::external::http_pagination::test::test_scan_by_id
70072026-08-13T19:04:36.231Z PASS [ 0.023s] (1299/3271) omicron-common api::external::http_pagination::test::test_scan_by_name
70082026-08-13T19:04:36.246Z PASS [ 0.019s] (1300/3271) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
70092026-08-13T19:04:36.250Z PASS [ 0.019s] (1301/3271) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
70102026-08-13T19:04:36.265Z PASS [ 0.020s] (1302/3271) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
70112026-08-13T19:04:36.272Z PASS [ 0.021s] (1303/3271) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
70122026-08-13T19:04:36.284Z PASS [ 0.019s] (1304/3271) omicron-common api::external::test::test_bytecount
70132026-08-13T19:04:36.291Z PASS [ 0.019s] (1305/3271) omicron-common api::external::test::test_bytecount_display
70142026-08-13T19:04:36.297Z PASS [ 1.766s] (1306/3271) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
70152026-08-13T19:04:36.302Z PASS [ 0.018s] (1307/3271) omicron-common api::external::test::test_digest
70162026-08-13T19:04:36.307Z PASS [ 1.782s] (1308/3271) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
70172026-08-13T19:04:36.311Z PASS [ 0.020s] (1309/3271) omicron-common api::external::test::test_firewall_deserialization
70182026-08-13T19:04:36.326Z PASS [ 0.024s] (1310/3271) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
70192026-08-13T19:04:36.330Z PASS [ 0.031s] (1311/3271) omicron-common api::external::test::test_firewall_rule_host_filter_parse
70202026-08-13T19:04:36.333Z PASS [ 0.022s] (1312/3271) omicron-common api::external::test::test_generation_display_parse
70212026-08-13T19:04:36.342Z PASS [ 0.035s] (1313/3271) omicron-common api::external::test::test_firewall_rule_target_parse
70222026-08-13T19:04:36.348Z PASS [ 0.022s] (1314/3271) omicron-common api::external::test::test_generation_from_int
70232026-08-13T19:04:36.356Z PASS [ 0.022s] (1315/3271) omicron-common api::external::test::test_generation_serde
70242026-08-13T19:04:36.369Z PASS [ 0.026s] (1316/3271) omicron-common api::external::test::test_hostname_from_str
70252026-08-13T19:04:36.372Z PASS [ 0.024s] (1317/3271) omicron-common api::external::test::test_ip_port_range_from_str
70262026-08-13T19:04:36.383Z PASS [ 0.028s] (1318/3271) omicron-common api::external::test::test_ip_port_range_into_str
70272026-08-13T19:04:36.393Z PASS [ 0.024s] (1319/3271) omicron-common api::external::test::test_ipv6_net_operations
70282026-08-13T19:04:36.401Z PASS [ 0.029s] (1320/3271) omicron-common api::external::test::test_mac_system_iterator
70292026-08-13T19:04:36.411Z PASS [ 0.028s] (1321/3271) omicron-common api::external::test::test_mac_to_int_conversions
70302026-08-13T19:04:36.419Z PASS [ 0.027s] (1322/3271) omicron-common api::external::test::test_macaddr
70312026-08-13T19:04:36.430Z PASS [ 0.029s] (1323/3271) omicron-common api::external::test::test_name_parse
70322026-08-13T19:04:36.434Z PASS [ 0.023s] (1324/3271) omicron-common api::external::test::test_name_parse_from_param
70332026-08-13T19:04:36.446Z PASS [ 0.027s] (1325/3271) omicron-common api::external::test::test_resource_name_parse
70342026-08-13T19:04:36.451Z PASS [ 0.122s] (1326/3271) omicron-common api::external::test::test_generation_overflow
70352026-08-13T19:04:36.461Z PASS [ 0.031s] (1327/3271) omicron-common api::external::test::test_route_destination_parse
70362026-08-13T19:04:36.471Z PASS [ 0.024s] (1328/3271) omicron-common api::external::test::test_semver_serialize
70372026-08-13T19:04:36.478Z PASS [ 0.044s] (1329/3271) omicron-common api::external::test::test_route_target_parse
70382026-08-13T19:04:36.483Z PASS [ 0.032s] (1330/3271) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
70392026-08-13T19:04:36.488Z PASS [ 0.026s] (1331/3271) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
70402026-08-13T19:04:36.495Z PASS [ 0.024s] (1332/3271) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
70412026-08-13T19:04:36.501Z PASS [ 0.022s] (1333/3271) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
70422026-08-13T19:04:36.507Z PASS [ 0.023s] (1334/3271) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
70432026-08-13T19:04:36.513Z PASS [ 0.025s] (1335/3271) omicron-common disk::tests::parse_dataset_name
70442026-08-13T19:04:36.519Z PASS [ 0.024s] (1336/3271) omicron-common zpool_name::test::test_parse_bad_zpool_names
70452026-08-13T19:04:36.543Z PASS [ 0.029s] (1337/3271) omicron-common zpool_name::test::test_parse_zpool_name_json
70462026-08-13T19:04:36.543Z PASS [ 0.042s] (1338/3271) omicron-common zpool_name::test::test_parse_external_zpool_name
70472026-08-13T19:04:36.550Z PASS [ 0.044s] (1339/3271) omicron-common zpool_name::test::test_parse_internal_zpool_name
70482026-08-13T19:04:36.581Z PASS [ 0.044s] (1340/3271) omicron-common zpool_name::test::test_zpool_name_regex
70492026-08-13T19:04:36.720Z PASS [ 0.177s] (1341/3271) omicron-dev::test-omicron-dev test_omicron_dev_no_args
70502026-08-13T19:04:36.728Z PASS [ 0.178s] (1342/3271) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
70512026-08-13T19:04:36.755Z PASS [ 0.035s] (1343/3271) omicron-gateway management_switch::location_map::tests::test_config_validation
70522026-08-13T19:04:36.766Z PASS [ 0.038s] (1344/3271) omicron-gateway management_switch::location_map::tests::test_resolve_location
70532026-08-13T19:04:36.796Z PASS [ 13.594s] (1345/3271) nexus-db-queries policy_test::test_conferred_roles
70542026-08-13T19:04:36.827Z PASS [ 0.059s] (1346/3271) omicron-gateway::test_all integration_tests::config::read_production_smf_config
70552026-08-13T19:04:37.018Z PASS [ 0.263s] (1347/3271) omicron-gateway::test_all integration_tests::component_list::component_list
70562026-08-13T19:04:37.062Z PASS [ 0.266s] (1348/3271) omicron-gateway::test_all integration_tests::ereports::ereports_basic
70572026-08-13T19:04:37.155Z PASS [ 0.330s] (1349/3271) omicron-gateway::test_all integration_tests::ereports::ereports_commit
70582026-08-13T19:04:37.353Z PASS [ 0.335s] (1350/3271) omicron-gateway::test_all integration_tests::ereports::ereports_limit
70592026-08-13T19:04:37.392Z PASS [ 0.237s] (1351/3271) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
70602026-08-13T19:04:37.557Z PASS [ 0.495s] (1352/3271) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
70612026-08-13T19:04:37.561Z PASS [ 136.104s] (1353/3271) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70622026-08-13T19:04:37.585Z PASS [ 0.028s] (1354/3271) omicron-ledger test::test_commit_handles_write_failures
70632026-08-13T19:04:37.589Z PASS [ 0.030s] (1355/3271) omicron-ledger test::test_create_default_ledger
70642026-08-13T19:04:37.592Z PASS [ 0.239s] (1356/3271) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
70652026-08-13T19:04:37.607Z PASS [ 0.215s] (1357/3271) omicron-gateway::test_all integration_tests::task_dump::task_dump
70662026-08-13T19:04:37.612Z PASS [ 0.027s] (1358/3271) omicron-ledger test::test_create_ledger_reads_from_storage
70672026-08-13T19:04:37.612Z PASS [ 0.020s] (1359/3271) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
70682026-08-13T19:04:37.617Z PASS [ 0.028s] (1360/3271) omicron-ledger test::test_create_ledger_reads_latest_from_storage
70692026-08-13T19:04:37.627Z PASS [ 0.020s] (1361/3271) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
70702026-08-13T19:04:37.633Z PASS [ 0.022s] (1362/3271) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_multiple_prebuilts_different_commits
70712026-08-13T19:04:37.637Z PASS [ 0.023s] (1363/3271) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_repo_absent
70722026-08-13T19:04:37.637Z PASS [ 0.019s] (1364/3271) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_success
70732026-08-13T19:04:37.703Z PASS [ 0.066s] (1365/3271) omicron-nexus app::alert::tests::test_alert_class_list
70742026-08-13T19:04:37.722Z PASS [ 3.237s] (1366/3271) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
70752026-08-13T19:04:39.239Z PASS [ 11.998s] (1367/3271) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
70762026-08-13T19:04:39.398Z PASS [ 4.846s] (1368/3271) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
70772026-08-13T19:04:39.911Z PASS [ 12.605s] (1369/3271) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
70782026-08-13T19:04:39.984Z PASS [ 12.819s] (1370/3271) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
70792026-08-13T19:04:40.100Z PASS [ 14.454s] (1371/3271) nexus-mgs-updates driver_update::test::test_sp_update_takeover
70802026-08-13T19:04:40.227Z PASS [ 5.723s] (1372/3271) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
70812026-08-13T19:04:40.274Z PASS [ 0.048s] (1373/3271) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
70822026-08-13T19:04:40.322Z PASS [ 0.047s] (1374/3271) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
70832026-08-13T19:04:40.367Z PASS [ 0.045s] (1375/3271) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
70842026-08-13T19:04:40.420Z PASS [ 0.049s] (1376/3271) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
70852026-08-13T19:04:40.464Z PASS [ 0.047s] (1377/3271) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
70862026-08-13T19:04:40.655Z PASS [ 12.713s] (1378/3271) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
70872026-08-13T19:04:45.621Z PASS [ 19.580s] (1379/3271) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
70882026-08-13T19:04:45.848Z PASS [ 13.585s] (1380/3271) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
70892026-08-13T19:04:46.182Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
70902026-08-13T19:04:46.323Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
70912026-08-13T19:04:46.353Z PASS [ 5.698s] (1381/3271) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
70922026-08-13T19:04:47.139Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
70932026-08-13T19:04:47.222Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
70942026-08-13T19:04:48.352Z PASS [ 11.802s] (1382/3271) omicron-dev::test-omicron-dev test_run_all
70952026-08-13T19:04:51.755Z PASS [ 6.134s] (1383/3271) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
70962026-08-13T19:04:52.192Z PASS [ 20.637s] (1384/3271) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
70972026-08-13T19:04:52.207Z PASS [ 14.485s] (1385/3271) omicron-nexus app::background::driver::test::test_driver_basic
70982026-08-13T19:04:52.214Z PASS [ 6.366s] (1386/3271) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
70992026-08-13T19:04:53.768Z PASS [ 16.065s] (1387/3271) omicron-nexus app::background::driver::test::test_activation_in_progress
71002026-08-13T19:04:54.899Z PASS [ 23.296s] (1388/3271) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
71012026-08-13T19:04:54.966Z PASS [ 0.067s] (1389/3271) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
71022026-08-13T19:04:55.984Z PASS [ 15.884s] (1390/3271) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
71032026-08-13T19:04:56.391Z PASS [ 17.152s] (1391/3271) omicron-nexus app::background::init::test::test_dns_propagation_basic
71042026-08-13T19:04:57.246Z PASS [ 25.658s] (1392/3271) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
71052026-08-13T19:04:58.141Z PASS [ 5.933s] (1393/3271) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
71062026-08-13T19:04:58.253Z PASS [ 6.038s] (1394/3271) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
71072026-08-13T19:04:59.342Z PASS [ 5.574s] (1395/3271) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
71082026-08-13T19:04:59.779Z PASS [ 28.023s] (1396/3271) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
71092026-08-13T19:05:00.007Z PASS [ 22.380s] (1397/3271) omicron-ls-apis::test_dependencies test_api_check
71102026-08-13T19:05:00.155Z PASS [ 7.963s] (1398/3271) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
71112026-08-13T19:05:00.490Z PASS [ 33.938s] (1399/3271) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
71122026-08-13T19:05:00.736Z PASS [ 21.339s] (1400/3271) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
71132026-08-13T19:05:01.618Z PASS [ 21.633s] (1401/3271) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
71142026-08-13T19:05:01.815Z PASS [ 24.181s] (1402/3271) omicron-ls-apis::test_dependencies test_api_dependencies
71152026-08-13T19:05:02.187Z PASS [ 13.835s] (1403/3271) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
71162026-08-13T19:05:02.633Z PASS [ 22.721s] (1404/3271) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
71172026-08-13T19:05:03.325Z PASS [ 25.689s] (1405/3271) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
71182026-08-13T19:05:04.878Z PASS [ 18.524s] (1406/3271) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
71192026-08-13T19:05:06.695Z PASS [ 5.959s] (1407/3271) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
71202026-08-13T19:05:06.759Z PASS [ 6.604s] (1408/3271) omicron-nexus app::background::tasks::fm_analysis::tests::test_check_sitrep_limit
71212026-08-13T19:05:07.273Z PASS [ 7.266s] (1409/3271) omicron-nexus app::background::tasks::fm_analysis::tests::test_analysis_respects_sitrep_limit
71222026-08-13T19:05:07.415Z PASS [ 6.924s] (1410/3271) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
71232026-08-13T19:05:08.078Z PASS [ 6.460s] (1411/3271) omicron-nexus app::background::tasks::fm_config_load::test::test_load_fm_config
71242026-08-13T19:05:08.380Z PASS [ 6.565s] (1412/3271) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
71252026-08-13T19:05:08.644Z PASS [ 6.457s] (1413/3271) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
71262026-08-13T19:05:09.275Z PASS [ 14.306s] (1414/3271) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
71272026-08-13T19:05:09.439Z PASS [ 6.807s] (1415/3271) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
71282026-08-13T19:05:10.531Z PASS [ 7.206s] (1416/3271) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
71292026-08-13T19:05:10.976Z PASS [ 14.992s] (1417/3271) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
71302026-08-13T19:05:11.000Z PASS [ 14.609s] (1418/3271) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
71312026-08-13T19:05:11.293Z PASS [ 6.415s] (1419/3271) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
71322026-08-13T19:05:12.347Z PASS [ 20.592s] (1420/3271) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
71332026-08-13T19:05:12.430Z PASS [ 14.289s] (1421/3271) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
71342026-08-13T19:05:12.517Z PASS [ 15.270s] (1422/3271) omicron-nexus app::background::tasks::dns_config::test::test_basic
71352026-08-13T19:05:12.570Z PASS [ 0.053s] (1423/3271) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
71362026-08-13T19:05:12.622Z PASS [ 0.050s] (1424/3271) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
71372026-08-13T19:05:12.675Z PASS [ 0.055s] (1425/3271) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
71382026-08-13T19:05:12.733Z PASS [ 0.058s] (1426/3271) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
71392026-08-13T19:05:12.780Z PASS [ 0.047s] (1427/3271) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
71402026-08-13T19:05:12.830Z PASS [ 0.050s] (1428/3271) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
71412026-08-13T19:05:12.884Z PASS [ 0.054s] (1429/3271) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
71422026-08-13T19:05:12.936Z PASS [ 0.052s] (1430/3271) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
71432026-08-13T19:05:12.984Z PASS [ 0.048s] (1431/3271) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
71442026-08-13T19:05:13.061Z PASS [ 6.301s] (1432/3271) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
71452026-08-13T19:05:13.163Z PASS [ 0.102s] (1433/3271) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
71462026-08-13T19:05:13.198Z PASS [ 0.214s] (1434/3271) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
71472026-08-13T19:05:13.213Z PASS [ 0.051s] (1435/3271) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
71482026-08-13T19:05:13.251Z PASS [ 0.054s] (1436/3271) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
71492026-08-13T19:05:13.272Z PASS [ 0.059s] (1437/3271) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
71502026-08-13T19:05:13.308Z PASS [ 0.057s] (1438/3271) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
71512026-08-13T19:05:13.354Z PASS [ 0.082s] (1439/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
71522026-08-13T19:05:13.358Z PASS [ 0.048s] (1440/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
71532026-08-13T19:05:13.366Z PASS [ 6.671s] (1441/3271) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
71542026-08-13T19:05:13.456Z PASS [ 0.102s] (1442/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
71552026-08-13T19:05:13.460Z PASS [ 0.091s] (1443/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
71562026-08-13T19:05:13.467Z PASS [ 0.110s] (1444/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
71572026-08-13T19:05:13.523Z PASS [ 0.066s] (1445/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
71582026-08-13T19:05:13.532Z PASS [ 0.064s] (1446/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
71592026-08-13T19:05:13.555Z PASS [ 0.097s] (1447/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
71602026-08-13T19:05:13.590Z PASS [ 0.049s] (1448/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
71612026-08-13T19:05:13.590Z PASS [ 0.049s] (1449/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
71622026-08-13T19:05:13.612Z PASS [ 0.057s] (1450/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
71632026-08-13T19:05:13.626Z PASS [ 0.054s] (1451/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
71642026-08-13T19:05:13.643Z PASS [ 0.062s] (1452/3271) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
71652026-08-13T19:05:13.692Z PASS [ 6.418s] (1453/3271) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_gc_deletes_sitreps_pruned_from_history
71662026-08-13T19:05:13.779Z PASS [ 15.526s] (1454/3271) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
71672026-08-13T19:05:13.823Z PASS [ 14.480s] (1455/3271) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion_stale_restart_id
71682026-08-13T19:05:13.836Z PASS [ 6.421s] (1456/3271) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
71692026-08-13T19:05:14.221Z PASS [ 5.577s] (1457/3271) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
71702026-08-13T19:05:14.671Z PASS [ 14.891s] (1458/3271) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
71712026-08-13T19:05:15.875Z PASS [ 39.312s] (1459/3271) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
71722026-08-13T19:05:16.288Z PASS [ 8.211s] (1460/3271) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning
71732026-08-13T19:05:17.724Z PASS [ 5.377s] (1461/3271) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
71742026-08-13T19:05:20.406Z PASS [ 39.942s] (1462/3271) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
71752026-08-13T19:05:21.458Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
71762026-08-13T19:05:22.103Z PASS [ 55.526s] (1463/3271) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
71772026-08-13T19:05:23.370Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
71782026-08-13T19:05:26.924Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
71792026-08-13T19:05:27.035Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
71802026-08-13T19:05:28.806Z PASS [ 16.376s] (1464/3271) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
71812026-08-13T19:05:29.171Z PASS [ 62.249s] (1465/3271) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
71822026-08-13T19:05:30.549Z PASS [ 15.878s] (1466/3271) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
71832026-08-13T19:05:30.789Z PASS [ 16.567s] (1467/3271) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
71842026-08-13T19:05:30.843Z PASS [ 17.150s] (1468/3271) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
71852026-08-13T19:05:30.846Z PASS [ 17.021s] (1469/3271) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
71862026-08-13T19:05:30.940Z PASS [ 19.647s] (1470/3271) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
71872026-08-13T19:05:31.181Z PASS [ 17.402s] (1471/3271) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
71882026-08-13T19:05:31.386Z PASS [ 17.549s] (1472/3271) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
71892026-08-13T19:05:31.429Z PASS [ 23.049s] (1473/3271) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning_batched
71902026-08-13T19:05:31.707Z PASS [ 15.419s] (1474/3271) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
71912026-08-13T19:05:32.541Z PASS [ 23.101s] (1475/3271) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
71922026-08-13T19:05:33.208Z PASS [ 15.483s] (1476/3271) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
71932026-08-13T19:05:33.289Z PASS [ 69.921s] (1477/3271) nexus-db-queries policy_test::test_iam_roles_behavior
71942026-08-13T19:05:33.768Z PASS [ 17.893s] (1478/3271) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
71952026-08-13T19:05:33.846Z PASS [ 22.870s] (1479/3271) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
71962026-08-13T19:05:34.323Z PASS [ 3.774s] (1480/3271) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
71972026-08-13T19:05:34.487Z PASS [ 3.546s] (1481/3271) omicron-nexus app::background::tasks::saga_recovery::test::test_transient_recovery_failure_does_not_abandon_saga
71982026-08-13T19:05:34.580Z PASS [ 3.736s] (1482/3271) omicron-nexus app::background::tasks::saga_recovery::test::test_recovery_failure_without_sec_does_not_abandon_saga
71992026-08-13T19:05:34.699Z PASS [ 21.087s] (1483/3271) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
72002026-08-13T19:05:34.781Z PASS [ 3.938s] (1484/3271) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
72012026-08-13T19:05:34.861Z PASS [ 3.679s] (1485/3271) omicron-nexus app::background::tasks::saga_recovery::test::test_unrecoverable_saga_is_abandoned
72022026-08-13T19:05:36.474Z PASS [ 5.088s] (1486/3271) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
72032026-08-13T19:05:36.591Z PASS [ 5.161s] (1487/3271) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
72042026-08-13T19:05:36.671Z PASS [ 0.080s] (1488/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
72052026-08-13T19:05:36.735Z PASS [ 0.064s] (1489/3271) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
72062026-08-13T19:05:36.796Z PASS [ 0.061s] (1490/3271) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
72072026-08-13T19:05:36.859Z PASS [ 0.062s] (1491/3271) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
72082026-08-13T19:05:36.918Z PASS [ 0.059s] (1492/3271) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
72092026-08-13T19:05:36.983Z PASS [ 0.065s] (1493/3271) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
72102026-08-13T19:05:37.016Z PASS [ 109.880s] (1494/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
72112026-08-13T19:05:37.046Z PASS [ 0.063s] (1495/3271) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
72122026-08-13T19:05:37.303Z PASS [ 0.256s] (1496/3271) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
72132026-08-13T19:05:37.332Z PASS [ 0.315s] (1497/3271) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
72142026-08-13T19:05:37.585Z PASS [ 0.282s] (1498/3271) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
72152026-08-13T19:05:37.647Z PASS [ 0.061s] (1499/3271) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
72162026-08-13T19:05:37.702Z PASS [ 0.055s] (1500/3271) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
72172026-08-13T19:05:37.753Z PASS [ 0.051s] (1501/3271) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
72182026-08-13T19:05:37.804Z PASS [ 0.051s] (1502/3271) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
72192026-08-13T19:05:37.857Z PASS [ 0.054s] (1503/3271) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
72202026-08-13T19:05:37.908Z PASS [ 0.050s] (1504/3271) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
72212026-08-13T19:05:37.959Z PASS [ 0.051s] (1505/3271) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
72222026-08-13T19:05:38.014Z PASS [ 0.054s] (1506/3271) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
72232026-08-13T19:05:38.066Z PASS [ 0.052s] (1507/3271) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
72242026-08-13T19:05:38.118Z PASS [ 0.052s] (1508/3271) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
72252026-08-13T19:05:38.176Z PASS [ 0.058s] (1509/3271) omicron-nexus app::crucible::test::upstairs_health_search
72262026-08-13T19:05:38.358Z PASS [ 0.182s] (1510/3271) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
72272026-08-13T19:05:38.441Z PASS [ 0.083s] (1511/3271) omicron-nexus app::deployment::tests::test_target_release_for_mupdate_recovery_after_noop_conversion
72282026-08-13T19:05:38.495Z PASS [ 1.163s] (1512/3271) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
72292026-08-13T19:05:38.518Z PASS [ 0.076s] (1513/3271) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
72302026-08-13T19:05:38.573Z PASS [ 0.078s] (1514/3271) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
72312026-08-13T19:05:38.816Z PASS [ 0.298s] (1515/3271) omicron-nexus app::external_client::test::test_domain_resolving_to_permitted_address_is_connected
72322026-08-13T19:05:38.872Z PASS [ 0.056s] (1516/3271) omicron-nexus app::external_client::test::test_ensure_external_url_allows_domain_hosts
72332026-08-13T19:05:38.911Z PASS [ 0.337s] (1517/3271) omicron-nexus app::external_client::test::test_domain_resolving_to_underlay_is_rejected
72342026-08-13T19:05:38.930Z PASS [ 0.056s] (1518/3271) omicron-nexus app::external_client::test::test_ensure_external_url_allows_external_ipv6_hosts
72352026-08-13T19:05:38.960Z PASS [ 0.050s] (1519/3271) omicron-nexus app::external_client::test::test_ensure_external_url_allows_hostless_urls
72362026-08-13T19:05:38.982Z PASS [ 0.054s] (1520/3271) omicron-nexus app::external_client::test::test_ensure_external_url_allows_ipv4_hosts
72372026-08-13T19:05:39.015Z PASS [ 0.053s] (1521/3271) omicron-nexus app::external_client::test::test_ensure_external_url_allows_loopback_for_tests
72382026-08-13T19:05:39.033Z PASS [ 0.051s] (1522/3271) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_bootstrap_network
72392026-08-13T19:05:39.060Z PASS [ 25.432s] (1523/3271) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
72402026-08-13T19:05:39.066Z PASS [ 0.052s] (1524/3271) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_ip_hosts_before_rack_init
72412026-08-13T19:05:39.093Z PASS [ 0.057s] (1525/3271) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_loopback
72422026-08-13T19:05:39.121Z PASS [ 0.061s] (1526/3271) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_underlay_ipv6_hosts
72432026-08-13T19:05:39.125Z PASS [ 0.055s] (1527/3271) omicron-nexus app::external_client::test::test_loopback_policy_does_not_weaken_underlay_check
72442026-08-13T19:05:39.299Z PASS [ 0.179s] (1528/3271) omicron-nexus app::external_client::test::test_redirect_to_permitted_target_is_followed
72452026-08-13T19:05:39.370Z PASS [ 0.249s] (1529/3271) omicron-nexus app::external_client::test::test_redirect_to_underlay_is_rejected
72462026-08-13T19:05:39.445Z PASS [ 0.147s] (1530/3271) omicron-nexus app::external_client::test::test_underlay_redirect_rejected_even_with_policy_none
72472026-08-13T19:05:39.544Z PASS [ 0.174s] (1531/3271) omicron-nexus app::external_client::test::test_wrapped_policy_none_stops_at_permitted_target
72482026-08-13T19:05:39.656Z PASS [ 0.112s] (1532/3271) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
72492026-08-13T19:05:39.660Z PASS [ 0.567s] (1533/3271) omicron-nexus app::external_client::test::test_redirect_to_domain_resolving_to_underlay_is_rejected
72502026-08-13T19:05:39.720Z PASS [ 19.313s] (1534/3271) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
72512026-08-13T19:05:39.787Z PASS [ 0.067s] (1535/3271) omicron-nexus app::external_endpoints::test::test_no_endpoint
72522026-08-13T19:05:39.844Z PASS [ 0.056s] (1536/3271) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
72532026-08-13T19:05:39.919Z PASS [ 0.075s] (1537/3271) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
72542026-08-13T19:05:39.939Z PASS [ 0.268s] (1538/3271) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
72552026-08-13T19:05:39.983Z PASS [ 0.062s] (1539/3271) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
72562026-08-13T19:05:39.991Z PASS [ 0.065s] (1540/3271) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
72572026-08-13T19:05:40.050Z PASS [ 0.059s] (1541/3271) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
72582026-08-13T19:05:40.054Z PASS [ 0.070s] (1542/3271) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
72592026-08-13T19:05:40.202Z PASS [ 0.756s] (1543/3271) omicron-nexus app::external_endpoints::test::test_authority
72602026-08-13T19:05:40.207Z PASS [ 0.156s] (1544/3271) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
72612026-08-13T19:05:40.211Z PASS [ 0.159s] (1545/3271) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
72622026-08-13T19:05:40.317Z PASS [ 0.107s] (1546/3271) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
72632026-08-13T19:05:40.332Z PASS [ 0.130s] (1547/3271) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
72642026-08-13T19:05:40.390Z PASS [ 0.058s] (1548/3271) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
72652026-08-13T19:05:40.402Z PASS [ 0.194s] (1549/3271) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
72662026-08-13T19:05:40.458Z PASS [ 0.056s] (1550/3271) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
72672026-08-13T19:05:40.469Z PASS [ 0.079s] (1551/3271) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
72682026-08-13T19:05:40.514Z PASS [ 0.055s] (1552/3271) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
72692026-08-13T19:05:40.526Z PASS [ 0.057s] (1553/3271) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
72702026-08-13T19:05:40.569Z PASS [ 0.056s] (1554/3271) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
72712026-08-13T19:05:40.578Z PASS [ 0.052s] (1555/3271) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
72722026-08-13T19:05:40.625Z PASS [ 0.056s] (1556/3271) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
72732026-08-13T19:05:40.676Z PASS [ 0.098s] (1557/3271) omicron-nexus app::multicast::tests::test_is_ssm_address
72742026-08-13T19:05:40.988Z PASS [ 114.666s] (1558/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
72752026-08-13T19:05:41.842Z PASS [ 28.200s] (1559/3271) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
72762026-08-13T19:05:41.908Z PASS [ 0.065s] (1560/3271) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
72772026-08-13T19:05:42.015Z PASS [ 13.208s] (1561/3271) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
72782026-08-13T19:05:42.247Z PASS [ 75.214s] (1562/3271) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
72792026-08-13T19:05:42.431Z PASS [ 2.775s] (1563/3271) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
72802026-08-13T19:05:43.011Z PASS [ 115.790s] (1564/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
72812026-08-13T19:05:43.202Z PASS [ 14.030s] (1565/3271) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
72822026-08-13T19:05:43.281Z PASS [ 21.178s] (1566/3271) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
72832026-08-13T19:05:44.687Z PASS [ 13.897s] (1567/3271) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
72842026-08-13T19:05:46.003Z PASS [ 12.156s] (1568/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
72852026-08-13T19:05:46.185Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
72862026-08-13T19:05:46.394Z PASS [ 14.685s] (1569/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
72872026-08-13T19:05:46.427Z PASS [ 13.219s] (1570/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
72882026-08-13T19:05:46.502Z PASS [ 12.733s] (1571/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
72892026-08-13T19:05:46.597Z PASS [ 12.017s] (1572/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
72902026-08-13T19:05:48.058Z PASS [ 15.518s] (1573/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
72912026-08-13T19:05:48.318Z PASS [ 13.536s] (1574/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
72922026-08-13T19:05:48.805Z PASS [ 15.516s] (1575/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
72932026-08-13T19:05:49.134Z PASS [ 39.861s] (1576/3271) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
72942026-08-13T19:05:50.995Z PASS [ 16.296s] (1577/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
72952026-08-13T19:05:51.010Z PASS [ 16.149s] (1578/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
72962026-08-13T19:05:51.145Z PASS [ 14.671s] (1579/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
72972026-08-13T19:05:51.654Z PASS [ 40.654s] (1580/3271) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
72982026-08-13T19:05:52.268Z PASS [ 11.951s] (1581/3271) omicron-nexus app::ip_pool::tests::test_ip_pool_service_add_range_requires_single_pool
72992026-08-13T19:05:52.273Z PASS [ 17.786s] (1582/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
73002026-08-13T19:05:52.300Z PASS [ 41.769s] (1583/3271) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
73012026-08-13T19:05:53.712Z PASS [ 19.389s] (1584/3271) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
73022026-08-13T19:05:55.239Z PASS [ 14.562s] (1585/3271) omicron-nexus app::quiesce::test::test_quiesce_full
73032026-08-13T19:05:55.422Z PASS [ 14.792s] (1586/3271) omicron-nexus app::quiesce::test::test_quiesce_easy
73042026-08-13T19:05:56.367Z PASS [ 15.374s] (1587/3271) omicron-nexus app::quiesce::test::test_quiesce_multi
73052026-08-13T19:06:01.866Z PASS [ 18.585s] (1588/3271) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
73062026-08-13T19:06:03.721Z PASS [ 21.474s] (1589/3271) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
73072026-08-13T19:06:04.756Z PASS [ 22.849s] (1590/3271) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
73082026-08-13T19:06:07.102Z PASS [ 20.600s] (1591/3271) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
73092026-08-13T19:06:08.061Z PASS [ 23.375s] (1592/3271) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
73102026-08-13T19:06:08.899Z PASS [ 17.888s] (1593/3271) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
73112026-08-13T19:06:09.309Z PASS [ 17.041s] (1594/3271) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
73122026-08-13T19:06:09.366Z PASS [ 17.065s] (1595/3271) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
73132026-08-13T19:06:09.882Z PASS [ 18.886s] (1596/3271) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
73142026-08-13T19:06:09.918Z PASS [ 18.263s] (1597/3271) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
73152026-08-13T19:06:10.663Z PASS [ 19.517s] (1598/3271) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
73162026-08-13T19:06:11.159Z PASS [ 15.921s] (1599/3271) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
73172026-08-13T19:06:11.188Z PASS [ 23.129s] (1600/3271) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
73182026-08-13T19:06:11.200Z PASS [ 29.185s] (1601/3271) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
73192026-08-13T19:06:11.363Z PASS [ 15.946s] (1602/3271) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
73202026-08-13T19:06:11.960Z PASS [ 19.687s] (1603/3271) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
73212026-08-13T19:06:12.128Z PASS [ 25.531s] (1604/3271) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
73222026-08-13T19:06:12.178Z PASS [ 25.751s] (1605/3271) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
73232026-08-13T19:06:15.945Z PASS [ 29.941s] (1606/3271) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
73242026-08-13T19:06:16.827Z PASS [ 20.464s] (1607/3271) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
73252026-08-13T19:06:17.238Z PASS [ 23.525s] (1608/3271) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
73262026-08-13T19:06:20.849Z PASS [ 38.416s] (1609/3271) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
73272026-08-13T19:06:21.460Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
73282026-08-13T19:06:21.898Z PASS [ 38.696s] (1610/3271) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
73292026-08-13T19:06:22.158Z PASS [ 33.024s] (1611/3271) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
73302026-08-13T19:06:23.592Z PASS [ 18.835s] (1612/3271) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
73312026-08-13T19:06:25.123Z PASS [ 23.256s] (1613/3271) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
73322026-08-13T19:06:25.855Z PASS [ 18.753s] (1614/3271) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
73332026-08-13T19:06:30.851Z PASS [ 22.789s] (1615/3271) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
73342026-08-13T19:06:30.908Z PASS [ 20.990s] (1616/3271) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
73352026-08-13T19:06:31.256Z PASS [ 21.947s] (1617/3271) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
73362026-08-13T19:06:31.531Z PASS [ 22.165s] (1618/3271) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
73372026-08-13T19:06:32.560Z PASS [ 21.373s] (1619/3271) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
73382026-08-13T19:06:32.647Z PASS [ 21.984s] (1620/3271) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
73392026-08-13T19:06:32.885Z PASS [ 21.684s] (1621/3271) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
73402026-08-13T19:06:34.251Z PASS [ 22.122s] (1622/3271) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
73412026-08-13T19:06:34.345Z PASS [ 22.385s] (1623/3271) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
73422026-08-13T19:06:37.356Z PASS [ 20.529s] (1624/3271) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
73432026-08-13T19:06:37.361Z PASS [ 21.416s] (1625/3271) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
73442026-08-13T19:06:39.446Z PASS [ 51.127s] (1626/3271) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
73452026-08-13T19:06:42.606Z PASS [ 59.595s] (1627/3271) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
73462026-08-13T19:06:42.881Z PASS [ 22.034s] (1628/3271) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
73472026-08-13T19:06:43.938Z PASS [ 11.378s] (1629/3271) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
73482026-08-13T19:06:43.976Z PASS [ 11.329s] (1630/3271) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
73492026-08-13T19:06:44.348Z PASS [ 11.463s] (1631/3271) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
73502026-08-13T19:06:44.391Z PASS [ 22.492s] (1632/3271) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
73512026-08-13T19:06:46.002Z PASS [ 22.410s] (1633/3271) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
73522026-08-13T19:06:46.143Z PASS [ 20.288s] (1634/3271) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
73532026-08-13T19:06:46.185Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73542026-08-13T19:06:46.395Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
73552026-08-13T19:06:47.240Z PASS [ 12.895s] (1635/3271) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
73562026-08-13T19:06:47.306Z PASS [ 0.066s] (1636/3271) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
73572026-08-13T19:06:47.589Z PASS [ 13.339s] (1637/3271) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
73582026-08-13T19:06:48.522Z PASS [ 11.166s] (1638/3271) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
73592026-08-13T19:06:48.812Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
73602026-08-13T19:06:50.773Z PASS [ 19.516s] (1639/3271) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
73612026-08-13T19:06:50.812Z PASS [ 11.366s] (1640/3271) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
73622026-08-13T19:06:50.816Z PASS [ 64.420s] (1641/3271) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
73632026-08-13T19:06:51.005Z PASS [ 19.474s] (1642/3271) omicron-nexus app::sagas::instance_update::test::test_start_saga_fails_when_instance_deleted
73642026-08-13T19:06:53.120Z PASS [ 22.248s] (1643/3271) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
73652026-08-13T19:06:55.494Z PASS [ 12.612s] (1644/3271) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
73662026-08-13T19:06:58.366Z PASS [ 12.223s] (1645/3271) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
73672026-08-13T19:06:58.659Z PASS [ 27.751s] (1646/3271) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
73682026-08-13T19:07:03.723Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
73692026-08-13T19:07:05.211Z PASS [ 9.717s] (1647/3271) omicron-nexus app::sagas::test_saga::test_saga_stuck
73702026-08-13T19:07:06.385Z PASS [ 55.021s] (1648/3271) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
73712026-08-13T19:07:06.911Z PASS [ 16.138s] (1649/3271) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
73722026-08-13T19:07:07.429Z PASS [ 16.424s] (1650/3271) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
73732026-08-13T19:07:07.552Z PASS [ 16.739s] (1651/3271) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
73742026-08-13T19:07:07.721Z PASS [ 16.909s] (1652/3271) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
73752026-08-13T19:07:08.452Z PASS [ 79.647s] (1653/3271) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
73762026-08-13T19:07:08.900Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
73772026-08-13T19:07:09.884Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
73782026-08-13T19:07:09.916Z PASS [ 16.817s] (1654/3271) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
73792026-08-13T19:07:10.531Z PASS [ 11.872s] (1655/3271) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
73802026-08-13T19:07:10.606Z PASS [ 66.885s] (1656/3271) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
73812026-08-13T19:07:10.936Z PASS [ 12.570s] (1657/3271) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
73822026-08-13T19:07:11.160Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73832026-08-13T19:07:12.181Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
73842026-08-13T19:07:13.049Z PASS [ 25.459s] (1658/3271) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
73852026-08-13T19:07:14.327Z PASS [ 31.721s] (1659/3271) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
73862026-08-13T19:07:16.170Z PASS [ 38.808s] (1660/3271) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
73872026-08-13T19:07:16.209Z PASS [ 58.970s] (1661/3271) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
73882026-08-13T19:07:20.324Z PASS [ 15.112s] (1662/3271) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
73892026-08-13T19:07:20.559Z PASS [ 12.838s] (1663/3271) omicron-nexus app::update::test::test_contact_support_all_unhealthy
73902026-08-13T19:07:21.285Z PASS [ 32.763s] (1664/3271) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
73912026-08-13T19:07:21.374Z PASS [ 0.088s] (1665/3271) omicron-nexus app::update::test::test_problems_all_unhealthy
73922026-08-13T19:07:21.448Z PASS [ 0.075s] (1666/3271) omicron-nexus app::update::test::test_problems_healthy_system
73932026-08-13T19:07:21.461Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
73942026-08-13T19:07:21.488Z PASS [ 13.036s] (1667/3271) omicron-nexus app::update::test::test_contact_support_healthy_system
73952026-08-13T19:07:21.537Z PASS [ 0.088s] (1668/3271) omicron-nexus app::update::test::test_problems_missing_sleds
73962026-08-13T19:07:21.575Z PASS [ 0.087s] (1669/3271) omicron-nexus app::update::test::test_problems_stale_inventory
73972026-08-13T19:07:21.595Z PASS [ 15.209s] (1670/3271) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
73982026-08-13T19:07:21.619Z PASS [ 0.082s] (1671/3271) omicron-nexus app::update::test::test_problems_stuck_sagas
73992026-08-13T19:07:21.664Z PASS [ 0.088s] (1672/3271) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
74002026-08-13T19:07:21.676Z PASS [ 0.082s] (1673/3271) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
74012026-08-13T19:07:21.702Z PASS [ 0.083s] (1674/3271) omicron-nexus app::update::test::test_problems_stuck_update
74022026-08-13T19:07:21.755Z PASS [ 0.092s] (1675/3271) omicron-nexus app::update::test::test_problems_unhealthy_services
74032026-08-13T19:07:21.760Z PASS [ 0.083s] (1676/3271) omicron-nexus app::update::test::test_problems_unhealthy_services_command_error
74042026-08-13T19:07:21.786Z PASS [ 0.084s] (1677/3271) omicron-nexus app::update::test::test_problems_unhealthy_services_only_propolis
74052026-08-13T19:07:21.924Z PASS [ 0.164s] (1678/3271) omicron-nexus app::update::test::test_problems_unhealthy_zpools
74062026-08-13T19:07:21.996Z PASS [ 0.210s] (1679/3271) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
74072026-08-13T19:07:22.007Z PASS [ 0.251s] (1680/3271) omicron-nexus app::update::test::test_problems_unhealthy_services_propolis_and_other
74082026-08-13T19:07:22.066Z PASS [ 0.070s] (1681/3271) omicron-nexus external_api::console_api::test::test_accept_gz
74092026-08-13T19:07:22.071Z PASS [ 0.065s] (1682/3271) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
74102026-08-13T19:07:22.126Z PASS [ 0.059s] (1683/3271) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
74112026-08-13T19:07:22.130Z PASS [ 0.058s] (1684/3271) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
74122026-08-13T19:07:22.161Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
74132026-08-13T19:07:22.190Z PASS [ 0.065s] (1685/3271) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
74142026-08-13T19:07:22.193Z PASS [ 0.064s] (1686/3271) omicron-nexus external_api::console_api::test::test_find_file_finds_file
74152026-08-13T19:07:22.274Z PASS [ 0.083s] (1687/3271) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
74162026-08-13T19:07:22.280Z PASS [ 0.086s] (1688/3271) omicron-nexus external_api::console_api::test::test_relative_uri
74172026-08-13T19:07:22.332Z PASS [ 15.421s] (1689/3271) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
74182026-08-13T19:07:22.882Z PASS [ 38.943s] (1690/3271) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
74192026-08-13T19:07:22.952Z PASS [ 13.036s] (1691/3271) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
74202026-08-13T19:07:23.186Z PASS [ 15.757s] (1692/3271) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
74212026-08-13T19:07:23.430Z PASS [ 15.878s] (1693/3271) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
74222026-08-13T19:07:23.528Z PASS [ 12.997s] (1694/3271) omicron-nexus app::update::test::test_contact_support_missing_sleds
74232026-08-13T19:07:23.606Z PASS [ 12.999s] (1695/3271) omicron-nexus app::update::test::test_contact_support_mixed_propolis_and_other_services
74242026-08-13T19:07:23.974Z PASS [ 13.037s] (1696/3271) omicron-nexus app::update::test::test_contact_support_only_propolis_services
74252026-08-13T19:07:24.099Z PASS [ 2.175s] (1697/3271) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
74262026-08-13T19:07:25.125Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
74272026-08-13T19:07:25.616Z PASS [ 12.567s] (1698/3271) omicron-nexus app::update::test::test_contact_support_stuck_saga
74282026-08-13T19:07:26.411Z PASS [ 12.084s] (1699/3271) omicron-nexus app::update::test::test_contact_support_stuck_update
74292026-08-13T19:07:27.681Z PASS [ 11.472s] (1700/3271) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
74302026-08-13T19:07:28.461Z PASS [ 44.485s] (1701/3271) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
74312026-08-13T19:07:28.553Z PASS [ 12.383s] (1702/3271) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
74322026-08-13T19:07:33.080Z PASS [ 12.756s] (1703/3271) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
74332026-08-13T19:07:33.111Z PASS [ 12.524s] (1704/3271) omicron-nexus app::update::test::test_contact_support_update_in_progress
74342026-08-13T19:07:34.591Z PASS [ 47.284s] (1705/3271) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
74352026-08-13T19:07:34.845Z PASS [ 48.843s] (1706/3271) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
74362026-08-13T19:07:35.381Z PASS [ 13.100s] (1707/3271) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
74372026-08-13T19:07:35.635Z PASS [ 13.302s] (1708/3271) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
74382026-08-13T19:07:35.879Z PASS [ 0.499s] (1709/3271) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
74392026-08-13T19:07:35.983Z PASS [ 51.634s] (1710/3271) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
74402026-08-13T19:07:36.986Z PASS [ 2.395s] (1711/3271) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
74412026-08-13T19:07:37.313Z PASS [ 2.468s] (1712/3271) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
74422026-08-13T19:07:40.763Z PASS [ 17.332s] (1713/3271) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
74432026-08-13T19:07:40.892Z PASS [ 16.792s] (1714/3271) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
74442026-08-13T19:07:41.250Z PASS [ 14.838s] (1715/3271) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
74452026-08-13T19:07:42.399Z PASS [ 19.447s] (1716/3271) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
74462026-08-13T19:07:42.412Z PASS [ 19.530s] (1717/3271) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
74472026-08-13T19:07:42.604Z PASS [ 16.988s] (1718/3271) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
74482026-08-13T19:07:43.034Z PASS [ 19.428s] (1719/3271) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
74492026-08-13T19:07:43.154Z PASS [ 19.624s] (1720/3271) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
74502026-08-13T19:07:43.528Z PASS [ 93.646s] (1721/3271) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
74512026-08-13T19:07:44.394Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
74522026-08-13T19:07:44.750Z PASS [ 60.357s] (1722/3271) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
74532026-08-13T19:07:45.707Z PASS [ 12.622s] (1723/3271) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
74542026-08-13T19:07:46.189Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
74552026-08-13T19:07:46.331Z PASS [ 17.776s] (1724/3271) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
74562026-08-13T19:07:46.537Z PASS [ 97.633s] (1725/3271) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
74572026-08-13T19:07:47.551Z PASS [ 11.917s] (1726/3271) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
74582026-08-13T19:07:47.720Z PASS [ 11.841s] (1727/3271) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
74592026-08-13T19:07:48.197Z PASS [ 86.036s] (1728/3271) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
74602026-08-13T19:07:48.416Z PASS [ 12.413s] (1729/3271) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
74612026-08-13T19:07:49.072Z PASS [ 12.085s] (1730/3271) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
74622026-08-13T19:07:49.267Z PASS [ 11.943s] (1731/3271) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
74632026-08-13T19:07:50.217Z PASS [ 27.943s] (1732/3271) omicron-nexus populate::test::test_populators
74642026-08-13T19:07:50.430Z PASS [ 0.198s] (1733/3271) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
74652026-08-13T19:07:50.653Z PASS [ 1.578s] (1734/3271) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
74662026-08-13T19:07:51.045Z PASS [ 1.788s] (1735/3271) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
74672026-08-13T19:07:51.056Z PASS [ 27.869s] (1736/3271) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
74682026-08-13T19:07:51.828Z PASS [ 86.704s] (1737/3271) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
74692026-08-13T19:07:52.022Z PASS [ 11.254s] (1738/3271) omicron-nexus::test_all integration_tests::basic::test_basic_failures
74702026-08-13T19:07:52.167Z PASS [ 10.917s] (1739/3271) omicron-nexus::test_all integration_tests::basic::test_ping
74712026-08-13T19:07:52.479Z PASS [ 28.505s] (1740/3271) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
74722026-08-13T19:07:52.508Z PASS [ 19.425s] (1741/3271) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
74732026-08-13T19:07:54.417Z PASS [ 11.812s] (1742/3271) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
74742026-08-13T19:07:54.990Z PASS [ 11.836s] (1743/3271) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
74752026-08-13T19:07:55.858Z PASS [ 12.328s] (1744/3271) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
74762026-08-13T19:07:55.868Z PASS [ 12.834s] (1745/3271) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
74772026-08-13T19:07:56.251Z PASS [ 104.071s] (1746/3271) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
74782026-08-13T19:07:57.112Z PASS [ 12.359s] (1747/3271) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
74792026-08-13T19:07:57.344Z PASS [ 11.633s] (1748/3271) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
74802026-08-13T19:07:58.818Z PASS [ 12.284s] (1749/3271) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
74812026-08-13T19:08:00.573Z PASS [ 12.847s] (1750/3271) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
74822026-08-13T19:08:00.697Z PASS [ 12.293s] (1751/3271) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
74832026-08-13T19:08:01.156Z PASS [ 32.692s] (1752/3271) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
74842026-08-13T19:08:01.236Z PASS [ 13.028s] (1753/3271) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
74852026-08-13T19:08:01.434Z PASS [ 15.098s] (1754/3271) omicron-nexus::test_all integration_tests::certificates::test_crud
74862026-08-13T19:08:02.583Z PASS [ 12.165s] (1755/3271) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
74872026-08-13T19:08:02.697Z PASS [ 12.022s] (1756/3271) omicron-nexus::test_all integration_tests::console_api::test_assets
74882026-08-13T19:08:02.745Z PASS [ 20.274s] (1757/3271) omicron-nexus::test_all integration_tests::basic::test_projects_basic
74892026-08-13T19:08:03.256Z PASS [ 12.211s] (1758/3271) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
74902026-08-13T19:08:03.504Z PASS [ 22.612s] (1759/3271) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
74912026-08-13T19:08:04.055Z PASS [ 12.030s] (1760/3271) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
74922026-08-13T19:08:05.346Z PASS [ 12.837s] (1761/3271) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
74932026-08-13T19:08:05.832Z PASS [ 344.377s] (1762/3271) oximeter-db client::tests::test_replicated
74942026-08-13T19:08:06.261Z PASS [ 23.848s] (1763/3271) omicron-nexus::test_all integration_tests::basic::test_projects_list
74952026-08-13T19:08:06.591Z PASS [ 14.323s] (1764/3271) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
74962026-08-13T19:08:06.641Z PASS [ 14.063s] (1765/3271) omicron-nexus::test_all integration_tests::console_api::test_session_me
74972026-08-13T19:08:06.926Z PASS [ 19.375s] (1766/3271) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
74982026-08-13T19:08:07.088Z PASS [ 12.099s] (1767/3271) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
74992026-08-13T19:08:07.737Z PASS [ 1.865s] (1768/3271) omicron-clickhouse-admin context::tests::test_database_usage
75002026-08-13T19:08:07.755Z PASS [ 0.028s] (1769/3271) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
75012026-08-13T19:08:07.762Z PASS [ 0.028s] (1770/3271) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
75022026-08-13T19:08:07.784Z PASS [ 0.029s] (1771/3271) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
75032026-08-13T19:08:07.808Z PASS [ 0.026s] (1772/3271) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
75042026-08-13T19:08:07.832Z PASS [ 0.024s] (1773/3271) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
75052026-08-13T19:08:08.633Z PASS [ 17.577s] (1774/3271) omicron-nexus::test_all integration_tests::console_api::test_console_pages
75062026-08-13T19:08:08.779Z PASS [ 16.948s] (1775/3271) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
75072026-08-13T19:08:09.499Z PASS [ 1.662s] (1776/3271) omicron-clickhouse-admin context::tests::test_retention_policy
75082026-08-13T19:08:10.178Z PASS [ 0.630s] (1777/3271) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
75092026-08-13T19:08:10.605Z PASS [ 0.482s] (1778/3271) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
75102026-08-13T19:08:11.015Z PASS [ 0.409s] (1779/3271) omicron-clickhouse-admin::integration_test test_lgif_parsing
75112026-08-13T19:08:11.163Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75122026-08-13T19:08:11.276Z PASS [ 0.262s] (1780/3271) omicron-clickhouse-admin::integration_test test_raft_config_parsing
75132026-08-13T19:08:11.394Z PASS [ 0.118s] (1781/3271) omicron-clickhouse-admin::integration_test test_teardown
75142026-08-13T19:08:11.447Z PASS [ 0.053s] (1782/3271) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
75152026-08-13T19:08:12.525Z PASS [ 18.108s] (1783/3271) omicron-nexus::test_all integration_tests::console_api::test_sessions
75162026-08-13T19:08:18.705Z PASS [ 10.702s] (1784/3271) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
75172026-08-13T19:08:18.705Z PASS [ 11.447s] (1785/3271) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
75182026-08-13T19:08:18.947Z PASS [ 10.314s] (1786/3271) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
75192026-08-13T19:08:19.006Z PASS [ 10.230s] (1787/3271) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
75202026-08-13T19:08:22.622Z PASS [ 131.462s] (1788/3271) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75212026-08-13T19:08:25.227Z PASS [ 18.283s] (1789/3271) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
75222026-08-13T19:08:25.489Z PASS [ 12.964s] (1790/3271) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
75232026-08-13T19:08:26.438Z PASS [ 7.902s] (1791/3271) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
75242026-08-13T19:08:27.683Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
75252026-08-13T19:08:29.488Z PASS [ 12.243s] (1792/3271) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
75262026-08-13T19:08:29.890Z PASS [ 10.942s] (1793/3271) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
75272026-08-13T19:08:38.084Z PASS [ 42.215s] (1794/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
75282026-08-13T19:08:40.727Z PASS [ 43.619s] (1795/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
75292026-08-13T19:08:41.825Z PASS [ 45.968s] (1796/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
75302026-08-13T19:08:46.188Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75312026-08-13T19:08:46.628Z PASS [ 45.938s] (1797/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
75322026-08-13T19:08:46.677Z PASS [ 21.427s] (1798/3271) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
75332026-08-13T19:08:49.668Z PASS [ 30.656s] (1799/3271) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
75342026-08-13T19:08:50.711Z PASS [ 83.029s] (1800/3271) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
75352026-08-13T19:08:51.633Z PASS [ 50.205s] (1801/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
75362026-08-13T19:08:53.259Z PASS [ 30.636s] (1802/3271) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
75372026-08-13T19:08:55.335Z PASS [ 29.846s] (1803/3271) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
75382026-08-13T19:08:55.381Z PASS [ 52.709s] (1804/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
75392026-08-13T19:08:56.252Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
75402026-08-13T19:08:57.341Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
75412026-08-13T19:08:57.936Z PASS [ 52.593s] (1805/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
75422026-08-13T19:08:58.818Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
75432026-08-13T19:09:00.198Z PASS [ 61.383s] (1806/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
75442026-08-13T19:09:00.570Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
75452026-08-13T19:09:01.156Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
75462026-08-13T19:09:01.226Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
75472026-08-13T19:09:01.280Z PASS [ 63.941s] (1807/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
75482026-08-13T19:09:02.583Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
75492026-08-13T19:09:02.682Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
75502026-08-13T19:09:03.257Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
75512026-08-13T19:09:03.507Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
75522026-08-13T19:09:04.049Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
75532026-08-13T19:09:04.741Z PASS [ 11.483s] (1808/3271) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
75542026-08-13T19:09:06.263Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
75552026-08-13T19:09:06.493Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
75562026-08-13T19:09:08.488Z PASS [ 21.860s] (1809/3271) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
75572026-08-13T19:09:08.876Z PASS [ 13.540s] (1810/3271) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
75582026-08-13T19:09:11.449Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
75592026-08-13T19:09:11.707Z PASS [ 60.260s] (1811/3271) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
75602026-08-13T19:09:11.918Z PASS [ 13.981s] (1812/3271) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
75612026-08-13T19:09:12.124Z PASS [ 71.557s] (1813/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
75622026-08-13T19:09:14.649Z PASS [ 2.942s] (1814/3271) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
75632026-08-13T19:09:15.077Z PASS [ 71.573s] (1815/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
75642026-08-13T19:09:16.688Z PASS [ 70.411s] (1816/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
75652026-08-13T19:09:17.098Z PASS [ 75.870s] (1817/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
75662026-08-13T19:09:19.925Z PASS [ 77.344s] (1818/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
75672026-08-13T19:09:21.319Z PASS [ 80.164s] (1819/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
75682026-08-13T19:09:21.946Z PASS [ 26.565s] (1820/3271) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
75692026-08-13T19:09:22.686Z PASS [ 36.049s] (1821/3271) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
75702026-08-13T19:09:23.331Z PASS [ 80.075s] (1822/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
75712026-08-13T19:09:23.557Z PASS [ 18.816s] (1823/3271) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
75722026-08-13T19:09:26.440Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
75732026-08-13T19:09:26.656Z PASS [ 44.831s] (1824/3271) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
75742026-08-13T19:09:26.693Z PASS [ 12.043s] (1825/3271) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
75752026-08-13T19:09:27.604Z PASS [ 26.324s] (1826/3271) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
75762026-08-13T19:09:27.746Z PASS [ 58.258s] (1827/3271) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
75772026-08-13T19:09:29.138Z PASS [ 51.053s] (1828/3271) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
75782026-08-13T19:09:29.894Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
75792026-08-13T19:09:30.145Z PASS [ 39.433s] (1829/3271) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
75802026-08-13T19:09:31.414Z PASS [ 50.687s] (1830/3271) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
75812026-08-13T19:09:31.589Z PASS [ 19.670s] (1831/3271) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
75822026-08-13T19:09:36.687Z PASS [ 45.054s] (1832/3271) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
75832026-08-13T19:09:36.867Z PASS [ 92.820s] (1833/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
75842026-08-13T19:09:39.603Z PASS [ 22.930s] (1834/3271) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
75852026-08-13T19:09:39.967Z PASS [ 31.091s] (1835/3271) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
75862026-08-13T19:09:40.707Z PASS [ 51.045s] (1836/3271) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
75872026-08-13T19:09:40.859Z PASS [ 13.112s] (1837/3271) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
75882026-08-13T19:09:42.220Z PASS [ 13.082s] (1838/3271) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
75892026-08-13T19:09:43.415Z PASS [ 22.096s] (1839/3271) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
75902026-08-13T19:09:44.007Z PASS [ 35.520s] (1840/3271) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
75912026-08-13T19:09:44.305Z PASS [ 12.716s] (1841/3271) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
75922026-08-13T19:09:44.743Z PASS [ 18.051s] (1842/3271) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
75932026-08-13T19:09:44.774Z PASS [ 24.849s] (1843/3271) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
75942026-08-13T19:09:44.791Z PASS [ 14.646s] (1844/3271) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
75952026-08-13T19:09:44.977Z PASS [ 13.562s] (1845/3271) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
75962026-08-13T19:09:45.152Z PASS [ 44.953s] (1846/3271) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
75972026-08-13T19:09:45.766Z PASS [ 33.642s] (1847/3271) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
75982026-08-13T19:09:46.189Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75992026-08-13T19:09:49.572Z PASS [ 32.480s] (1848/3271) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
76002026-08-13T19:09:50.463Z PASS [ 13.775s] (1849/3271) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
76012026-08-13T19:09:50.506Z PASS [ 13.638s] (1850/3271) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
76022026-08-13T19:09:51.017Z PASS [ 27.685s] (1851/3271) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
76032026-08-13T19:09:53.018Z PASS [ 86.580s] (1852/3271) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
76042026-08-13T19:09:53.021Z PASS [ 37.942s] (1853/3271) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
76052026-08-13T19:09:54.865Z PASS [ 27.261s] (1854/3271) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
76062026-08-13T19:09:55.257Z PASS [ 15.654s] (1855/3271) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
76072026-08-13T19:09:55.848Z PASS [ 33.162s] (1856/3271) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
76082026-08-13T19:09:56.215Z PASS [ 16.248s] (1857/3271) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
76092026-08-13T19:09:56.253Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
76102026-08-13T19:09:58.317Z PASS [ 17.458s] (1858/3271) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
76112026-08-13T19:09:58.773Z PASS [ 32.117s] (1859/3271) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
76122026-08-13T19:09:58.813Z PASS [ 18.105s] (1860/3271) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
76132026-08-13T19:09:59.139Z PASS [ 35.581s] (1861/3271) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
76142026-08-13T19:09:59.643Z PASS [ 113.152s] (1862/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
76152026-08-13T19:10:00.822Z PASS [ 15.670s] (1863/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
76162026-08-13T19:10:01.341Z PASS [ 16.597s] (1864/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
76172026-08-13T19:10:01.900Z PASS [ 125.649s] (1865/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
76182026-08-13T19:10:01.904Z PASS [ 16.135s] (1866/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
76192026-08-13T19:10:01.966Z PASS [ 19.745s] (1867/3271) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
76202026-08-13T19:10:02.526Z PASS [ 17.735s] (1868/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
76212026-08-13T19:10:02.679Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
76222026-08-13T19:10:05.614Z PASS [ 95.724s] (1869/3271) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
76232026-08-13T19:10:05.754Z PASS [ 16.182s] (1870/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
76242026-08-13T19:10:06.453Z PASS [ 21.679s] (1871/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
76252026-08-13T19:10:06.888Z PASS [ 16.425s] (1872/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
76262026-08-13T19:10:07.675Z PASS [ 16.659s] (1873/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
76272026-08-13T19:10:08.145Z PASS [ 15.127s] (1874/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
76282026-08-13T19:10:08.253Z PASS [ 24.837s] (1875/3271) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
76292026-08-13T19:10:08.362Z PASS [ 17.856s] (1876/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
76302026-08-13T19:10:08.468Z PASS [ 23.491s] (1877/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
76312026-08-13T19:10:10.094Z PASS [ 17.075s] (1878/3271) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
76322026-08-13T19:10:10.365Z PASS [ 48.418s] (1879/3271) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
76332026-08-13T19:10:12.944Z PASS [ 13.805s] (1880/3271) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
76342026-08-13T19:10:13.376Z PASS [ 14.563s] (1881/3271) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
76352026-08-13T19:10:14.846Z PASS [ 18.631s] (1882/3271) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
76362026-08-13T19:10:15.124Z PASS [ 15.481s] (1883/3271) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
76372026-08-13T19:10:15.926Z PASS [ 17.153s] (1884/3271) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
76382026-08-13T19:10:17.087Z PASS [ 32.775s] (1885/3271) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
76392026-08-13T19:10:17.225Z PASS [ 21.968s] (1886/3271) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
76402026-08-13T19:10:17.561Z PASS [ 33.553s] (1887/3271) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
76412026-08-13T19:10:18.646Z PASS [ 20.329s] (1888/3271) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
76422026-08-13T19:10:18.885Z PASS [ 18.063s] (1889/3271) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
76432026-08-13T19:10:19.770Z PASS [ 24.904s] (1890/3271) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
76442026-08-13T19:10:19.861Z PASS [ 4.737s] (1891/3271) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
76452026-08-13T19:10:20.077Z PASS [ 18.736s] (1892/3271) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
76462026-08-13T19:10:21.073Z PASS [ 6.226s] (1893/3271) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
76472026-08-13T19:10:21.130Z PASS [ 19.228s] (1894/3271) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
76482026-08-13T19:10:22.081Z PASS [ 139.407s] (1895/3271) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
76492026-08-13T19:10:22.486Z PASS [ 20.586s] (1896/3271) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
76502026-08-13T19:10:25.533Z PASS [ 9.607s] (1897/3271) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
76512026-08-13T19:10:30.000Z PASS [ 22.324s] (1898/3271) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
76522026-08-13T19:10:30.088Z PASS [ 23.200s] (1899/3271) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
76532026-08-13T19:10:30.134Z PASS [ 17.190s] (1900/3271) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
76542026-08-13T19:10:30.342Z PASS [ 22.087s] (1901/3271) omicron-nexus::test_all integration_tests::images::test_project_limited_collaborator_cannot_promote_demote_images
76552026-08-13T19:10:30.770Z PASS [ 22.407s] (1902/3271) omicron-nexus::test_all integration_tests::images::test_silo_collaborator_can_promote_demote_images
76562026-08-13T19:10:31.150Z PASS [ 24.697s] (1903/3271) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
76572026-08-13T19:10:31.164Z PASS [ 21.070s] (1904/3271) omicron-nexus::test_all integration_tests::images::test_silo_limited_collaborator_can_promote_demote_images
76582026-08-13T19:10:31.484Z PASS [ 21.119s] (1905/3271) omicron-nexus::test_all integration_tests::images::test_silo_viewer_cannot_promote_demote_images
76592026-08-13T19:10:32.437Z PASS [ 26.682s] (1906/3271) omicron-nexus::test_all integration_tests::images::test_image_promotion
76602026-08-13T19:10:32.612Z PASS [ 15.386s] (1907/3271) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
76612026-08-13T19:10:32.713Z PASS [ 15.631s] (1908/3271) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
76622026-08-13T19:10:34.205Z PASS [ 13.075s] (1909/3271) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
76632026-08-13T19:10:35.017Z PASS [ 29.403s] (1910/3271) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
76642026-08-13T19:10:35.725Z PASS [ 27.580s] (1911/3271) omicron-nexus::test_all integration_tests::images::test_project_collaborator_cannot_promote_demote_images
76652026-08-13T19:10:35.772Z PASS [ 16.887s] (1912/3271) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
76662026-08-13T19:10:35.813Z PASS [ 13.732s] (1913/3271) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
76672026-08-13T19:10:40.556Z PASS [ 38.591s] (1914/3271) omicron-nexus::test_all integration_tests::images::test_image_create
76682026-08-13T19:10:40.951Z PASS [ 38.425s] (1915/3271) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
76692026-08-13T19:10:41.239Z PASS [ 45.391s] (1916/3271) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
76702026-08-13T19:10:43.221Z PASS [ 23.451s] (1917/3271) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
76712026-08-13T19:10:43.459Z PASS [ 23.597s] (1918/3271) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
76722026-08-13T19:10:43.592Z PASS [ 35.124s] (1919/3271) omicron-nexus::test_all integration_tests::images::test_silo_image_create
76732026-08-13T19:10:45.197Z PASS [ 26.550s] (1920/3271) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
76742026-08-13T19:10:45.275Z PASS [ 22.788s] (1921/3271) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
76752026-08-13T19:10:45.518Z PASS [ 32.141s] (1922/3271) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
76762026-08-13T19:10:45.538Z PASS [ 15.538s] (1923/3271) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
76772026-08-13T19:10:46.190Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
76782026-08-13T19:10:46.480Z PASS [ 16.346s] (1924/3271) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
76792026-08-13T19:10:47.248Z PASS [ 16.908s] (1925/3271) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
76802026-08-13T19:10:48.556Z PASS [ 28.479s] (1926/3271) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
76812026-08-13T19:10:48.737Z PASS [ 31.175s] (1927/3271) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
76822026-08-13T19:10:49.462Z PASS [ 17.978s] (1928/3271) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
76832026-08-13T19:10:49.822Z PASS [ 28.750s] (1929/3271) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
76842026-08-13T19:10:50.438Z PASS [ 24.905s] (1930/3271) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
76852026-08-13T19:10:51.523Z PASS [ 19.086s] (1931/3271) omicron-nexus::test_all integration_tests::instances::test_instance_access
76862026-08-13T19:10:55.765Z PASS [ 23.152s] (1932/3271) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
76872026-08-13T19:10:56.222Z PASS [ 26.133s] (1933/3271) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
76882026-08-13T19:10:57.766Z PASS [ 21.953s] (1934/3271) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
76892026-08-13T19:10:58.575Z PASS [ 22.850s] (1935/3271) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
76902026-08-13T19:10:58.875Z PASS [ 23.102s] (1936/3271) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
76912026-08-13T19:10:59.492Z PASS [ 25.287s] (1937/3271) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
76922026-08-13T19:11:00.638Z PASS [ 27.926s] (1938/3271) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
76932026-08-13T19:11:00.951Z PASS [ 20.000s] (1939/3271) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
76942026-08-13T19:11:00.962Z PASS [ 17.371s] (1940/3271) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
76952026-08-13T19:11:01.356Z PASS [ 16.159s] (1941/3271) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
76962026-08-13T19:11:01.801Z PASS [ 26.783s] (1942/3271) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
76972026-08-13T19:11:02.126Z PASS [ 30.962s] (1943/3271) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
76982026-08-13T19:11:03.396Z PASS [ 32.626s] (1944/3271) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
76992026-08-13T19:11:06.225Z PASS [ 20.687s] (1945/3271) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
77002026-08-13T19:11:06.266Z PASS [ 20.992s] (1946/3271) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
77012026-08-13T19:11:07.206Z PASS [ 21.688s] (1947/3271) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
77022026-08-13T19:11:07.902Z PASS [ 20.653s] (1948/3271) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
77032026-08-13T19:11:08.610Z PASS [ 22.130s] (1949/3271) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
77042026-08-13T19:11:10.341Z PASS [ 21.784s] (1950/3271) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
77052026-08-13T19:11:12.663Z PASS [ 41.513s] (1951/3271) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
77062026-08-13T19:11:13.300Z PASS [ 13.807s] (1952/3271) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
77072026-08-13T19:11:14.724Z PASS [ 34.168s] (1953/3271) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
77082026-08-13T19:11:14.954Z PASS [ 14.003s] (1954/3271) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
77092026-08-13T19:11:15.077Z PASS [ 14.438s] (1955/3271) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
77102026-08-13T19:11:15.822Z PASS [ 25.999s] (1956/3271) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
77112026-08-13T19:11:16.583Z PASS [ 15.621s] (1957/3271) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
77122026-08-13T19:11:16.888Z PASS [ 33.429s] (1958/3271) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
77132026-08-13T19:11:17.933Z PASS [ 19.059s] (1959/3271) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
77142026-08-13T19:11:17.937Z PASS [ 19.361s] (1960/3271) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
77152026-08-13T19:11:18.189Z PASS [ 27.750s] (1961/3271) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
77162026-08-13T19:11:18.322Z PASS [ 26.798s] (1962/3271) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
77172026-08-13T19:11:20.277Z PASS [ 18.152s] (1963/3271) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
77182026-08-13T19:11:21.321Z PASS [ 25.557s] (1964/3271) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
77192026-08-13T19:11:21.735Z PASS [ 23.969s] (1965/3271) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
77202026-08-13T19:11:23.108Z PASS [ 14.498s] (1966/3271) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
77212026-08-13T19:11:24.428Z PASS [ 28.206s] (1967/3271) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
77222026-08-13T19:11:26.055Z PASS [ 18.848s] (1968/3271) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
77232026-08-13T19:11:27.622Z PASS [ 38.160s] (1969/3271) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
77242026-08-13T19:11:27.799Z PASS [ 13.074s] (1970/3271) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
77252026-08-13T19:11:29.150Z PASS [ 18.809s] (1971/3271) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
77262026-08-13T19:11:29.324Z PASS [ 27.523s] (1972/3271) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
77272026-08-13T19:11:29.553Z PASS [ 11.620s] (1973/3271) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
77282026-08-13T19:11:30.405Z PASS [ 17.106s] (1974/3271) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
77292026-08-13T19:11:30.708Z PASS [ 18.045s] (1975/3271) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
77302026-08-13T19:11:32.062Z PASS [ 25.796s] (1976/3271) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
77312026-08-13T19:11:32.624Z PASS [ 14.435s] (1977/3271) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
77322026-08-13T19:11:33.085Z PASS [ 14.764s] (1978/3271) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
77332026-08-13T19:11:33.110Z PASS [ 15.174s] (1979/3271) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
77342026-08-13T19:11:33.388Z PASS [ 11.652s] (1980/3271) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
77352026-08-13T19:11:33.602Z PASS [ 18.525s] (1981/3271) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
77362026-08-13T19:11:33.926Z PASS [ 27.701s] (1982/3271) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
77372026-08-13T19:11:34.011Z PASS [ 32.656s] (1983/3271) omicron-nexus::test_all integration_tests::instances::test_instance_serial
77382026-08-13T19:11:34.035Z PASS [ 17.452s] (1984/3271) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
77392026-08-13T19:11:34.283Z PASS [ 30.887s] (1985/3271) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
77402026-08-13T19:11:34.539Z PASS [ 19.585s] (1986/3271) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
77412026-08-13T19:11:38.704Z PASS [ 21.813s] (1987/3271) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
77422026-08-13T19:11:41.241Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
77432026-08-13T19:11:41.740Z PASS [ 12.186s] (1988/3271) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
77442026-08-13T19:11:42.733Z PASS [ 61.492s] (1989/3271) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
77452026-08-13T19:11:43.223Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
77462026-08-13T19:11:43.456Z PASS [ 23.179s] (1990/3271) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
77472026-08-13T19:11:44.281Z PASS [ 22.959s] (1991/3271) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
77482026-08-13T19:11:44.913Z PASS [ 61.692s] (1992/3271) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
77492026-08-13T19:11:45.531Z PASS [ 56.794s] (1993/3271) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
77502026-08-13T19:11:45.727Z PASS [ 21.299s] (1994/3271) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
77512026-08-13T19:11:45.782Z PASS [ 29.960s] (1995/3271) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
77522026-08-13T19:11:46.192Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77532026-08-13T19:11:46.343Z PASS [ 17.019s] (1996/3271) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
77542026-08-13T19:11:46.618Z PASS [ 17.467s] (1997/3271) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
77552026-08-13T19:11:46.716Z PASS [ 13.605s] (1998/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
77562026-08-13T19:11:47.139Z PASS [ 16.430s] (1999/3271) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
77572026-08-13T19:11:47.228Z PASS [ 13.301s] (2000/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
77582026-08-13T19:11:47.418Z PASS [ 21.363s] (2001/3271) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
77592026-08-13T19:11:47.479Z PASS [ 12.940s] (2002/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
77602026-08-13T19:11:47.713Z PASS [ 24.604s] (2003/3271) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
77612026-08-13T19:11:47.717Z PASS [ 14.112s] (2004/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
77622026-08-13T19:11:47.755Z PASS [ 14.367s] (2005/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
77632026-08-13T19:11:47.903Z PASS [ 13.867s] (2006/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
77642026-08-13T19:11:48.111Z PASS [ 20.312s] (2007/3271) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
77652026-08-13T19:11:48.336Z PASS [ 15.250s] (2008/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
77662026-08-13T19:11:48.436Z PASS [ 14.424s] (2009/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
77672026-08-13T19:11:49.905Z PASS [ 17.281s] (2010/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
77682026-08-13T19:11:51.064Z PASS [ 23.442s] (2011/3271) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
77692026-08-13T19:11:52.103Z PASS [ 17.820s] (2012/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
77702026-08-13T19:11:52.618Z PASS [ 22.213s] (2013/3271) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
77712026-08-13T19:11:53.443Z PASS [ 14.741s] (2014/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
77722026-08-13T19:11:53.877Z PASS [ 21.815s] (2015/3271) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
77732026-08-13T19:11:54.871Z PASS [ 12.139s] (2016/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
77742026-08-13T19:11:57.225Z PASS [ 13.768s] (2017/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
77752026-08-13T19:11:57.461Z PASS [ 13.179s] (2018/3271) omicron-nexus::test_all integration_tests::ip_pools::test_old_ip_pool_api_excludes_system_service_pools
77762026-08-13T19:11:59.871Z PASS [ 14.339s] (2019/3271) omicron-nexus::test_all integration_tests::ip_pools::test_system_ip_pool_basic_crud
77772026-08-13T19:12:00.993Z PASS [ 16.079s] (2020/3271) omicron-nexus::test_all integration_tests::ip_pools::test_silo_ip_pool_basic_crud
77782026-08-13T19:12:02.753Z PASS [ 16.037s] (2021/3271) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
77792026-08-13T19:12:02.827Z PASS [ 15.410s] (2022/3271) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
77802026-08-13T19:12:03.013Z PASS [ 21.273s] (2023/3271) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
77812026-08-13T19:12:03.479Z PASS [ 16.251s] (2024/3271) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
77822026-08-13T19:12:04.014Z PASS [ 16.535s] (2025/3271) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
77832026-08-13T19:12:06.598Z PASS [ 20.815s] (2026/3271) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
77842026-08-13T19:12:07.471Z PASS [ 19.359s] (2027/3271) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
77852026-08-13T19:12:07.904Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
77862026-08-13T19:12:10.581Z PASS [ 24.238s] (2028/3271) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
77872026-08-13T19:12:10.587Z PASS [ 22.681s] (2029/3271) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
77882026-08-13T19:12:12.755Z PASS [ 10.002s] (2030/3271) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
77892026-08-13T19:12:13.067Z PASS [ 25.928s] (2031/3271) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
77902026-08-13T19:12:13.412Z PASS [ 13.540s] (2032/3271) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
77912026-08-13T19:12:14.317Z PASS [ 11.490s] (2033/3271) omicron-nexus::test_all integration_tests::projects::test_project_deletion
77922026-08-13T19:12:14.666Z PASS [ 13.673s] (2034/3271) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
77932026-08-13T19:12:14.793Z PASS [ 11.780s] (2035/3271) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
77942026-08-13T19:12:14.874Z PASS [ 11.395s] (2036/3271) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
77952026-08-13T19:12:17.203Z PASS [ 23.325s] (2037/3271) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
77962026-08-13T19:12:20.001Z PASS [ 32.288s] (2038/3271) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
77972026-08-13T19:12:20.422Z PASS [ 28.314s] (2039/3271) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
77982026-08-13T19:12:21.964Z PASS [ 34.249s] (2040/3271) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
77992026-08-13T19:12:23.582Z PASS [ 10.170s] (2041/3271) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
78002026-08-13T19:12:24.702Z PASS [ 11.634s] (2042/3271) omicron-nexus::test_all integration_tests::projects::test_projects
78012026-08-13T19:12:24.878Z PASS [ 39.150s] (2043/3271) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
78022026-08-13T19:12:24.914Z PASS [ 10.039s] (2044/3271) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
78032026-08-13T19:12:25.218Z PASS [ 14.636s] (2045/3271) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
78042026-08-13T19:12:26.025Z PASS [ 13.269s] (2046/3271) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
78052026-08-13T19:12:26.258Z PASS [ 33.639s] (2047/3271) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
78062026-08-13T19:12:26.334Z PASS [ 12.016s] (2048/3271) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
78072026-08-13T19:12:26.845Z PASS [ 20.247s] (2049/3271) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
78082026-08-13T19:12:26.947Z PASS [ 0.102s] (2050/3271) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
78092026-08-13T19:12:27.056Z PASS [ 0.108s] (2051/3271) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
78102026-08-13T19:12:27.162Z PASS [ 0.106s] (2052/3271) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
78112026-08-13T19:12:27.267Z PASS [ 0.105s] (2053/3271) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
78122026-08-13T19:12:27.381Z PASS [ 0.114s] (2054/3271) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
78132026-08-13T19:12:27.681Z PASS [ 10.478s] (2055/3271) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
78142026-08-13T19:12:27.762Z PASS [ 13.095s] (2056/3271) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
78152026-08-13T19:12:28.776Z PASS [ 41.020s] (2057/3271) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
78162026-08-13T19:12:32.524Z PASS [ 12.106s] (2058/3271) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
78172026-08-13T19:12:33.145Z PASS [ 44.709s] (2059/3271) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
78182026-08-13T19:12:33.338Z PASS [ 13.337s] (2060/3271) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
78192026-08-13T19:12:33.443Z PASS [ 0.105s] (2061/3271) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
78202026-08-13T19:12:33.915Z PASS [ 29.901s] (2062/3271) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
78212026-08-13T19:12:34.044Z PASS [ 26.572s] (2063/3271) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
78222026-08-13T19:12:34.140Z PASS [ 0.096s] (2064/3271) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
78232026-08-13T19:12:34.208Z PASS [ 12.243s] (2065/3271) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
78242026-08-13T19:12:34.286Z PASS [ 0.146s] (2066/3271) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
78252026-08-13T19:12:34.444Z PASS [ 23.860s] (2067/3271) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
78262026-08-13T19:12:36.970Z PASS [ 43.527s] (2068/3271) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
78272026-08-13T19:12:37.111Z PASS [ 12.409s] (2069/3271) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
78282026-08-13T19:12:37.743Z PASS [ 12.865s] (2070/3271) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
78292026-08-13T19:12:38.447Z PASS [ 14.864s] (2071/3271) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
78302026-08-13T19:12:40.099Z PASS [ 13.841s] (2072/3271) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
78312026-08-13T19:12:40.219Z PASS [ 12.457s] (2073/3271) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
78322026-08-13T19:12:40.248Z PASS [ 12.868s] (2074/3271) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
78332026-08-13T19:12:40.818Z PASS [ 13.137s] (2075/3271) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
78342026-08-13T19:12:41.287Z PASS [ 16.070s] (2076/3271) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
78352026-08-13T19:12:41.722Z PASS [ 12.946s] (2077/3271) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
78362026-08-13T19:12:42.074Z PASS [ 15.741s] (2078/3271) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
78372026-08-13T19:12:42.288Z PASS [ 17.374s] (2079/3271) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
78382026-08-13T19:12:42.484Z PASS [ 2.384s] (2080/3271) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
78392026-08-13T19:12:43.201Z PASS [ 1.914s] (2081/3271) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
78402026-08-13T19:12:43.322Z PASS [ 54.986s] (2082/3271) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
78412026-08-13T19:12:43.394Z PASS [ 53.488s] (2083/3271) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
78422026-08-13T19:12:43.758Z PASS [ 10.614s] (2084/3271) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
78432026-08-13T19:12:43.806Z PASS [ 11.282s] (2085/3271) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
78442026-08-13T19:12:44.113Z PASS [ 1.629s] (2086/3271) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
78452026-08-13T19:12:44.683Z PASS [ 10.767s] (2087/3271) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
78462026-08-13T19:12:44.695Z PASS [ 1.494s] (2088/3271) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
78472026-08-13T19:12:44.782Z PASS [ 1.459s] (2089/3271) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
78482026-08-13T19:12:44.958Z PASS [ 30.165s] (2090/3271) omicron-nexus::test_all integration_tests::quotas::test_quotas
78492026-08-13T19:12:45.174Z PASS [ 10.966s] (2091/3271) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
78502026-08-13T19:12:45.265Z PASS [ 10.821s] (2092/3271) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
78512026-08-13T19:12:45.318Z PASS [ 11.033s] (2093/3271) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
78522026-08-13T19:12:45.345Z PASS [ 11.901s] (2094/3271) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
78532026-08-13T19:12:45.358Z PASS [ 19.334s] (2095/3271) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
78542026-08-13T19:12:45.422Z PASS [ 50.550s] (2096/3271) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
78552026-08-13T19:12:45.509Z PASS [ 48.284s] (2097/3271) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
78562026-08-13T19:12:45.559Z PASS [ 1.447s] (2098/3271) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
78572026-08-13T19:12:45.898Z PASS [ 1.215s] (2099/3271) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
78582026-08-13T19:12:46.193Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78592026-08-13T19:12:46.377Z PASS [ 9.407s] (2100/3271) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
78602026-08-13T19:12:46.620Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_metrics
78612026-08-13T19:12:47.477Z PASS [ 50.016s] (2101/3271) omicron-nexus::test_all integration_tests::password_login::test_local_users
78622026-08-13T19:12:47.826Z PASS [ 56.762s] (2102/3271) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
78632026-08-13T19:12:48.153Z PASS [ 61.534s] (2103/3271) omicron-nexus::test_all integration_tests::metrics::test_metrics
78642026-08-13T19:12:48.299Z PASS [ 3.517s] (2104/3271) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
78652026-08-13T19:12:55.792Z PASS [ 9.894s] (2105/3271) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
78662026-08-13T19:12:55.884Z PASS [ 9.507s] (2106/3271) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
78672026-08-13T19:12:56.008Z PASS [ 10.110s] (2107/3271) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
78682026-08-13T19:12:56.854Z PASS [ 10.955s] (2108/3271) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
78692026-08-13T19:12:57.106Z PASS [ 9.629s] (2109/3271) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
78702026-08-13T19:12:58.622Z PASS [ 10.795s] (2110/3271) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
78712026-08-13T19:12:58.649Z PASS [ 12.751s] (2111/3271) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
78722026-08-13T19:12:58.658Z PASS [ 10.358s] (2112/3271) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
78732026-08-13T19:12:58.771Z PASS [ 10.472s] (2113/3271) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
78742026-08-13T19:12:58.900Z PASS [ 10.601s] (2114/3271) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
78752026-08-13T19:12:59.141Z PASS [ 10.988s] (2115/3271) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
78762026-08-13T19:12:59.418Z PASS [ 11.118s] (2116/3271) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
78772026-08-13T19:13:05.994Z PASS [ 10.202s] (2117/3271) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
78782026-08-13T19:13:06.288Z PASS [ 9.434s] (2118/3271) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
78792026-08-13T19:13:06.319Z PASS [ 10.435s] (2119/3271) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
78802026-08-13T19:13:06.523Z PASS [ 10.514s] (2120/3271) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
78812026-08-13T19:13:06.707Z PASS [ 9.601s] (2121/3271) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
78822026-08-13T19:13:07.905Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
78832026-08-13T19:13:08.064Z PASS [ 9.441s] (2122/3271) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
78842026-08-13T19:13:08.683Z PASS [ 10.025s] (2123/3271) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
78852026-08-13T19:13:09.038Z PASS [ 10.388s] (2124/3271) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
78862026-08-13T19:13:09.103Z PASS [ 10.203s] (2125/3271) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
78872026-08-13T19:13:09.387Z PASS [ 10.616s] (2126/3271) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
78882026-08-13T19:13:09.412Z PASS [ 10.271s] (2127/3271) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
78892026-08-13T19:13:10.171Z PASS [ 10.754s] (2128/3271) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
78902026-08-13T19:13:15.444Z PASS [ 9.156s] (2129/3271) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
78912026-08-13T19:13:15.855Z PASS [ 9.857s] (2130/3271) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
78922026-08-13T19:13:16.302Z PASS [ 9.981s] (2131/3271) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
78932026-08-13T19:13:16.674Z PASS [ 10.152s] (2132/3271) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
78942026-08-13T19:13:17.214Z PASS [ 129.311s] (2133/3271) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
78952026-08-13T19:13:17.302Z PASS [ 10.593s] (2134/3271) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
78962026-08-13T19:13:18.659Z PASS [ 9.975s] (2135/3271) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
78972026-08-13T19:13:18.791Z PASS [ 9.377s] (2136/3271) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
78982026-08-13T19:13:19.238Z PASS [ 9.845s] (2137/3271) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
78992026-08-13T19:13:19.515Z PASS [ 9.343s] (2138/3271) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
79002026-08-13T19:13:19.830Z PASS [ 10.721s] (2139/3271) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
79012026-08-13T19:13:20.103Z PASS [ 11.062s] (2140/3271) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
79022026-08-13T19:13:21.436Z PASS [ 13.369s] (2141/3271) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
79032026-08-13T19:13:24.760Z PASS [ 9.315s] (2142/3271) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
79042026-08-13T19:13:25.107Z PASS [ 9.246s] (2143/3271) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
79052026-08-13T19:13:26.972Z PASS [ 41.462s] (2144/3271) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
79062026-08-13T19:13:27.951Z PASS [ 10.738s] (2145/3271) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
79072026-08-13T19:13:28.651Z PASS [ 12.268s] (2146/3271) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
79082026-08-13T19:13:28.651Z PASS [ 9.911s] (2147/3271) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
79092026-08-13T19:13:29.248Z PASS [ 10.014s] (2148/3271) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
79102026-08-13T19:13:29.357Z PASS [ 12.682s] (2149/3271) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
79112026-08-13T19:13:29.529Z PASS [ 44.834s] (2150/3271) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
79122026-08-13T19:13:30.648Z PASS [ 13.346s] (2151/3271) omicron-nexus::test_all integration_tests::silos::test_silos
79132026-08-13T19:13:31.052Z PASS [ 45.733s] (2152/3271) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
79142026-08-13T19:13:31.113Z PASS [ 11.288s] (2153/3271) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
79152026-08-13T19:13:34.356Z PASS [ 9.255s] (2154/3271) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
79162026-08-13T19:13:34.356Z PASS [ 15.563s] (2155/3271) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
79172026-08-13T19:13:35.529Z PASS [ 16.014s] (2156/3271) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
79182026-08-13T19:13:41.054Z PASS [ 20.104s] (2157/3271) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
79192026-08-13T19:13:42.110Z PASS [ 15.138s] (2158/3271) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
79202026-08-13T19:13:42.180Z PASS [ 15.208s] (2159/3271) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
79212026-08-13T19:13:42.479Z PASS [ 12.950s] (2160/3271) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
79222026-08-13T19:13:43.133Z PASS [ 16.161s] (2161/3271) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
79232026-08-13T19:13:43.273Z PASS [ 13.916s] (2162/3271) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
79242026-08-13T19:13:43.439Z PASS [ 12.791s] (2163/3271) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
79252026-08-13T19:13:43.665Z PASS [ 22.232s] (2164/3271) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
79262026-08-13T19:13:43.835Z PASS [ 12.783s] (2165/3271) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
79272026-08-13T19:13:43.921Z PASS [ 12.869s] (2166/3271) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
79282026-08-13T19:13:44.459Z PASS [ 13.407s] (2167/3271) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
79292026-08-13T19:13:45.005Z PASS [ 13.893s] (2168/3271) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
79302026-08-13T19:13:45.063Z PASS [ 14.010s] (2169/3271) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
79312026-08-13T19:13:45.561Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
79322026-08-13T19:13:46.195Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
79332026-08-13T19:13:46.498Z PASS [ 12.145s] (2170/3271) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
79342026-08-13T19:13:46.733Z PASS [ 12.380s] (2171/3271) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
79352026-08-13T19:13:46.918Z PASS [ 22.157s] (2172/3271) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
79362026-08-13T19:13:48.644Z PASS [ 1.726s] (2173/3271) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
79372026-08-13T19:13:50.195Z PASS [ 20.665s] (2174/3271) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
79382026-08-13T19:13:51.260Z PASS [ 23.308s] (2175/3271) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
79392026-08-13T19:13:52.609Z PASS [ 23.079s] (2176/3271) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
79402026-08-13T19:13:53.327Z PASS [ 26.355s] (2177/3271) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
79412026-08-13T19:13:55.360Z PASS [ 26.791s] (2178/3271) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
79422026-08-13T19:13:55.511Z PASS [ 15.305s] (2179/3271) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
79432026-08-13T19:13:55.572Z PASS [ 12.133s] (2180/3271) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
79442026-08-13T19:13:56.467Z PASS [ 26.938s] (2181/3271) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
79452026-08-13T19:13:56.678Z PASS [ 27.430s] (2182/3271) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
79462026-08-13T19:13:56.718Z PASS [ 12.796s] (2183/3271) omicron-nexus::test_all integration_tests::switch_port::test_bgp_config_update
79472026-08-13T19:13:57.464Z PASS [ 28.894s] (2184/3271) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
79482026-08-13T19:13:58.096Z PASS [ 13.636s] (2185/3271) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
79492026-08-13T19:13:58.274Z PASS [ 72.713s] (2186/3271) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
79502026-08-13T19:13:59.216Z PASS [ 15.943s] (2187/3271) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
79512026-08-13T19:13:59.275Z PASS [ 14.270s] (2188/3271) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
79522026-08-13T19:13:59.718Z PASS [ 17.238s] (2189/3271) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
79532026-08-13T19:13:59.743Z PASS [ 14.681s] (2190/3271) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
79542026-08-13T19:13:59.954Z PASS [ 16.287s] (2191/3271) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
79552026-08-13T19:14:00.127Z PASS [ 17.947s] (2192/3271) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
79562026-08-13T19:14:00.293Z PASS [ 24.764s] (2193/3271) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
79572026-08-13T19:14:00.748Z PASS [ 14.249s] (2194/3271) omicron-nexus::test_all integration_tests::target_release::mupdate_recovery_after_noop_conversion
79582026-08-13T19:14:01.880Z PASS [ 11.685s] (2195/3271) omicron-nexus::test_all integration_tests::updates::test_repo_prune
79592026-08-13T19:14:02.387Z PASS [ 19.253s] (2196/3271) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
79602026-08-13T19:14:04.021Z PASS [ 20.185s] (2197/3271) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
79612026-08-13T19:14:04.429Z PASS [ 11.101s] (2198/3271) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
79622026-08-13T19:14:04.880Z PASS [ 12.271s] (2199/3271) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
79632026-08-13T19:14:06.818Z PASS [ 18.173s] (2200/3271) omicron-nexus::test_all integration_tests::updates::test_repo_list
79642026-08-13T19:14:06.935Z PASS [ 11.363s] (2201/3271) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
79652026-08-13T19:14:09.097Z PASS [ 13.736s] (2202/3271) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
79662026-08-13T19:14:11.231Z PASS [ 15.721s] (2203/3271) omicron-nexus::test_all integration_tests::updates::test_update_status
79672026-08-13T19:14:11.856Z PASS [ 20.596s] (2204/3271) omicron-nexus::test_all integration_tests::updates::test_repo_upload
79682026-08-13T19:14:16.124Z PASS [ 19.633s] (2205/3271) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
79692026-08-13T19:14:19.206Z PASS [ 21.104s] (2206/3271) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
79702026-08-13T19:14:20.272Z PASS [ 21.995s] (2207/3271) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
79712026-08-13T19:14:25.778Z PASS [ 43.667s] (2208/3271) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
79722026-08-13T19:14:26.760Z PASS [ 24.369s] (2209/3271) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
79732026-08-13T19:14:27.803Z PASS [ 25.917s] (2210/3271) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
79742026-08-13T19:14:33.921Z PASS [ 13.650s] (2211/3271) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
79752026-08-13T19:14:36.424Z PASS [ 39.700s] (2212/3271) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
79762026-08-13T19:14:36.817Z PASS [ 37.590s] (2213/3271) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
79772026-08-13T19:14:37.479Z PASS [ 27.752s] (2214/3271) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
79782026-08-13T19:14:37.479Z PASS [ 38.690s] (2215/3271) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
79792026-08-13T19:14:38.017Z PASS [ 38.739s] (2216/3271) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
79802026-08-13T19:14:38.902Z PASS [ 38.606s] (2217/3271) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
79812026-08-13T19:14:38.967Z PASS [ 32.032s] (2218/3271) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
79822026-08-13T19:14:43.062Z PASS [ 44.120s] (2219/3271) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
79832026-08-13T19:14:43.062Z PASS [ 40.997s] (2220/3271) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
79842026-08-13T19:14:46.195Z SLOW [>660.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
79852026-08-13T19:14:46.735Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
79862026-08-13T19:14:47.499Z PASS [ 10.692s] (2221/3271) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
79872026-08-13T19:14:47.594Z PASS [ 10.744s] (2222/3271) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
79882026-08-13T19:14:47.941Z PASS [ 10.976s] (2223/3271) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
79892026-08-13T19:14:49.031Z PASS [ 11.017s] (2224/3271) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
79902026-08-13T19:14:50.428Z PASS [ 11.521s] (2225/3271) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
79912026-08-13T19:14:50.659Z PASS [ 11.692s] (2226/3271) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
79922026-08-13T19:14:51.814Z PASS [ 665.630s] (2227/3271) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
79932026-08-13T19:14:52.044Z PASS [ 11.245s] (2228/3271) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
79942026-08-13T19:14:52.515Z PASS [ 54.240s] (2229/3271) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
79952026-08-13T19:14:52.577Z PASS [ 0.062s] (2230/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
79962026-08-13T19:14:52.772Z PASS [ 11.027s] (2231/3271) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
79972026-08-13T19:14:53.470Z PASS [ 55.196s] (2232/3271) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
79982026-08-13T19:14:56.040Z PASS [ 58.575s] (2233/3271) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
79992026-08-13T19:14:56.269Z PASS [ 56.317s] (2234/3271) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
80002026-08-13T19:14:56.309Z PASS [ 30.531s] (2235/3271) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
80012026-08-13T19:15:01.030Z PASS [ 57.008s] (2236/3271) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
80022026-08-13T19:15:01.104Z PASS [ 11.009s] (2237/3271) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
80032026-08-13T19:15:01.104Z PASS [ 10.993s] (2238/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
80042026-08-13T19:15:01.104Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
80052026-08-13T19:15:01.104Z PASS [ 10.984s] (2239/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
80062026-08-13T19:15:01.104Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
80072026-08-13T19:15:01.158Z PASS [ 41.498s] (2240/3271) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
80082026-08-13T19:15:01.158Z PASS [ 13.162s] (2241/3271) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
80092026-08-13T19:15:01.657Z PASS [ 11.237s] (2242/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
80102026-08-13T19:15:01.701Z PASS [ 11.041s] (2243/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
80112026-08-13T19:15:01.705Z PASS [ 54.886s] (2244/3271) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
80122026-08-13T19:15:02.442Z PASS [ 26.020s] (2245/3271) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
80132026-08-13T19:15:03.220Z PASS [ 11.403s] (2246/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
80142026-08-13T19:15:03.469Z PASS [ 11.423s] (2247/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
80152026-08-13T19:15:03.640Z PASS [ 63.860s] (2248/3271) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
80162026-08-13T19:15:04.023Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
80172026-08-13T19:15:04.384Z PASS [ 11.605s] (2249/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
80182026-08-13T19:15:04.432Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
80192026-08-13T19:15:04.905Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
80202026-08-13T19:15:05.260Z PASS [ 11.786s] (2250/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
80212026-08-13T19:15:05.568Z PASS [ 65.440s] (2251/3271) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
80222026-08-13T19:15:06.934Z PASS [ 80.201s] (2252/3271) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
80232026-08-13T19:15:07.105Z PASS [ 33.179s] (2253/3271) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
80242026-08-13T19:15:08.309Z PASS [ 40.510s] (2254/3271) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
80252026-08-13T19:15:08.357Z PASS [ 12.087s] (2255/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
80262026-08-13T19:15:08.406Z PASS [ 12.364s] (2256/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
80272026-08-13T19:15:08.567Z PASS [ 41.810s] (2257/3271) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
80282026-08-13T19:15:08.773Z PASS [ 64.343s] (2258/3271) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
80292026-08-13T19:15:08.786Z PASS [ 12.473s] (2259/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
80302026-08-13T19:15:08.890Z PASS [ 12.138s] (2260/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
80312026-08-13T19:15:11.237Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
80322026-08-13T19:15:11.858Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
80332026-08-13T19:15:12.670Z PASS [ 67.789s] (2261/3271) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
80342026-08-13T19:15:13.233Z PASS [ 13.210s] (2262/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
80352026-08-13T19:15:13.698Z PASS [ 12.993s] (2263/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
80362026-08-13T19:15:13.786Z PASS [ 61.928s] (2264/3271) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
80372026-08-13T19:15:14.131Z PASS [ 13.375s] (2265/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
80382026-08-13T19:15:14.334Z PASS [ 70.310s] (2266/3271) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
80392026-08-13T19:15:15.247Z PASS [ 13.580s] (2267/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
80402026-08-13T19:15:15.592Z PASS [ 13.891s] (2268/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
80412026-08-13T19:15:16.104Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
80422026-08-13T19:15:18.435Z PASS [ 15.217s] (2269/3271) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
80432026-08-13T19:15:18.864Z PASS [ 15.285s] (2270/3271) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
80442026-08-13T19:15:19.214Z PASS [ 16.768s] (2271/3271) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
80452026-08-13T19:15:19.396Z PASS [ 26.817s] (2272/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
80462026-08-13T19:15:19.457Z PASS [ 15.079s] (2273/3271) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
80472026-08-13T19:15:20.797Z PASS [ 17.329s] (2274/3271) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
80482026-08-13T19:15:24.583Z PASS [ 19.328s] (2275/3271) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
80492026-08-13T19:15:25.397Z PASS [ 69.295s] (2276/3271) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
80502026-08-13T19:15:26.501Z PASS [ 13.275s] (2277/3271) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
80512026-08-13T19:15:26.799Z PASS [ 18.024s] (2278/3271) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
80522026-08-13T19:15:26.836Z PASS [ 0.040s] (2279/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
80532026-08-13T19:15:26.859Z PASS [ 0.019s] (2280/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
80542026-08-13T19:15:26.879Z PASS [ 0.023s] (2281/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
80552026-08-13T19:15:26.900Z PASS [ 0.018s] (2282/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
80562026-08-13T19:15:26.920Z PASS [ 0.019s] (2283/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
80572026-08-13T19:15:26.936Z PASS [ 0.019s] (2284/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
80582026-08-13T19:15:26.958Z PASS [ 0.022s] (2285/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
80592026-08-13T19:15:26.979Z PASS [ 0.021s] (2286/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
80602026-08-13T19:15:27.004Z PASS [ 0.023s] (2287/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
80612026-08-13T19:15:27.037Z PASS [ 0.020s] (2288/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
80622026-08-13T19:15:27.054Z PASS [ 0.021s] (2289/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
80632026-08-13T19:15:27.069Z PASS [ 0.020s] (2290/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
80642026-08-13T19:15:27.102Z PASS [ 0.021s] (2291/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
80652026-08-13T19:15:27.107Z PASS [ 0.023s] (2292/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
80662026-08-13T19:15:27.127Z PASS [ 0.020s] (2293/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
80672026-08-13T19:15:27.342Z PASS [ 0.020s] (2294/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
80682026-08-13T19:15:27.382Z PASS [ 0.022s] (2295/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
80692026-08-13T19:15:27.383Z PASS [ 0.044s] (2296/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
80702026-08-13T19:15:27.383Z PASS [ 0.033s] (2297/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
80712026-08-13T19:15:27.383Z PASS [ 0.022s] (2298/3271) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
80722026-08-13T19:15:27.530Z PASS [ 20.593s] (2299/3271) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
80732026-08-13T19:15:27.553Z PASS [ 13.858s] (2300/3271) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
80742026-08-13T19:15:27.825Z PASS [ 19.044s] (2301/3271) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
80752026-08-13T19:15:27.882Z PASS [ 0.051s] (2302/3271) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
80762026-08-13T19:15:27.916Z PASS [ 0.039s] (2303/3271) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
80772026-08-13T19:15:27.955Z PASS [ 0.039s] (2304/3271) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
80782026-08-13T19:15:27.974Z PASS [ 0.018s] (2305/3271) omicron-package config::tests::multi_preset_arg
80792026-08-13T19:15:27.997Z PASS [ 0.023s] (2306/3271) omicron-package dot::test::test_bad_dependency
80802026-08-13T19:15:28.021Z PASS [ 0.025s] (2307/3271) omicron-package dot::test::test_dot_output
80812026-08-13T19:15:28.094Z PASS [ 19.691s] (2308/3271) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
80822026-08-13T19:15:28.115Z PASS [ 0.020s] (2309/3271) omicron-passwords test::test_password_constraints
80832026-08-13T19:15:28.882Z PASS [ 23.308s] (2310/3271) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
80842026-08-13T19:15:28.899Z PASS [ 15.106s] (2311/3271) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
80852026-08-13T19:15:28.931Z PASS [ 0.033s] (2312/3271) omicron-passwords test::test_stable
80862026-08-13T19:15:28.948Z PASS [ 0.022s] (2313/3271) omicron-passwords test::test_weak_hashes
80872026-08-13T19:15:28.969Z PASS [ 0.018s] (2314/3271) omicron-rpaths internal::tests::test_configure_from_path
80882026-08-13T19:15:28.983Z PASS [ 0.017s] (2315/3271) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
80892026-08-13T19:15:29.001Z PASS [ 0.018s] (2316/3271) omicron-rpaths internal::tests::test_emit_rpath
80902026-08-13T19:15:29.042Z PASS [ 14.911s] (2317/3271) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
80912026-08-13T19:15:29.132Z PASS [ 0.091s] (2318/3271) omicron-sled-agent artifact_store::test::generations
80922026-08-13T19:15:29.219Z PASS [ 0.093s] (2319/3271) omicron-sled-agent artifact_store::test::issue_7796
80932026-08-13T19:15:29.243Z PASS [ 0.100s] (2320/3271) omicron-sled-agent artifact_store::test::list_get_put
80942026-08-13T19:15:29.243Z PASS [ 0.095s] (2321/3271) omicron-sled-agent artifact_store::test::no_dataset
80952026-08-13T19:15:29.275Z PASS [ 0.040s] (2322/3271) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
80962026-08-13T19:15:29.292Z PASS [ 0.100s] (2323/3271) omicron-sled-agent artifact_store::test::wrong_hash
80972026-08-13T19:15:29.304Z PASS [ 0.031s] (2324/3271) omicron-sled-agent bootstrap::rack_ops::tests::rss_access_error_to_http_error
80982026-08-13T19:15:29.358Z PASS [ 0.037s] (2325/3271) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
80992026-08-13T19:15:29.358Z PASS [ 0.038s] (2326/3271) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
81002026-08-13T19:15:29.368Z PASS [ 0.031s] (2327/3271) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
81012026-08-13T19:15:29.378Z PASS [ 0.039s] (2328/3271) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
81022026-08-13T19:15:29.394Z PASS [ 0.033s] (2329/3271) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
81032026-08-13T19:15:29.402Z PASS [ 15.068s] (2330/3271) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
81042026-08-13T19:15:29.413Z PASS [ 0.033s] (2331/3271) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
81052026-08-13T19:15:29.435Z PASS [ 0.042s] (2332/3271) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
81062026-08-13T19:15:29.443Z PASS [ 20.872s] (2333/3271) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
81072026-08-13T19:15:29.452Z PASS [ 0.043s] (2334/3271) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
81082026-08-13T19:15:29.461Z PASS [ 0.042s] (2335/3271) omicron-sled-agent config::test::test_smf_configs
81092026-08-13T19:15:29.469Z PASS [ 0.033s] (2336/3271) omicron-sled-agent fmd::tests::boolean_array
81102026-08-13T19:15:29.478Z PASS [ 0.040s] (2337/3271) omicron-sled-agent fmd::tests::boolean_presence
81112026-08-13T19:15:29.488Z PASS [ 0.042s] (2338/3271) omicron-sled-agent fmd::tests::boolean_value
81122026-08-13T19:15:29.497Z PASS [ 0.039s] (2339/3271) omicron-sled-agent fmd::tests::double
81132026-08-13T19:15:29.507Z PASS [ 0.031s] (2340/3271) omicron-sled-agent fmd::tests::hrtime
81142026-08-13T19:15:29.516Z PASS [ 0.036s] (2341/3271) omicron-sled-agent fmd::tests::integer_arrays
81152026-08-13T19:15:29.524Z PASS [ 0.035s] (2342/3271) omicron-sled-agent fmd::tests::integers
81162026-08-13T19:15:29.533Z PASS [ 0.034s] (2343/3271) omicron-sled-agent fmd::tests::string
81172026-08-13T19:15:29.543Z PASS [ 0.035s] (2344/3271) omicron-sled-agent fmd::tests::string_array
81182026-08-13T19:15:29.552Z PASS [ 0.030s] (2345/3271) omicron-sled-agent fmd::tests::unknown_type
81192026-08-13T19:15:29.562Z PASS [ 0.033s] (2346/3271) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
81202026-08-13T19:15:29.562Z PASS [ 0.034s] (2347/3271) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
81212026-08-13T19:15:29.570Z PASS [ 0.036s] (2348/3271) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
81222026-08-13T19:15:29.578Z PASS [ 0.033s] (2349/3271) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
81232026-08-13T19:15:29.593Z PASS [ 0.031s] (2350/3271) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
81242026-08-13T19:15:29.593Z PASS [ 0.031s] (2351/3271) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
81252026-08-13T19:15:29.603Z PASS [ 0.033s] (2352/3271) omicron-sled-agent instance::tests::add_new_floating_ip
81262026-08-13T19:15:29.612Z PASS [ 0.032s] (2353/3271) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
81272026-08-13T19:15:29.621Z PASS [ 0.036s] (2354/3271) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
81282026-08-13T19:15:29.629Z PASS [ 0.037s] (2355/3271) omicron-sled-agent instance::tests::prune_existing_floating_ip
81292026-08-13T19:15:29.865Z PASS [ 0.256s] (2356/3271) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
81302026-08-13T19:15:29.886Z PASS [ 0.282s] (2357/3271) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
81312026-08-13T19:15:29.968Z PASS [ 0.348s] (2358/3271) omicron-sled-agent instance::tests::test_instance_create_events_normal
81322026-08-13T19:15:30.005Z PASS [ 0.037s] (2359/3271) omicron-sled-agent instance::tests::test_multicast_membership_equality
81332026-08-13T19:15:30.044Z PASS [ 0.039s] (2360/3271) omicron-sled-agent metrics::test_samples_per_collection
81342026-08-13T19:15:30.092Z PASS [ 21.202s] (2361/3271) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
81352026-08-13T19:15:30.134Z PASS [ 0.041s] (2362/3271) omicron-sled-agent probe_manager::test::probe_state_set_ops
81362026-08-13T19:15:30.173Z PASS [ 0.039s] (2363/3271) omicron-sled-agent profile::tests::empty_profile
81372026-08-13T19:15:30.209Z PASS [ 0.324s] (2364/3271) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
81382026-08-13T19:15:30.218Z PASS [ 0.040s] (2365/3271) omicron-sled-agent profile::tests::test_disabled_instance
81392026-08-13T19:15:30.248Z PASS [ 0.038s] (2366/3271) omicron-sled-agent profile::tests::test_instance
81402026-08-13T19:15:30.257Z PASS [ 0.036s] (2367/3271) omicron-sled-agent profile::tests::test_multiple
81412026-08-13T19:15:30.304Z PASS [ 0.054s] (2368/3271) omicron-sled-agent profile::tests::test_property_group
81422026-08-13T19:15:30.315Z PASS [ 0.056s] (2369/3271) omicron-sled-agent profile::tests::test_property
81432026-08-13T19:15:30.338Z PASS [ 0.709s] (2370/3271) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
81442026-08-13T19:15:30.348Z PASS [ 0.039s] (2371/3271) omicron-sled-agent profile::tests::test_service_property_group
81452026-08-13T19:15:30.358Z PASS [ 0.047s] (2372/3271) omicron-sled-agent profile::tests::test_service
81462026-08-13T19:15:30.378Z PASS [ 0.040s] (2373/3271) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
81472026-08-13T19:15:30.398Z PASS [ 0.054s] (2374/3271) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
81482026-08-13T19:15:30.413Z PASS [ 0.060s] (2375/3271) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
81492026-08-13T19:15:30.428Z PASS [ 0.047s] (2376/3271) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
81502026-08-13T19:15:30.449Z PASS [ 0.051s] (2377/3271) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
81512026-08-13T19:15:30.472Z PASS [ 0.047s] (2378/3271) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
81522026-08-13T19:15:30.495Z PASS [ 0.046s] (2379/3271) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
81532026-08-13T19:15:30.514Z PASS [ 0.042s] (2380/3271) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
81542026-08-13T19:15:30.543Z PASS [ 0.048s] (2381/3271) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
81552026-08-13T19:15:30.555Z PASS [ 0.041s] (2382/3271) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
81562026-08-13T19:15:30.583Z PASS [ 0.041s] (2383/3271) omicron-sled-agent sim::storage::test::nested_dataset
81572026-08-13T19:15:30.599Z PASS [ 0.041s] (2384/3271) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
81582026-08-13T19:15:30.625Z PASS [ 0.041s] (2385/3271) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
81592026-08-13T19:15:30.647Z PASS [ 0.050s] (2386/3271) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
81602026-08-13T19:15:30.664Z PASS [ 0.039s] (2387/3271) omicron-sled-agent sim::storage::test::snapshot_needs_region
81612026-08-13T19:15:30.703Z PASS [ 0.057s] (2388/3271) omicron-sled-agent support_bundle::storage::tests::basic_crud
81622026-08-13T19:15:30.713Z PASS [ 0.049s] (2389/3271) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
81632026-08-13T19:15:30.755Z PASS [ 22.399s] (2390/3271) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
81642026-08-13T19:15:30.765Z PASS [ 0.057s] (2391/3271) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
81652026-08-13T19:15:30.776Z PASS [ 0.063s] (2392/3271) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
81662026-08-13T19:15:30.818Z PASS [ 0.059s] (2393/3271) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
81672026-08-13T19:15:30.828Z PASS [ 0.060s] (2394/3271) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
81682026-08-13T19:15:30.837Z PASS [ 0.054s] (2395/3271) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
81692026-08-13T19:15:30.862Z PASS [ 0.996s] (2396/3271) omicron-sled-agent instance::tests::test_instance_manager_creation
81702026-08-13T19:15:30.873Z PASS [ 0.058s] (2397/3271) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
81712026-08-13T19:15:30.890Z PASS [ 0.067s] (2398/3271) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
81722026-08-13T19:15:30.901Z PASS [ 0.059s] (2399/3271) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
81732026-08-13T19:15:30.923Z PASS [ 0.035s] (2400/3271) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
81742026-08-13T19:15:30.935Z PASS [ 0.070s] (2401/3271) omicron-sled-agent support_bundle::storage::tests::ranges
81752026-08-13T19:15:30.935Z PASS [ 0.060s] (2402/3271) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
81762026-08-13T19:15:30.982Z PASS [ 0.050s] (2403/3271) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
81772026-08-13T19:15:31.278Z PASS [ 11.820s] (2404/3271) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
81782026-08-13T19:15:31.315Z PASS [ 3.200s] (2405/3271) omicron-passwords test::test_reproducible
81792026-08-13T19:15:31.384Z PASS [ 0.070s] (2406/3271) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
81802026-08-13T19:15:31.434Z PASS [ 0.048s] (2407/3271) omicron-sled-agent zone_bundle::tests::test_dir_size
81812026-08-13T19:15:31.533Z PASS [ 0.101s] (2408/3271) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
81822026-08-13T19:15:31.651Z PASS [ 0.116s] (2409/3271) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
81832026-08-13T19:15:31.691Z PASS [ 0.040s] (2410/3271) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
81842026-08-13T19:15:31.940Z PASS [ 23.632s] (2411/3271) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
81852026-08-13T19:15:32.202Z PASS [ 0.039s] (2412/3271) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
81862026-08-13T19:15:32.202Z PASS [ 0.032s] (2413/3271) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
81872026-08-13T19:15:32.213Z PASS [ 13.328s] (2414/3271) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
81882026-08-13T19:15:32.257Z PASS [ 0.244s] (2415/3271) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
81892026-08-13T19:15:32.355Z PASS [ 11.558s] (2416/3271) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_rejects_invalid_urls
81902026-08-13T19:15:32.366Z PASS [ 0.675s] (2417/3271) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
81912026-08-13T19:15:32.392Z PASS [ 0.037s] (2418/3271) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
81922026-08-13T19:15:32.406Z PASS [ 0.040s] (2419/3271) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
81932026-08-13T19:15:32.629Z PASS [ 13.421s] (2420/3271) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
81942026-08-13T19:15:32.671Z PASS [ 0.478s] (2421/3271) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
81952026-08-13T19:15:32.710Z PASS [ 13.305s] (2422/3271) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
81962026-08-13T19:15:32.775Z PASS [ 0.383s] (2423/3271) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
81972026-08-13T19:15:32.852Z PASS [ 0.444s] (2424/3271) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
81982026-08-13T19:15:32.905Z PASS [ 0.276s] (2425/3271) omicron-test-utils dev::db::test::test_bad_cmd
81992026-08-13T19:15:33.178Z PASS [ 0.317s] (2426/3271) omicron-test-utils dev::db::test::test_database_start_hang
82002026-08-13T19:15:33.202Z PASS [ 0.033s] (2427/3271) omicron-test-utils dev::db::test::test_make_pg_config_fail
82012026-08-13T19:15:33.213Z PASS [ 0.542s] (2428/3271) omicron-test-utils dev::db::test::test_cmd_fails
82022026-08-13T19:15:33.244Z PASS [ 0.042s] (2429/3271) omicron-test-utils dev::db::test::test_make_pg_config_ok
82032026-08-13T19:15:33.275Z PASS [ 0.039s] (2430/3271) omicron-test-utils dev::db::test::test_parse_http_addr
82042026-08-13T19:15:33.284Z PASS [ 0.041s] (2431/3271) omicron-test-utils dev::db::test::test_process_exit_abnormal
82052026-08-13T19:15:33.294Z PASS [ 0.040s] (2432/3271) omicron-test-utils dev::db::test::test_process_exit_normal
82062026-08-13T19:15:33.313Z PASS [ 1.051s] (2433/3271) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
82072026-08-13T19:15:33.747Z PASS [ 0.462s] (2434/3271) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
82082026-08-13T19:15:33.755Z PASS [ 0.844s] (2435/3271) omicron-test-utils dev::db::test::test_http_addr_integration
82092026-08-13T19:15:33.783Z PASS [ 0.036s] (2436/3271) omicron-test-utils dev::db::test::test_starter_tmpdir
82102026-08-13T19:15:33.794Z PASS [ 0.041s] (2437/3271) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
82112026-08-13T19:15:33.819Z PASS [ 0.035s] (2438/3271) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
82122026-08-13T19:15:33.828Z PASS [ 0.035s] (2439/3271) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
82132026-08-13T19:15:33.862Z PASS [ 0.043s] (2440/3271) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
82142026-08-13T19:15:33.872Z PASS [ 0.044s] (2441/3271) omicron-test-utils dev::tcp_proxy::tests::proxy_forwards_and_retargets
82152026-08-13T19:15:33.908Z PASS [ 0.044s] (2442/3271) omicron-test-utils dev::tcp_proxy::tests::refuse_quiesces_old_backend
82162026-08-13T19:15:33.916Z PASS [ 2.924s] (2443/3271) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
82172026-08-13T19:15:33.916Z PASS [ 0.043s] (2444/3271) omicron-test-utils dev::tcp_proxy::tests::set_target_does_not_deadlock_with_live_connection
82182026-08-13T19:15:33.968Z PASS [ 0.058s] (2445/3271) omicron-test-utils dev::test_cmds::tests::test_redact_extra
82192026-08-13T19:15:33.977Z PASS [ 0.058s] (2446/3271) omicron-test-utils dev::test_cmds::tests::test_redact_section
82202026-08-13T19:15:34.011Z PASS [ 0.047s] (2447/3271) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
82212026-08-13T19:15:34.021Z PASS [ 0.056s] (2448/3271) oximeter test::timeseries_schema_consistency
82222026-08-13T19:15:34.098Z PASS [ 0.086s] (2449/3271) oximeter-collector agent::tests::test_self_stat_collection_count
82232026-08-13T19:15:34.106Z PASS [ 0.186s] (2450/3271) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
82242026-08-13T19:15:34.116Z PASS [ 0.095s] (2451/3271) oximeter-collector agent::tests::test_self_stat_error_counter
82252026-08-13T19:15:34.179Z PASS [ 0.081s] (2452/3271) oximeter-collector agent::tests::test_self_stat_unreachable_counter
82262026-08-13T19:15:34.192Z PASS [ 1.417s] (2453/3271) omicron-test-utils dev::db::test::test_database_concurrent
82272026-08-13T19:15:34.208Z PASS [ 0.087s] (2454/3271) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
82282026-08-13T19:15:34.229Z PASS [ 0.035s] (2455/3271) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
82292026-08-13T19:15:34.250Z PASS [ 3.832s] (2456/3271) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
82302026-08-13T19:15:34.276Z PASS [ 0.072s] (2457/3271) oximeter-collector results_sink::tests::batcher_increments_dropped_counter
82312026-08-13T19:15:34.285Z PASS [ 0.034s] (2458/3271) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
82322026-08-13T19:15:34.285Z PASS [ 3.391s] (2459/3271) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
82332026-08-13T19:15:34.285Z PASS [ 0.106s] (2460/3271) oximeter-collector agent::tests::verify_producer_details
82342026-08-13T19:15:34.294Z PASS [ 0.065s] (2461/3271) oximeter-collector results_sink::tests::test_batch_handoff_overflow
82352026-08-13T19:15:34.307Z PASS [ 0.031s] (2462/3271) oximeter-collector self_stats::tests::test_failure_reason_serialization
82362026-08-13T19:15:34.318Z PASS [ 0.035s] (2463/3271) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
82372026-08-13T19:15:34.325Z PASS [ 0.038s] (2464/3271) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
82382026-08-13T19:15:34.325Z PASS [ 0.032s] (2465/3271) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
82392026-08-13T19:15:34.339Z PASS [ 0.032s] (2466/3271) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
82402026-08-13T19:15:34.346Z PASS [ 0.066s] (2467/3271) oximeter-collector::test_commands test_oximeter_no_args
82412026-08-13T19:15:34.346Z PASS [ 0.030s] (2468/3271) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
82422026-08-13T19:15:34.384Z PASS [ 1.075s] (2469/3271) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
82432026-08-13T19:15:34.469Z PASS [ 3.537s] (2470/3271) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
82442026-08-13T19:15:34.502Z PASS [ 0.033s] (2471/3271) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
82452026-08-13T19:15:34.614Z PASS [ 0.515s] (2472/3271) oximeter-collector agent::tests::test_standalone_integration
82462026-08-13T19:15:34.646Z PASS [ 3.724s] (2473/3271) omicron-sled-agent zone_bundle::illumos_tests::test_context
82472026-08-13T19:15:34.701Z PASS [ 0.054s] (2474/3271) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
82482026-08-13T19:15:34.912Z PASS [ 6.883s] (2475/3271) omicron-passwords test::test_compatible
82492026-08-13T19:15:35.156Z PASS [ 0.652s] (2476/3271) oximeter-db client::tests::can_ping_clickhouse
82502026-08-13T19:15:35.207Z PASS [ 3.929s] (2477/3271) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
82512026-08-13T19:15:35.230Z PASS [ 0.867s] (2478/3271) oximeter-db client::oxql::tests::test_get_fields_query
82522026-08-13T19:15:35.256Z PASS [ 0.904s] (2479/3271) oximeter-db client::oxql::tests::test_get_entire_table
82532026-08-13T19:15:35.256Z PASS [ 0.912s] (2480/3271) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
82542026-08-13T19:15:35.274Z PASS [ 0.913s] (2481/3271) oximeter-db client::oxql::tests::test_get_fields
82552026-08-13T19:15:35.274Z PASS [ 0.907s] (2482/3271) oximeter-db client::oxql::tests::test_get_one_timeseries
82562026-08-13T19:15:35.295Z PASS [ 0.905s] (2483/3271) oximeter-db client::oxql::tests::test_limit_operations
82572026-08-13T19:15:35.485Z PASS [ 10.901s] (2484/3271) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
82582026-08-13T19:15:35.744Z PASS [ 10.344s] (2485/3271) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
82592026-08-13T19:15:39.658Z PASS [ 0.632s] (2486/3271) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
82602026-08-13T19:15:39.658Z PASS [ 0.731s] (2487/3271) oximeter-db client::tests::read_latest_version_reports_max
82612026-08-13T19:15:39.658Z PASS [ 0.637s] (2488/3271) oximeter-db client::tests::set_retention_policy_before_db_init_does_not_panic
82622026-08-13T19:15:39.658Z PASS [ 0.662s] (2489/3271) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
82632026-08-13T19:15:39.659Z PASS [ 0.720s] (2490/3271) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
82642026-08-13T19:15:39.659Z PASS [ 0.726s] (2491/3271) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
82652026-08-13T19:15:39.659Z PASS [ 0.769s] (2492/3271) oximeter-db client::tests::select_timeseries_with_select_one
82662026-08-13T19:15:39.659Z PASS [ 0.758s] (2493/3271) oximeter-db client::tests::test_client_select_timeseries_one
82672026-08-13T19:15:39.659Z PASS [ 0.031s] (2494/3271) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
82682026-08-13T19:15:39.659Z PASS [ 1.460s] (2495/3271) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
82692026-08-13T19:15:39.659Z PASS [ 37.712s] (2496/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
82702026-08-13T19:15:39.659Z PASS [ 0.773s] (2497/3271) oximeter-db client::tests::test_database_version_update_is_idempotent
82712026-08-13T19:15:39.659Z PASS [ 9.946s] (2498/3271) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_update_rejects_invalid_urls
82722026-08-13T19:15:39.659Z PASS [ 0.734s] (2499/3271) oximeter-db client::tests::test_database_version_will_not_downgrade
82732026-08-13T19:15:39.659Z PASS [ 0.043s] (2500/3271) oximeter-db client::tests::test_read_schema_upgrade_sql_files
82742026-08-13T19:15:39.659Z PASS [ 0.042s] (2501/3271) oximeter-db client::tests::test_read_timeseries_to_delete
82752026-08-13T19:15:39.659Z PASS [ 0.038s] (2502/3271) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
82762026-08-13T19:15:39.659Z PASS [ 0.043s] (2503/3271) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
82772026-08-13T19:15:39.659Z PASS [ 0.738s] (2504/3271) oximeter-db client::tests::test_database_version_will_not_upgrade
82782026-08-13T19:15:39.659Z PASS [ 0.740s] (2505/3271) oximeter-db client::tests::test_differentiate_by_timeseries_name
82792026-08-13T19:15:39.659Z PASS [ 0.741s] (2506/3271) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
82802026-08-13T19:15:39.659Z PASS [ 0.734s] (2507/3271) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
82812026-08-13T19:15:39.659Z PASS [ 0.760s] (2508/3271) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
82822026-08-13T19:15:39.660Z PASS [ 1.798s] (2509/3271) oximeter-db client::tests::insert_samples_fails_fast
82832026-08-13T19:15:39.660Z PASS [ 0.758s] (2510/3271) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
82842026-08-13T19:15:39.660Z PASS [ 4.168s] (2511/3271) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
82852026-08-13T19:15:39.660Z PASS [ 35.182s] (2512/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
82862026-08-13T19:15:39.660Z PASS [ 0.915s] (2513/3271) oximeter-db client::tests::test_field_record_count
82872026-08-13T19:15:39.660Z PASS [ 0.773s] (2514/3271) oximeter-db client::tests::test_is_oximeter_cluster
82882026-08-13T19:15:39.660Z PASS [ 0.836s] (2515/3271) oximeter-db client::tests::test_insert_samples
82892026-08-13T19:15:39.660Z PASS [ 0.790s] (2516/3271) oximeter-db client::tests::test_list_timeseries
82902026-08-13T19:15:39.660Z PASS [ 0.028s] (2517/3271) oximeter-db client::tests::test_unravel_index
82912026-08-13T19:15:39.660Z PASS [ 0.043s] (2518/3271) oximeter-db client::tests::test_verify_schema_upgrades
82922026-08-13T19:15:39.660Z PASS [ 1.141s] (2519/3271) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
82932026-08-13T19:15:39.660Z PASS [ 0.035s] (2520/3271) oximeter-db model::fields::tests::test_extract_fields_as_block
82942026-08-13T19:15:39.660Z PASS [ 0.031s] (2521/3271) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
82952026-08-13T19:15:39.660Z PASS [ 0.036s] (2522/3271) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
82962026-08-13T19:15:39.661Z PASS [ 0.035s] (2523/3271) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
82972026-08-13T19:15:39.661Z PASS [ 0.037s] (2524/3271) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
82982026-08-13T19:15:39.661Z PASS [ 38.295s] (2525/3271) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
82992026-08-13T19:15:39.661Z PASS [ 0.032s] (2526/3271) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
83002026-08-13T19:15:39.661Z PASS [ 0.029s] (2527/3271) oximeter-db native::block::tests::datetime64_scale_checks_range
83012026-08-13T19:15:39.661Z PASS [ 0.034s] (2528/3271) oximeter-db native::block::tests::concat_blocks
83022026-08-13T19:15:39.661Z PASS [ 0.034s] (2529/3271) oximeter-db native::block::tests::parse_date_time
83032026-08-13T19:15:39.661Z PASS [ 0.030s] (2530/3271) oximeter-db native::block::tests::parse_date_time64
83042026-08-13T19:15:39.661Z PASS [ 0.731s] (2531/3271) oximeter-db client::tests::test_schema_mismatch
83052026-08-13T19:15:39.661Z PASS [ 0.031s] (2532/3271) oximeter-db native::block::tests::parse_escaped_date_time64
83062026-08-13T19:15:39.661Z PASS [ 0.035s] (2533/3271) oximeter-db native::block::tests::test_data_type_to_string
83072026-08-13T19:15:39.661Z PASS [ 0.044s] (2534/3271) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
83082026-08-13T19:15:39.661Z PASS [ 0.047s] (2535/3271) oximeter-db native::block::tests::test_datetime64_conversions
83092026-08-13T19:15:39.661Z PASS [ 0.045s] (2536/3271) oximeter-db native::block::tests::test_parse_all_known_timezones
83102026-08-13T19:15:39.661Z PASS [ 0.034s] (2537/3271) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
83112026-08-13T19:15:39.662Z PASS [ 0.739s] (2538/3271) oximeter-db client::tests::test_schema_update
83122026-08-13T19:15:39.662Z PASS [ 0.036s] (2539/3271) oximeter-db native::block::tests::test_parse_enum_variant
83132026-08-13T19:15:39.662Z PASS [ 0.038s] (2540/3271) oximeter-db native::block::tests::test_parse_enum8
83142026-08-13T19:15:39.662Z PASS [ 0.039s] (2541/3271) oximeter-db native::block::tests::test_parse_invalid_data_type
83152026-08-13T19:15:39.662Z PASS [ 0.803s] (2542/3271) oximeter-db client::tests::test_select_all_datum_types
83162026-08-13T19:15:39.662Z PASS [ 0.854s] (2543/3271) oximeter-db client::tests::test_schema_reinserted_after_redeployment
83172026-08-13T19:15:39.662Z PASS [ 0.788s] (2544/3271) oximeter-db client::tests::test_select_all_field_types
83182026-08-13T19:15:39.662Z PASS [ 0.774s] (2545/3271) oximeter-db client::tests::test_select_timeseries_with_all
83192026-08-13T19:15:39.662Z PASS [ 1.010s] (2546/3271) oximeter-db client::tests::test_recall_of_all_fields
83202026-08-13T19:15:39.662Z PASS [ 0.861s] (2547/3271) oximeter-db client::tests::test_select_timeseries_with_order
83212026-08-13T19:15:39.662Z PASS [ 0.043s] (2548/3271) oximeter-db native::io::block::tests::test_decode_block_with_nulls
83222026-08-13T19:15:39.662Z PASS [ 0.891s] (2549/3271) oximeter-db client::tests::test_select_timeseries_with_limit
83232026-08-13T19:15:39.662Z PASS [ 0.037s] (2550/3271) oximeter-db native::io::block::tests::test_decode_full_block
83242026-08-13T19:15:39.662Z PASS [ 0.034s] (2551/3271) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
83252026-08-13T19:15:39.662Z PASS [ 0.031s] (2552/3271) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
83262026-08-13T19:15:39.662Z PASS [ 0.033s] (2553/3271) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
83272026-08-13T19:15:39.663Z PASS [ 0.783s] (2554/3271) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
83282026-08-13T19:15:39.663Z PASS [ 0.036s] (2555/3271) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
83292026-08-13T19:15:39.663Z PASS [ 0.031s] (2556/3271) oximeter-db native::io::column::tests::test_decode_string_column
83302026-08-13T19:15:39.663Z PASS [ 0.776s] (2557/3271) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
83312026-08-13T19:15:39.663Z PASS [ 0.034s] (2558/3271) oximeter-db native::io::column::tests::test_decode_uint64_column
83322026-08-13T19:15:39.663Z PASS [ 0.040s] (2559/3271) oximeter-db native::io::column::tests::test_decode_uint8_column
83332026-08-13T19:15:39.663Z PASS [ 0.030s] (2560/3271) oximeter-db native::io::packet::server::tests::test_decode_full_hello
83342026-08-13T19:15:39.663Z PASS [ 0.042s] (2561/3271) oximeter-db native::io::column::tests::test_decode_uuid_column
83352026-08-13T19:15:39.663Z PASS [ 0.039s] (2562/3271) oximeter-db native::io::column::tests::test_encode_decode_column
83362026-08-13T19:15:39.663Z PASS [ 0.033s] (2563/3271) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
83372026-08-13T19:15:39.663Z PASS [ 0.038s] (2564/3271) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
83382026-08-13T19:15:39.665Z PASS [ 0.041s] (2565/3271) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
83392026-08-13T19:15:39.665Z PASS [ 0.037s] (2566/3271) oximeter-db native::io::packet::server::tests::test_decode_pong
83402026-08-13T19:15:39.665Z PASS [ 0.042s] (2567/3271) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
83412026-08-13T19:15:39.666Z PASS [ 0.743s] (2568/3271) oximeter-db client::tests::test_timeseries_schema_list
83422026-08-13T19:15:39.666Z PASS [ 0.032s] (2569/3271) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
83432026-08-13T19:15:39.666Z PASS [ 0.772s] (2570/3271) oximeter-db client::tests::test_select_timeseries_with_start_time
83442026-08-13T19:15:39.666Z PASS [ 0.039s] (2571/3271) oximeter-db native::io::string::test::test_encode_hello_world
83452026-08-13T19:15:39.666Z PASS [ 0.040s] (2572/3271) oximeter-db native::io::packet::server::tests::test_decode_single_exception
83462026-08-13T19:15:39.666Z PASS [ 0.043s] (2573/3271) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
83472026-08-13T19:15:39.666Z PASS [ 0.046s] (2574/3271) oximeter-db native::io::string::test::test_encode_decode
83482026-08-13T19:15:39.666Z PASS [ 0.037s] (2575/3271) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
83492026-08-13T19:15:39.666Z PASS [ 0.041s] (2576/3271) oximeter-db native::io::table_columns::tests::test_column_count
83502026-08-13T19:15:39.666Z PASS [ 0.028s] (2577/3271) oximeter-db native::io::table_columns::tests::test_column_description_with_default
83512026-08-13T19:15:39.666Z PASS [ 0.034s] (2578/3271) oximeter-db native::io::varuint::test_encode_decode_varuint
83522026-08-13T19:15:39.666Z PASS [ 0.037s] (2579/3271) oximeter-db native::io::table_columns::tests::test_column_descriptions
83532026-08-13T19:15:39.666Z PASS [ 0.033s] (2580/3271) oximeter-db oxql::ast::grammar::tests::test_align_table_op
83542026-08-13T19:15:39.666Z PASS [ 0.032s] (2581/3271) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
83552026-08-13T19:15:39.666Z PASS [ 0.028s] (2582/3271) oximeter-db oxql::ast::grammar::tests::test_double_literal
83562026-08-13T19:15:39.667Z PASS [ 0.043s] (2583/3271) oximeter-db oxql::ast::grammar::tests::test_comparison
83572026-08-13T19:15:39.667Z PASS [ 0.042s] (2584/3271) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
83582026-08-13T19:15:39.667Z PASS [ 0.029s] (2585/3271) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
83592026-08-13T19:15:39.711Z PASS [ 0.031s] (2586/3271) oximeter-db oxql::ast::grammar::tests::test_duration_literal
83602026-08-13T19:15:39.711Z PASS [ 0.033s] (2587/3271) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
83612026-08-13T19:15:39.711Z PASS [ 0.036s] (2588/3271) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
83622026-08-13T19:15:39.711Z PASS [ 0.029s] (2589/3271) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
83632026-08-13T19:15:39.711Z PASS [ 0.032s] (2590/3271) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
83642026-08-13T19:15:39.711Z PASS [ 0.034s] (2591/3271) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
83652026-08-13T19:15:39.712Z PASS [ 0.029s] (2592/3271) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
83662026-08-13T19:15:39.712Z PASS [ 0.029s] (2593/3271) oximeter-db oxql::ast::grammar::tests::test_get_table_op
83672026-08-13T19:15:39.712Z PASS [ 0.029s] (2594/3271) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
83682026-08-13T19:15:39.712Z PASS [ 0.032s] (2595/3271) oximeter-db oxql::ast::grammar::tests::test_group_by
83692026-08-13T19:15:39.712Z PASS [ 0.027s] (2596/3271) oximeter-db oxql::ast::grammar::tests::test_ident
83702026-08-13T19:15:39.712Z PASS [ 0.025s] (2597/3271) oximeter-db oxql::ast::grammar::tests::test_integer_literal
83712026-08-13T19:15:39.712Z PASS [ 0.032s] (2598/3271) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
83722026-08-13T19:15:39.712Z PASS [ 0.032s] (2599/3271) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
83732026-08-13T19:15:39.712Z PASS [ 0.030s] (2600/3271) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
83742026-08-13T19:15:39.712Z PASS [ 0.025s] (2601/3271) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
83752026-08-13T19:15:39.712Z PASS [ 0.029s] (2602/3271) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
83762026-08-13T19:15:39.712Z PASS [ 0.032s] (2603/3271) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
83772026-08-13T19:15:39.712Z PASS [ 0.032s] (2604/3271) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
83782026-08-13T19:15:39.713Z PASS [ 0.034s] (2605/3271) oximeter-db oxql::ast::grammar::tests::test_query
83792026-08-13T19:15:39.713Z PASS [ 0.038s] (2606/3271) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
83802026-08-13T19:15:39.713Z PASS [ 0.044s] (2607/3271) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
83812026-08-13T19:15:39.713Z PASS [ 0.043s] (2608/3271) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
83822026-08-13T19:15:39.713Z PASS [ 0.041s] (2609/3271) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
83832026-08-13T19:15:39.713Z PASS [ 0.039s] (2610/3271) oximeter-db oxql::ast::grammar::tests::test_reducer
83842026-08-13T19:15:39.713Z PASS [ 0.042s] (2611/3271) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
83852026-08-13T19:15:39.713Z PASS [ 0.624s] (2612/3271) oximeter-db native::connection::tests::test_basic_select_query
83862026-08-13T19:15:39.713Z PASS [ 0.041s] (2613/3271) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
83872026-08-13T19:15:39.713Z PASS [ 0.039s] (2614/3271) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
83882026-08-13T19:15:39.713Z PASS [ 0.038s] (2615/3271) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
83892026-08-13T19:15:39.713Z PASS [ 0.994s] (2616/3271) oximeter-db client::tests::test_sql_query_output
83902026-08-13T19:15:39.713Z PASS [ 0.039s] (2617/3271) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
83912026-08-13T19:15:39.713Z PASS [ 0.040s] (2618/3271) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
83922026-08-13T19:15:39.713Z PASS [ 0.032s] (2619/3271) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
83932026-08-13T19:15:39.713Z PASS [ 0.629s] (2620/3271) oximeter-db native::connection::tests::test_exchange_hello
83942026-08-13T19:15:39.713Z PASS [ 0.031s] (2621/3271) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
83952026-08-13T19:15:39.713Z PASS [ 0.034s] (2622/3271) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
83962026-08-13T19:15:39.713Z PASS [ 0.639s] (2623/3271) oximeter-db native::connection::tests::test_insert_and_select_uuid
83972026-08-13T19:15:39.713Z PASS [ 0.641s] (2624/3271) oximeter-db native::connection::tests::test_insert_and_select_data
83982026-08-13T19:15:39.713Z PASS [ 0.033s] (2625/3271) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
83992026-08-13T19:15:39.713Z PASS [ 0.033s] (2626/3271) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
84002026-08-13T19:15:39.713Z PASS [ 0.033s] (2627/3271) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
84012026-08-13T19:15:39.713Z PASS [ 0.045s] (2628/3271) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
84022026-08-13T19:15:39.713Z PASS [ 0.046s] (2629/3271) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
84032026-08-13T19:15:39.714Z PASS [ 0.047s] (2630/3271) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
84042026-08-13T19:15:39.714Z PASS [ 0.039s] (2631/3271) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
84052026-08-13T19:15:39.714Z PASS [ 0.041s] (2632/3271) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
84062026-08-13T19:15:39.714Z PASS [ 0.035s] (2633/3271) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
84072026-08-13T19:15:39.714Z PASS [ 0.049s] (2634/3271) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
84082026-08-13T19:15:39.714Z PASS [ 0.037s] (2635/3271) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
84092026-08-13T19:15:39.714Z PASS [ 0.043s] (2636/3271) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
84102026-08-13T19:15:39.714Z PASS [ 0.041s] (2637/3271) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
84112026-08-13T19:15:39.714Z PASS [ 0.045s] (2638/3271) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
84122026-08-13T19:15:39.715Z PASS [ 0.034s] (2639/3271) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
84132026-08-13T19:15:39.715Z PASS [ 0.032s] (2640/3271) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
84142026-08-13T19:15:39.715Z PASS [ 0.034s] (2641/3271) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
84152026-08-13T19:15:39.715Z PASS [ 0.032s] (2642/3271) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
84162026-08-13T19:15:39.715Z PASS [ 0.646s] (2643/3271) oximeter-db native::connection::tests::test_select_array_column
84172026-08-13T19:15:39.715Z PASS [ 0.036s] (2644/3271) oximeter-db oxql::plan::align::test::test_align_input_schema
84182026-08-13T19:15:39.715Z PASS [ 0.635s] (2645/3271) oximeter-db native::connection::tests::test_send_cancel_with_no_query
84192026-08-13T19:15:39.715Z PASS [ 0.637s] (2646/3271) oximeter-db native::connection::tests::test_select_nullable_column
84202026-08-13T19:15:39.715Z PASS [ 0.652s] (2647/3271) oximeter-db native::connection::tests::test_select_array_of_nullable_column
84212026-08-13T19:15:39.715Z PASS [ 0.044s] (2648/3271) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
84222026-08-13T19:15:39.716Z PASS [ 0.046s] (2649/3271) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
84232026-08-13T19:15:39.716Z PASS [ 0.735s] (2650/3271) oximeter-db native::connection::tests::test_can_cancel_query
84242026-08-13T19:15:39.716Z PASS [ 0.047s] (2651/3271) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
84252026-08-13T19:15:39.717Z PASS [ 0.045s] (2652/3271) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
84262026-08-13T19:15:39.717Z PASS [ 0.045s] (2653/3271) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
84272026-08-13T19:15:39.717Z PASS [ 0.039s] (2654/3271) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
84282026-08-13T19:15:39.717Z PASS [ 0.046s] (2655/3271) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
84292026-08-13T19:15:39.717Z PASS [ 0.037s] (2656/3271) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
84302026-08-13T19:15:39.717Z PASS [ 0.042s] (2657/3271) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
84312026-08-13T19:15:39.717Z PASS [ 0.045s] (2658/3271) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
84322026-08-13T19:15:39.717Z PASS [ 0.046s] (2659/3271) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
84332026-08-13T19:15:39.717Z PASS [ 0.042s] (2660/3271) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
84342026-08-13T19:15:39.717Z PASS [ 0.053s] (2661/3271) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
84352026-08-13T19:15:39.718Z PASS [ 0.060s] (2662/3271) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
84362026-08-13T19:15:39.718Z PASS [ 0.059s] (2663/3271) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
84372026-08-13T19:15:39.718Z PASS [ 0.058s] (2664/3271) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
84382026-08-13T19:15:39.718Z PASS [ 0.061s] (2665/3271) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
84392026-08-13T19:15:39.718Z PASS [ 0.067s] (2666/3271) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
84402026-08-13T19:15:39.718Z PASS [ 0.059s] (2667/3271) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
84412026-08-13T19:15:39.718Z PASS [ 0.072s] (2668/3271) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
84422026-08-13T19:15:39.718Z PASS [ 0.060s] (2669/3271) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
84432026-08-13T19:15:39.718Z PASS [ 0.062s] (2670/3271) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
84442026-08-13T19:15:39.719Z PASS [ 0.055s] (2671/3271) oximeter-db oxql::query::tests::test_coalesce_limits
84452026-08-13T19:15:39.719Z PASS [ 0.064s] (2672/3271) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
84462026-08-13T19:15:39.719Z PASS [ 0.060s] (2673/3271) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
84472026-08-13T19:15:39.719Z PASS [ 0.053s] (2674/3271) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
84482026-08-13T19:15:39.719Z PASS [ 0.052s] (2675/3271) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
84492026-08-13T19:15:39.719Z PASS [ 0.057s] (2676/3271) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
84502026-08-13T19:15:39.719Z PASS [ 0.052s] (2677/3271) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
84512026-08-13T19:15:39.719Z PASS [ 0.055s] (2678/3271) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
84522026-08-13T19:15:39.719Z PASS [ 0.055s] (2679/3271) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
84532026-08-13T19:15:39.719Z PASS [ 0.050s] (2680/3271) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
84542026-08-13T19:15:39.719Z PASS [ 0.049s] (2681/3271) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
84552026-08-13T19:15:39.719Z PASS [ 0.053s] (2682/3271) oximeter-db oxql::query::tests::test_coalesce_predicates
84562026-08-13T19:15:39.719Z PASS [ 0.050s] (2683/3271) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
84572026-08-13T19:15:39.719Z PASS [ 0.051s] (2684/3271) oximeter-db oxql::query::tests::test_insert_filters
84582026-08-13T19:15:39.719Z PASS [ 0.051s] (2685/3271) oximeter-db oxql::query::tests::test_query_end_time
84592026-08-13T19:15:39.735Z PASS [ 0.045s] (2686/3271) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
84602026-08-13T19:15:39.735Z PASS [ 0.050s] (2687/3271) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
84612026-08-13T19:15:39.735Z PASS [ 0.053s] (2688/3271) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
84622026-08-13T19:15:39.735Z PASS [ 0.053s] (2689/3271) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
84632026-08-13T19:15:39.735Z PASS [ 0.061s] (2690/3271) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
84642026-08-13T19:15:39.735Z PASS [ 0.064s] (2691/3271) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
84652026-08-13T19:15:39.735Z PASS [ 0.056s] (2692/3271) oximeter-db oxql::query::tests::test_split_query
84662026-08-13T19:15:39.735Z PASS [ 0.047s] (2693/3271) oximeter-db query::tests::test_field_cmp
84672026-08-13T19:15:39.735Z PASS [ 0.047s] (2694/3271) oximeter-db query::tests::test_field_value_as_db_str
84682026-08-13T19:15:39.735Z PASS [ 0.044s] (2695/3271) oximeter-db query::tests::test_select_query_builder_from_parts
84692026-08-13T19:15:39.735Z PASS [ 0.049s] (2696/3271) oximeter-db query::tests::test_select_query_builder_field_selectors
84702026-08-13T19:15:39.735Z PASS [ 0.070s] (2697/3271) oximeter-db query::tests::test_field_selector_as_query
84712026-08-13T19:15:39.736Z PASS [ 0.048s] (2698/3271) oximeter-db query::tests::test_select_query_builder_no_fields
84722026-08-13T19:15:39.736Z PASS [ 0.060s] (2699/3271) oximeter-db query::tests::test_select_query_builder_filter_raw
84732026-08-13T19:15:39.736Z PASS [ 0.058s] (2700/3271) oximeter-db query::tests::test_select_query_builder_full
84742026-08-13T19:15:39.736Z PASS [ 0.041s] (2701/3271) oximeter-db sql::tests::test_ctes_are_not_supported
84752026-08-13T19:15:39.736Z PASS [ 0.052s] (2702/3271) oximeter-db query::tests::test_time_range
84762026-08-13T19:15:39.736Z PASS [ 0.064s] (2703/3271) oximeter-db query::tests::test_select_query_builder_limit_offset
84772026-08-13T19:15:39.736Z PASS [ 0.035s] (2704/3271) oximeter-db sql::tests::test_join_must_be_inner
84782026-08-13T19:15:39.736Z PASS [ 0.062s] (2705/3271) oximeter-db query::tests::test_select_query_builder_no_selectors
84792026-08-13T19:15:39.736Z PASS [ 0.054s] (2706/3271) oximeter-db sql::tests::test_cannot_name_database
84802026-08-13T19:15:39.736Z PASS [ 0.055s] (2707/3271) oximeter-db sql::tests::test_allow_subqueries
84812026-08-13T19:15:39.736Z PASS [ 0.043s] (2708/3271) oximeter-db sql::tests::test_function_allow_list
84822026-08-13T19:15:39.736Z PASS [ 0.057s] (2709/3271) oximeter-db sql::tests::test_allow_limit_offset
84832026-08-13T19:15:39.736Z PASS [ 0.033s] (2710/3271) oximeter-db sql::tests::test_multiple_statements_are_not_supported
84842026-08-13T19:15:39.736Z PASS [ 0.063s] (2711/3271) oximeter-db query::tests::test_string_field_selector
84852026-08-13T19:15:39.736Z PASS [ 0.034s] (2712/3271) oximeter-db sql::tests::test_query_must_be_select_statement
84862026-08-13T19:15:39.736Z PASS [ 0.035s] (2713/3271) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
84872026-08-13T19:15:39.736Z PASS [ 0.033s] (2714/3271) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
84882026-08-13T19:15:39.736Z PASS [ 0.037s] (2715/3271) oximeter-db sql::tests::test_require_table_is_timeseries_name
84892026-08-13T19:15:39.736Z PASS [ 0.029s] (2716/3271) oximeter-db tests::test_timeseries_key_field_stability
84902026-08-13T19:15:39.736Z PASS [ 0.033s] (2717/3271) oximeter-db sql::tests::test_with_comma_join_fails
84912026-08-13T19:15:39.736Z PASS [ 0.031s] (2718/3271) oximeter-db tests::test_timeseries_key_sample_stability
84922026-08-13T19:15:39.736Z PASS [ 0.033s] (2719/3271) oximeter-db::integration_test test_schemas_are_not_modified
84932026-08-13T19:15:39.736Z PASS [ 0.041s] (2720/3271) oximeter-instruments http::tests::test_latency_tracker
84942026-08-13T19:15:39.736Z PASS [ 0.042s] (2721/3271) oximeter-instruments kstat::cpu::tests::test_kstat_interested
84952026-08-13T19:15:39.736Z PASS [ 0.051s] (2722/3271) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
84962026-08-13T19:15:39.736Z PASS [ 0.028s] (2723/3271) oximeter-instruments kstat::link::tests::test_interested_positive
84972026-08-13T19:15:39.736Z PASS [ 0.031s] (2724/3271) oximeter-instruments kstat::link::tests::test_interested_negative
84982026-08-13T19:15:39.736Z PASS [ 0.076s] (2725/3271) oximeter-instruments kstat::link::illumos_tests::no_futures_to_await_after_removing_target
84992026-08-13T19:15:39.736Z PASS [ 0.053s] (2726/3271) oximeter-instruments kstat::link::illumos_tests::test_sled_datalink
85002026-08-13T19:15:39.736Z PASS [ 0.076s] (2727/3271) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler
85012026-08-13T19:15:39.737Z PASS [ 0.030s] (2728/3271) oximeter-instruments kstat::link::tests::test_to_samples
85022026-08-13T19:15:39.737Z PASS [ 0.068s] (2729/3271) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler_with_overflow
85032026-08-13T19:15:39.737Z PASS [ 0.085s] (2730/3271) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
85042026-08-13T19:15:39.737Z PASS [ 0.073s] (2731/3271) oximeter-instruments kstat::link::illumos_tests::test_kstat_with_expiration
85052026-08-13T19:15:39.737Z PASS [ 0.075s] (2732/3271) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_target_is_removed
85062026-08-13T19:15:39.737Z PASS [ 0.027s] (2733/3271) oximeter-instruments kstat::opte_port::tests::test_interested_positive
85072026-08-13T19:15:39.737Z PASS [ 0.069s] (2734/3271) oximeter-instruments kstat::link::illumos_tests::updating_target_changes_existing_sampling_interval
85082026-08-13T19:15:39.737Z PASS [ 0.081s] (2735/3271) oximeter-instruments kstat::link::illumos_tests::test_kstat_start_time_is_equal
85092026-08-13T19:15:39.737Z PASS [ 0.078s] (2736/3271) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_kstat_is_gone
85102026-08-13T19:15:39.737Z PASS [ 0.029s] (2737/3271) oximeter-instruments kstat::opte_port::tests::test_interested_negative
85112026-08-13T19:15:39.737Z PASS [ 0.025s] (2738/3271) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
85122026-08-13T19:15:39.737Z PASS [ 0.022s] (2739/3271) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
85132026-08-13T19:15:39.737Z PASS [ 0.023s] (2740/3271) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
85142026-08-13T19:15:39.737Z PASS [ 0.031s] (2741/3271) oximeter-instruments kstat::opte_port::tests::test_to_samples
85152026-08-13T19:15:39.737Z PASS [ 0.027s] (2742/3271) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
85162026-08-13T19:15:39.737Z PASS [ 0.029s] (2743/3271) oximeter-instruments kstat::zone::tests::test_kstat_interested
85172026-08-13T19:15:39.737Z PASS [ 0.024s] (2744/3271) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
85182026-08-13T19:15:39.737Z PASS [ 0.024s] (2745/3271) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
85192026-08-13T19:15:39.737Z PASS [ 0.026s] (2746/3271) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
85202026-08-13T19:15:39.737Z PASS [ 0.022s] (2747/3271) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
85212026-08-13T19:15:39.737Z PASS [ 0.022s] (2748/3271) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
85222026-08-13T19:15:39.737Z PASS [ 0.020s] (2749/3271) oximeter-macro-impl tests::test_metric_annotated_field
85232026-08-13T19:15:39.737Z PASS [ 0.020s] (2750/3271) oximeter-macro-impl tests::test_metric_enum
85242026-08-13T19:15:39.737Z PASS [ 0.021s] (2751/3271) oximeter-macro-impl tests::test_metric_datum_field
85252026-08-13T19:15:39.737Z PASS [ 0.020s] (2752/3271) oximeter-macro-impl tests::test_metric_without_datum_field
85262026-08-13T19:15:39.737Z PASS [ 0.045s] (2753/3271) oximeter-instruments kstat::zone::tests::test_zone_samples
85272026-08-13T19:15:39.737Z PASS [ 0.043s] (2754/3271) oximeter-instruments zfs::usage::tests::test_dataset_samples
85282026-08-13T19:15:39.738Z PASS [ 0.020s] (2755/3271) oximeter-macro-impl tests::test_target_empty_struct
85292026-08-13T19:15:39.738Z PASS [ 0.021s] (2756/3271) oximeter-macro-impl tests::test_target_enum
85302026-08-13T19:15:39.738Z PASS [ 0.020s] (2757/3271) oximeter-macro-impl tests::test_target_unit_struct
85312026-08-13T19:15:39.738Z PASS [ 0.021s] (2758/3271) oximeter-macro-impl tests::test_target_with_datum_field
85322026-08-13T19:15:39.738Z PASS [ 0.025s] (2759/3271) oximeter-macro-impl tests::test_target
85332026-08-13T19:15:39.738Z PASS [ 0.020s] (2760/3271) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
85342026-08-13T19:15:39.738Z PASS [ 0.023s] (2761/3271) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
85352026-08-13T19:15:39.738Z PASS [ 0.059s] (2762/3271) oximeter-instruments zfs::usage::tests::test_collect_zpools
85362026-08-13T19:15:39.738Z PASS [ 0.025s] (2763/3271) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
85372026-08-13T19:15:39.738Z PASS [ 0.025s] (2764/3271) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
85382026-08-13T19:15:39.738Z PASS [ 0.023s] (2765/3271) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
85392026-08-13T19:15:39.738Z PASS [ 0.022s] (2766/3271) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
85402026-08-13T19:15:39.738Z PASS [ 0.021s] (2767/3271) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
85412026-08-13T19:15:39.738Z PASS [ 0.021s] (2768/3271) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
85422026-08-13T19:15:39.738Z PASS [ 0.021s] (2769/3271) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
85432026-08-13T19:15:39.738Z PASS [ 0.025s] (2770/3271) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
85442026-08-13T19:15:39.738Z PASS [ 0.072s] (2771/3271) oximeter-instruments zfs::usage::tests::test_collect_datasets
85452026-08-13T19:15:39.738Z PASS [ 0.023s] (2772/3271) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
85462026-08-13T19:15:39.738Z PASS [ 0.020s] (2773/3271) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
85472026-08-13T19:15:39.738Z PASS [ 0.021s] (2774/3271) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
85482026-08-13T19:15:39.738Z PASS [ 0.568s] (2775/3271) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
85492026-08-13T19:15:39.738Z PASS [ 0.020s] (2776/3271) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
85502026-08-13T19:15:39.738Z PASS [ 0.021s] (2777/3271) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
85512026-08-13T19:15:39.738Z PASS [ 0.023s] (2778/3271) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
85522026-08-13T19:15:39.738Z PASS [ 0.022s] (2779/3271) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
85532026-08-13T19:15:39.738Z PASS [ 0.023s] (2780/3271) oximeter-schema ir::tests::fail_on_empty_descriptions
85542026-08-13T19:15:39.738Z PASS [ 0.025s] (2781/3271) oximeter-schema ir::tests::fail_on_empty_metric_name
85552026-08-13T19:15:39.738Z PASS [ 0.026s] (2782/3271) oximeter-schema ir::tests::fail_on_very_long_field_names
85562026-08-13T19:15:39.738Z PASS [ 0.029s] (2783/3271) oximeter-schema ir::tests::fail_on_empty_target_name
85572026-08-13T19:15:39.738Z PASS [ 0.027s] (2784/3271) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
85582026-08-13T19:15:39.738Z PASS [ 0.030s] (2785/3271) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
85592026-08-13T19:15:39.747Z PASS [ 0.029s] (2786/3271) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
85602026-08-13T19:15:39.747Z PASS [ 0.024s] (2787/3271) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
85612026-08-13T19:15:39.747Z PASS [ 0.026s] (2788/3271) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
85622026-08-13T19:15:39.747Z PASS [ 0.027s] (2789/3271) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
85632026-08-13T19:15:39.748Z PASS [ 0.030s] (2790/3271) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
85642026-08-13T19:15:39.748Z PASS [ 0.027s] (2791/3271) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
85652026-08-13T19:15:39.748Z PASS [ 0.028s] (2792/3271) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
85662026-08-13T19:15:39.748Z PASS [ 0.020s] (2793/3271) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
85672026-08-13T19:15:39.748Z PASS [ 0.026s] (2794/3271) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
85682026-08-13T19:15:39.748Z PASS [ 0.024s] (2795/3271) oximeter-schema ir::tests::only_support_format_version_1
85692026-08-13T19:15:39.748Z PASS [ 0.020s] (2796/3271) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
85702026-08-13T19:15:39.748Z PASS [ 0.019s] (2797/3271) oximeter-types queue::tests::test_bounded_queue
85712026-08-13T19:15:39.748Z PASS [ 0.020s] (2798/3271) oximeter-types queue::tests::test_bounded_queue_overflow
85722026-08-13T19:15:39.748Z PASS [ 0.019s] (2799/3271) oximeter-types queue::tests::test_bounded_queue_sample_overflow
85732026-08-13T19:15:39.748Z PASS [ 0.037s] (2800/3271) oximeter-test-utils tests::test_gen_test_samples
85742026-08-13T19:15:39.748Z PASS [ 0.021s] (2801/3271) oximeter-types traits::tests::test_metric_trait
85752026-08-13T19:15:39.748Z PASS [ 0.037s] (2802/3271) oximeter-test-utils tests::test_sample_struct
85762026-08-13T19:15:39.748Z PASS [ 0.036s] (2803/3271) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
85772026-08-13T19:15:39.749Z PASS [ 0.021s] (2804/3271) oximeter-types-versions impls::histogram::tests::test_bin_range
85782026-08-13T19:15:39.749Z PASS [ 0.024s] (2805/3271) oximeter-types traits::tests::test_producer_trait
85792026-08-13T19:15:39.749Z PASS [ 0.022s] (2806/3271) oximeter-types-versions impls::histogram::tests::test_bin_range_from
85802026-08-13T19:15:39.749Z PASS [ 0.037s] (2807/3271) oximeter-test-utils tests::test_timeseries_schema_from_parts
85812026-08-13T19:15:39.749Z PASS [ 0.024s] (2808/3271) oximeter-types traits::tests::test_target_trait
85822026-08-13T19:15:39.749Z PASS [ 0.039s] (2809/3271) oximeter-test-utils tests::test_timeseries_schema_from_sample
85832026-08-13T19:15:39.749Z PASS [ 0.023s] (2810/3271) oximeter-types-versions impls::histogram::tests::test_bin_range_to
85842026-08-13T19:15:39.749Z PASS [ 0.021s] (2811/3271) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
85852026-08-13T19:15:39.749Z PASS [ 0.022s] (2812/3271) oximeter-types-versions impls::histogram::tests::test_histogram
85862026-08-13T19:15:39.749Z PASS [ 0.028s] (2813/3271) oximeter-types-versions impls::histogram::tests::test_ensure_finite
85872026-08-13T19:15:39.749Z PASS [ 0.026s] (2814/3271) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
85882026-08-13T19:15:39.749Z PASS [ 0.025s] (2815/3271) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
85892026-08-13T19:15:39.749Z PASS [ 0.027s] (2816/3271) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
85902026-08-13T19:15:39.750Z PASS [ 0.027s] (2817/3271) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
85912026-08-13T19:15:39.750Z PASS [ 0.027s] (2818/3271) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
85922026-08-13T19:15:39.750Z PASS [ 0.028s] (2819/3271) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
85932026-08-13T19:15:39.750Z PASS [ 0.024s] (2820/3271) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
85942026-08-13T19:15:39.750Z PASS [ 0.027s] (2821/3271) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
85952026-08-13T19:15:39.750Z PASS [ 0.022s] (2822/3271) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
85962026-08-13T19:15:39.750Z PASS [ 0.032s] (2823/3271) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
85972026-08-13T19:15:39.750Z PASS [ 0.022s] (2824/3271) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
85982026-08-13T19:15:39.750Z PASS [ 0.027s] (2825/3271) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
85992026-08-13T19:15:39.750Z PASS [ 0.024s] (2826/3271) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
86002026-08-13T19:15:39.750Z PASS [ 0.027s] (2827/3271) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
86012026-08-13T19:15:39.750Z PASS [ 0.027s] (2828/3271) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
86022026-08-13T19:15:39.750Z PASS [ 0.028s] (2829/3271) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
86032026-08-13T19:15:39.750Z PASS [ 0.027s] (2830/3271) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
86042026-08-13T19:15:39.750Z PASS [ 0.027s] (2831/3271) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
86052026-08-13T19:15:39.750Z PASS [ 0.027s] (2832/3271) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
86062026-08-13T19:15:39.750Z PASS [ 0.030s] (2833/3271) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
86072026-08-13T19:15:39.750Z PASS [ 0.027s] (2834/3271) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
86082026-08-13T19:15:39.750Z PASS [ 0.027s] (2835/3271) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
86092026-08-13T19:15:39.750Z PASS [ 0.032s] (2836/3271) oximeter-types-versions impls::histogram::tests::test_span_decades
86102026-08-13T19:15:39.750Z PASS [ 0.024s] (2837/3271) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
86112026-08-13T19:15:39.751Z PASS [ 0.024s] (2838/3271) oximeter-types-versions impls::quantile::tests::test_default_percentiles
86122026-08-13T19:15:39.751Z PASS [ 0.023s] (2839/3271) oximeter-types-versions impls::quantile::tests::test_empty_observations
86132026-08-13T19:15:39.751Z PASS [ 0.020s] (2840/3271) oximeter-types-versions impls::quantile::tests::test_float_observations
86142026-08-13T19:15:39.751Z PASS [ 0.022s] (2841/3271) oximeter-types-versions impls::quantile::tests::test_find_cells
86152026-08-13T19:15:39.751Z PASS [ 0.021s] (2842/3271) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
86162026-08-13T19:15:39.751Z PASS [ 0.019s] (2843/3271) oximeter-types-versions impls::quantile::tests::test_min_p
86172026-08-13T19:15:39.751Z PASS [ 0.021s] (2844/3271) oximeter-types-versions impls::quantile::tests::test_integer_observations
86182026-08-13T19:15:39.751Z PASS [ 0.019s] (2845/3271) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
86192026-08-13T19:15:39.751Z PASS [ 0.023s] (2846/3271) oximeter-types-versions impls::quantile::tests::test_max_p
86202026-08-13T19:15:39.751Z PASS [ 0.020s] (2847/3271) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
86212026-08-13T19:15:39.751Z PASS [ 0.023s] (2848/3271) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
86222026-08-13T19:15:39.751Z PASS [ 0.025s] (2849/3271) oximeter-types-versions impls::quantile::tests::test_rounding
86232026-08-13T19:15:39.751Z PASS [ 0.027s] (2850/3271) oximeter-types-versions impls::schema::tests::test_timeseries_name
86242026-08-13T19:15:39.751Z PASS [ 0.018s] (2851/3271) oximeter-types-versions impls::types::tests::test_cumulative_f64
86252026-08-13T19:15:39.751Z PASS [ 0.018s] (2852/3271) oximeter-types-versions impls::types::tests::test_cumulative_i64
86262026-08-13T19:15:39.751Z PASS [ 0.019s] (2853/3271) oximeter-types-versions impls::types::tests::test_datum
86272026-08-13T19:15:39.751Z PASS [ 0.020s] (2854/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
86282026-08-13T19:15:39.751Z PASS [ 0.019s] (2855/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
86292026-08-13T19:15:39.751Z PASS [ 0.021s] (2856/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
86302026-08-13T19:15:39.751Z PASS [ 0.023s] (2857/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
86312026-08-13T19:15:39.752Z PASS [ 0.022s] (2858/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
86322026-08-13T19:15:39.752Z PASS [ 0.022s] (2859/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
86332026-08-13T19:15:39.752Z PASS [ 0.021s] (2860/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
86342026-08-13T19:15:39.752Z PASS [ 0.020s] (2861/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
86352026-08-13T19:15:39.752Z PASS [ 0.020s] (2862/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
86362026-08-13T19:15:39.752Z PASS [ 0.018s] (2863/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
86372026-08-13T19:15:39.752Z PASS [ 0.020s] (2864/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
86382026-08-13T19:15:39.752Z PASS [ 0.020s] (2865/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
86392026-08-13T19:15:39.752Z PASS [ 0.018s] (2866/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
86402026-08-13T19:15:39.752Z PASS [ 0.022s] (2867/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
86412026-08-13T19:15:39.752Z PASS [ 0.022s] (2868/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
86422026-08-13T19:15:39.752Z PASS [ 0.022s] (2869/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
86432026-08-13T19:15:39.752Z PASS [ 0.020s] (2870/3271) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
86442026-08-13T19:15:39.752Z PASS [ 0.020s] (2871/3271) oximeter-types-versions impls::types::tests::test_measurement
86452026-08-13T19:15:39.752Z PASS [ 0.019s] (2872/3271) oxlog tests::test_daterange_filter
86462026-08-13T19:15:39.752Z PASS [ 0.022s] (2873/3271) oximeter-types-versions impls::types::tests::test_verify_field_names
86472026-08-13T19:15:39.753Z PASS [ 0.019s] (2874/3271) oxlog tests::test_is_oxide_smf_log_file
86482026-08-13T19:15:39.753Z PASS [ 0.020s] (2875/3271) oxlog tests::test_sort_logs
86492026-08-13T19:15:39.753Z PASS [ 0.022s] (2876/3271) oxlog tests::test_oxide_smf_service_name_from_log_file_name
86502026-08-13T19:15:39.753Z PASS [ 0.023s] (2877/3271) oxql-types point::tests::test_cast_points_from_bool
86512026-08-13T19:15:39.753Z PASS [ 0.026s] (2878/3271) oxql-types point::tests::test_cast_points_from_double
86522026-08-13T19:15:39.753Z PASS [ 0.022s] (2879/3271) oxql-types point::tests::test_cast_points_from_double_distribution
86532026-08-13T19:15:39.753Z PASS [ 0.022s] (2880/3271) oxql-types point::tests::test_cast_points_from_int_distribution
86542026-08-13T19:15:39.753Z PASS [ 0.030s] (2881/3271) oxlog::bin/oxlog tests::test_parse_timestamp
86552026-08-13T19:15:39.753Z PASS [ 0.021s] (2882/3271) oxql-types point::tests::test_cast_points_from_integer
86562026-08-13T19:15:39.753Z PASS [ 0.021s] (2883/3271) oxql-types point::tests::test_join_point_arrays
86572026-08-13T19:15:39.753Z PASS [ 0.022s] (2884/3271) oxql-types point::tests::test_cast_points_from_string
86582026-08-13T19:15:39.753Z PASS [ 0.021s] (2885/3271) oxql-types point::tests::test_point_delta_between
86592026-08-13T19:15:39.758Z PASS [ 0.021s] (2886/3271) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
86602026-08-13T19:15:39.758Z PASS [ 0.020s] (2887/3271) oxql-types point::tests::test_point_delta_between_with_new_epoch
86612026-08-13T19:15:39.758Z PASS [ 0.021s] (2888/3271) oxql-types point::tests::test_push_concrete_values
86622026-08-13T19:15:39.758Z PASS [ 0.022s] (2889/3271) oxql-types point::tests::test_sub_between_histogram_distributions
86632026-08-13T19:15:39.758Z PASS [ 0.021s] (2890/3271) range-requests test::get_response_no_range
86642026-08-13T19:15:39.758Z PASS [ 0.019s] (2891/3271) range-requests test::parse_range_invalid
86652026-08-13T19:15:39.758Z PASS [ 0.020s] (2892/3271) range-requests test::invalid_ranges
86662026-08-13T19:15:39.758Z PASS [ 0.022s] (2893/3271) range-requests test::get_response_with_range
86672026-08-13T19:15:39.758Z PASS [ 0.019s] (2894/3271) range-requests test::range_into_str
86682026-08-13T19:15:39.758Z PASS [ 0.020s] (2895/3271) range-requests test::potential_range_parsing_does_not_crash
86692026-08-13T19:15:39.758Z PASS [ 0.024s] (2896/3271) range-requests test::parse_range_valid
86702026-08-13T19:15:39.758Z PASS [ 0.022s] (2897/3271) range-requests test::single_range_parsing_does_not_crash
86712026-08-13T19:15:39.758Z PASS [ 0.084s] (2898/3271) parallel-task-set test::test_spawn_many
86722026-08-13T19:15:39.758Z PASS [ 0.131s] (2899/3271) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
86732026-08-13T19:15:39.758Z PASS [ 0.142s] (2900/3271) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
86742026-08-13T19:15:39.758Z PASS [ 0.132s] (2901/3271) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
86752026-08-13T19:15:39.758Z PASS [ 0.133s] (2902/3271) reconfigurator-cli::test-scripts script::cmds-load-errors.txt
86762026-08-13T19:15:39.758Z PASS [ 0.180s] (2903/3271) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
86772026-08-13T19:15:39.758Z PASS [ 0.191s] (2904/3271) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
86782026-08-13T19:15:39.758Z PASS [ 0.196s] (2905/3271) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
86792026-08-13T19:15:39.758Z PASS [ 0.199s] (2906/3271) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
86802026-08-13T19:15:39.758Z PASS [ 0.201s] (2907/3271) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
86812026-08-13T19:15:39.758Z PASS [ 0.205s] (2908/3271) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
86822026-08-13T19:15:39.758Z PASS [ 0.212s] (2909/3271) reconfigurator-cli::test-scripts script::cmds-example.txt
86832026-08-13T19:15:39.758Z PASS [ 0.289s] (2910/3271) reconfigurator-cli::test-scripts script::cmds-load-multi.txt
86842026-08-13T19:15:39.758Z PASS [ 0.118s] (2911/3271) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
86852026-08-13T19:15:39.758Z PASS [ 0.122s] (2912/3271) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
86862026-08-13T19:15:39.758Z PASS [ 0.284s] (2913/3271) reconfigurator-cli::test-scripts script::cmds-load-pick-collection.txt
86872026-08-13T19:15:39.758Z PASS [ 0.284s] (2914/3271) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
86882026-08-13T19:15:39.758Z PASS [ 0.291s] (2915/3271) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
86892026-08-13T19:15:39.758Z PASS [ 0.293s] (2916/3271) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
86902026-08-13T19:15:39.759Z PASS [ 0.126s] (2917/3271) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
86912026-08-13T19:15:39.759Z PASS [ 0.122s] (2918/3271) reconfigurator-cli::test-scripts script::cmds-set-update-disposition.txt
86922026-08-13T19:15:39.759Z PASS [ 0.280s] (2919/3271) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
86932026-08-13T19:15:39.759Z PASS [ 0.123s] (2920/3271) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
86942026-08-13T19:15:39.759Z PASS [ 0.195s] (2921/3271) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
86952026-08-13T19:15:39.759Z PASS [ 0.292s] (2922/3271) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
86962026-08-13T19:15:39.759Z PASS [ 0.292s] (2923/3271) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
86972026-08-13T19:15:39.759Z PASS [ 0.392s] (2924/3271) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
86982026-08-13T19:15:39.759Z PASS [ 0.117s] (2925/3271) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
86992026-08-13T19:15:39.759Z PASS [ 0.404s] (2926/3271) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
87002026-08-13T19:15:39.759Z PASS [ 0.413s] (2927/3271) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
87012026-08-13T19:15:39.759Z PASS [ 0.189s] (2928/3271) reconfigurator-cli::test-scripts script::cmds.txt
87022026-08-13T19:15:39.759Z PASS [ 0.288s] (2929/3271) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
87032026-08-13T19:15:39.759Z PASS [ 11.858s] (2930/3271) omicron-omdb::test_all_output test_omdb_usage_errors
87042026-08-13T19:15:39.759Z PASS [ 0.069s] (2931/3271) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
87052026-08-13T19:15:39.759Z PASS [ 0.031s] (2932/3271) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
87062026-08-13T19:15:39.759Z PASS [ 0.401s] (2933/3271) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
87072026-08-13T19:15:39.759Z PASS [ 0.053s] (2934/3271) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
87082026-08-13T19:15:39.759Z PASS [ 0.051s] (2935/3271) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
87092026-08-13T19:15:39.759Z PASS [ 0.056s] (2936/3271) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
87102026-08-13T19:15:39.759Z PASS [ 0.056s] (2937/3271) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
87112026-08-13T19:15:39.759Z PASS [ 32.544s] (2938/3271) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
87122026-08-13T19:15:39.759Z PASS [ 0.054s] (2939/3271) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
87132026-08-13T19:15:39.759Z PASS [ 0.035s] (2940/3271) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
87142026-08-13T19:15:39.759Z PASS [ 0.043s] (2941/3271) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
87152026-08-13T19:15:39.759Z PASS [ 1.400s] (2942/3271) oximeter-instruments kstat::link::illumos_tests::overflowing_self_stat_queue_does_not_block_sampler
87162026-08-13T19:15:39.759Z PASS [ 0.042s] (2943/3271) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
87172026-08-13T19:15:39.759Z PASS [ 0.063s] (2944/3271) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
87182026-08-13T19:15:39.759Z PASS [ 0.049s] (2945/3271) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
87192026-08-13T19:15:39.759Z PASS [ 0.048s] (2946/3271) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
87202026-08-13T19:15:39.763Z PASS [ 0.045s] (2947/3271) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
87212026-08-13T19:15:39.783Z PASS [ 0.049s] (2948/3271) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
87222026-08-13T19:15:39.788Z PASS [ 0.054s] (2949/3271) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
87232026-08-13T19:15:39.792Z PASS [ 0.053s] (2950/3271) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
87242026-08-13T19:15:39.802Z PASS [ 0.044s] (2951/3271) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
87252026-08-13T19:15:39.827Z PASS [ 0.044s] (2952/3271) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
87262026-08-13T19:15:39.836Z PASS [ 0.047s] (2953/3271) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
87272026-08-13T19:15:39.850Z PASS [ 0.047s] (2954/3271) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
87282026-08-13T19:15:39.895Z PASS [ 0.045s] (2955/3271) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
87292026-08-13T19:15:39.939Z PASS [ 0.044s] (2956/3271) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
87302026-08-13T19:15:39.968Z PASS [ 6.676s] (2957/3271) omicron-test-utils dev::db::test::test_setup_database_default_dir
87312026-08-13T19:15:39.983Z PASS [ 0.043s] (2958/3271) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
87322026-08-13T19:15:39.988Z PASS [ 0.156s] (2959/3271) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
87332026-08-13T19:15:40.009Z PASS [ 0.680s] (2960/3271) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
87342026-08-13T19:15:40.016Z PASS [ 0.049s] (2961/3271) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
87352026-08-13T19:15:40.027Z PASS [ 0.045s] (2962/3271) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
87362026-08-13T19:15:40.039Z PASS [ 0.057s] (2963/3271) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
87372026-08-13T19:15:40.050Z PASS [ 0.041s] (2964/3271) sled-agent-config-reconciler ledger::tests::read_existing_config
87382026-08-13T19:15:40.058Z PASS [ 0.041s] (2965/3271) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
87392026-08-13T19:15:40.069Z PASS [ 0.041s] (2966/3271) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
87402026-08-13T19:15:40.084Z PASS [ 0.044s] (2967/3271) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
87412026-08-13T19:15:40.091Z PASS [ 0.041s] (2968/3271) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
87422026-08-13T19:15:40.097Z PASS [ 0.039s] (2969/3271) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
87432026-08-13T19:15:40.103Z PASS [ 0.035s] (2970/3271) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
87442026-08-13T19:15:40.124Z PASS [ 0.032s] (2971/3271) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
87452026-08-13T19:15:40.236Z PASS [ 1.093s] (2972/3271) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
87462026-08-13T19:15:40.260Z PASS [ 1.174s] (2973/3271) reconfigurator-cli::test-scripts script::cmds-target-release.txt
87472026-08-13T19:15:40.294Z PASS [ 0.034s] (2974/3271) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
87482026-08-13T19:15:40.328Z PASS [ 0.924s] (2975/3271) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
87492026-08-13T19:15:40.335Z PASS [ 0.042s] (2976/3271) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
87502026-08-13T19:15:40.368Z PASS [ 0.040s] (2977/3271) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
87512026-08-13T19:15:40.378Z PASS [ 0.042s] (2978/3271) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
87522026-08-13T19:15:40.409Z PASS [ 0.041s] (2979/3271) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
87532026-08-13T19:15:40.415Z PASS [ 0.036s] (2980/3271) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
87542026-08-13T19:15:40.449Z PASS [ 0.040s] (2981/3271) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
87552026-08-13T19:15:40.453Z PASS [ 0.038s] (2982/3271) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
87562026-08-13T19:15:40.488Z PASS [ 1.337s] (2983/3271) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
87572026-08-13T19:15:40.495Z PASS [ 0.041s] (2984/3271) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
87582026-08-13T19:15:40.500Z PASS [ 0.042s] (2985/3271) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
87592026-08-13T19:15:40.520Z PASS [ 0.028s] (2986/3271) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
87602026-08-13T19:15:40.536Z PASS [ 0.044s] (2987/3271) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
87612026-08-13T19:15:40.551Z PASS [ 0.033s] (2988/3271) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
87622026-08-13T19:15:40.563Z PASS [ 0.032s] (2989/3271) sled-agent-rack-setup plan::service::tests::service_port_builder_v6_only
87632026-08-13T19:15:40.587Z PASS [ 0.036s] (2990/3271) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
87642026-08-13T19:15:40.597Z PASS [ 0.034s] (2991/3271) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
87652026-08-13T19:15:40.622Z PASS [ 0.036s] (2992/3271) sled-agent-rack-setup service::test::parse_rack_initialization
87662026-08-13T19:15:40.630Z PASS [ 0.033s] (2993/3271) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
87672026-08-13T19:15:40.641Z PASS [ 1.429s] (2994/3271) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
87682026-08-13T19:15:40.667Z PASS [ 0.045s] (2995/3271) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
87692026-08-13T19:15:40.683Z PASS [ 1.509s] (2996/3271) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
87702026-08-13T19:15:40.687Z PASS [ 0.046s] (2997/3271) sled-agent-rack-setup service::test::test_omicron_zone_configs
87712026-08-13T19:15:40.693Z PASS [ 0.063s] (2998/3271) sled-agent-rack-setup service::test::test_extra_certs
87722026-08-13T19:15:40.698Z PASS [ 0.031s] (2999/3271) sled-agent-rack-setup service::test::test_subnets
87732026-08-13T19:15:40.720Z PASS [ 0.037s] (3000/3271) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
87742026-08-13T19:15:40.724Z PASS [ 0.038s] (3001/3271) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
87752026-08-13T19:15:40.729Z PASS [ 0.034s] (3002/3271) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
87762026-08-13T19:15:40.738Z PASS [ 0.039s] (3003/3271) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
87772026-08-13T19:15:40.758Z PASS [ 0.036s] (3004/3271) sled-agent-resolvable-files manifest::tests::read_success
87782026-08-13T19:15:40.762Z PASS [ 0.035s] (3005/3271) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
87792026-08-13T19:15:40.762Z PASS [ 0.033s] (3006/3271) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
87802026-08-13T19:15:40.765Z PASS [ 0.027s] (3007/3271) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
87812026-08-13T19:15:40.769Z PASS [ 0.932s] (3008/3271) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
87822026-08-13T19:15:40.785Z PASS [ 0.029s] (3009/3271) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
87832026-08-13T19:15:40.790Z PASS [ 0.031s] (3010/3271) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
87842026-08-13T19:15:40.794Z PASS [ 0.032s] (3011/3271) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
87852026-08-13T19:15:40.797Z PASS [ 0.032s] (3012/3271) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
87862026-08-13T19:15:40.801Z PASS [ 0.030s] (3013/3271) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
87872026-08-13T19:15:40.812Z PASS [ 0.027s] (3014/3271) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
87882026-08-13T19:15:40.815Z PASS [ 0.320s] (3015/3271) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
87892026-08-13T19:15:40.820Z PASS [ 0.029s] (3016/3271) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
87902026-08-13T19:15:40.824Z PASS [ 0.033s] (3017/3271) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
87912026-08-13T19:15:40.827Z PASS [ 0.030s] (3018/3271) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
87922026-08-13T19:15:40.831Z PASS [ 0.033s] (3019/3271) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
87932026-08-13T19:15:40.845Z PASS [ 0.033s] (3020/3271) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
87942026-08-13T19:15:40.849Z PASS [ 0.029s] (3021/3271) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
87952026-08-13T19:15:40.853Z PASS [ 0.037s] (3022/3271) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
87962026-08-13T19:15:40.853Z PASS [ 0.028s] (3023/3271) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
87972026-08-13T19:15:40.860Z PASS [ 0.033s] (3024/3271) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
87982026-08-13T19:15:40.864Z PASS [ 0.032s] (3025/3271) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
87992026-08-13T19:15:40.870Z PASS [ 0.025s] (3026/3271) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
88002026-08-13T19:15:40.878Z PASS [ 0.029s] (3027/3271) sled-agent-resolvable-files mupdate_override::tests::read_both_present
88012026-08-13T19:15:40.885Z PASS [ 0.033s] (3028/3271) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
88022026-08-13T19:15:40.889Z PASS [ 0.037s] (3029/3271) sled-agent-resolvable-files mupdate_override::tests::read_different_values
88032026-08-13T19:15:40.895Z PASS [ 0.034s] (3030/3271) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
88042026-08-13T19:15:40.898Z PASS [ 0.035s] (3031/3271) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
88052026-08-13T19:15:40.904Z PASS [ 0.034s] (3032/3271) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
88062026-08-13T19:15:40.915Z PASS [ 0.035s] (3033/3271) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
88072026-08-13T19:15:40.922Z PASS [ 0.036s] (3034/3271) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
88082026-08-13T19:15:40.961Z PASS [ 0.047s] (3035/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_all_unchanged
88092026-08-13T19:15:40.965Z PASS [ 0.043s] (3036/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_clear_all
88102026-08-13T19:15:40.978Z PASS [ 1.793s] (3037/3271) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
88112026-08-13T19:15:41.012Z PASS [ 0.051s] (3038/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_create_all
88122026-08-13T19:15:41.016Z PASS [ 0.049s] (3039/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_created_settings_round_trip_correctly
88132026-08-13T19:15:41.020Z PASS [ 0.041s] (3040/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_filters_other_switch_slot
88142026-08-13T19:15:41.055Z PASS [ 0.042s] (3041/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_link_local_addrs_ignored_from_dpd
88152026-08-13T19:15:41.059Z PASS [ 0.037s] (3042/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_rejects_multi_link_dpd_port
88162026-08-13T19:15:41.062Z PASS [ 0.046s] (3043/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_mix
88172026-08-13T19:15:41.203Z PASS [ 2.789s] (3044/3271) oximeter-producer tests::test_producer_registration_task
88182026-08-13T19:15:41.299Z PASS [ 0.095s] (3045/3271) sled-agent-scrimlet-reconcilers handle::tests::non_scrimlet_two_phase_initialization
88192026-08-13T19:15:41.397Z PASS [ 2.125s] (3046/3271) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
88202026-08-13T19:15:41.408Z PASS [ 0.347s] (3047/3271) sled-agent-scrimlet-reconcilers handle::tests::calling_set_sled_agent_networking_info_once_multiple_times_panics
88212026-08-13T19:15:41.441Z PASS [ 1.357s] (3048/3271) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
88222026-08-13T19:15:41.527Z PASS [ 0.228s] (3049/3271) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_first_attempt
88232026-08-13T19:15:41.592Z PASS [ 0.195s] (3050/3271) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_then_we_become_not_a_scrimlet
88242026-08-13T19:15:41.700Z PASS [ 0.643s] (3051/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_plan
88252026-08-13T19:15:41.720Z PASS [ 1.622s] (3052/3271) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
88262026-08-13T19:15:41.738Z PASS [ 1.614s] (3053/3271) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
88272026-08-13T19:15:41.743Z PASS [ 0.039s] (3054/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_add_all
88282026-08-13T19:15:41.757Z PASS [ 0.349s] (3055/3271) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_info_then_scrimlet
88292026-08-13T19:15:41.760Z PASS [ 0.039s] (3056/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_all_unchanged
88302026-08-13T19:15:41.856Z PASS [ 0.036s] (3057/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_filters_other_switch_slot
88312026-08-13T19:15:41.856Z PASS [ 0.039s] (3058/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_both_empty
88322026-08-13T19:15:41.856Z PASS [ 0.344s] (3059/3271) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_scrimlet_then_info
88332026-08-13T19:15:41.857Z PASS [ 0.038s] (3060/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_local_none_defaults_to_unspecified
88342026-08-13T19:15:41.857Z PASS [ 0.038s] (3061/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mix
88352026-08-13T19:15:41.857Z PASS [ 0.036s] (3062/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mode_change_is_remove_plus_add
88362026-08-13T19:15:41.857Z PASS [ 0.035s] (3063/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_parameter_change_is_remove_plus_add
88372026-08-13T19:15:41.857Z PASS [ 0.040s] (3064/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_remove_all
88382026-08-13T19:15:41.857Z PASS [ 2.616s] (3065/3271) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
88392026-08-13T19:15:41.862Z PASS [ 0.043s] (3066/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_add_all
88402026-08-13T19:15:41.862Z PASS [ 0.043s] (3067/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_all_unchanged
88412026-08-13T19:15:41.862Z PASS [ 0.034s] (3068/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_both_empty
88422026-08-13T19:15:41.886Z PASS [ 0.038s] (3069/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_default_rib_priority
88432026-08-13T19:15:41.900Z PASS [ 0.041s] (3070/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_mix
88442026-08-13T19:15:41.900Z PASS [ 0.047s] (3071/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_delete_all
88452026-08-13T19:15:41.904Z PASS [ 0.048s] (3072/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_filters_other_switch_slot
88462026-08-13T19:15:41.927Z PASS [ 0.041s] (3073/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_multiple_nexthops_per_prefix
88472026-08-13T19:15:41.940Z PASS [ 0.040s] (3074/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_bad_mgd_prefix
88482026-08-13T19:15:41.940Z PASS [ 0.040s] (3075/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_priority_change_is_delete_plus_add
88492026-08-13T19:15:41.944Z PASS [ 0.039s] (3076/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_from_mgd
88502026-08-13T19:15:41.963Z PASS [ 0.036s] (3077/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_in_config
88512026-08-13T19:15:41.989Z PASS [ 0.049s] (3078/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_routes_from_multiple_ports
88522026-08-13T19:15:41.989Z PASS [ 0.046s] (3079/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_vlan_id_matters
88532026-08-13T19:15:41.993Z PASS [ 0.051s] (3080/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_v6_routes
88542026-08-13T19:15:42.029Z PASS [ 0.039s] (3081/3271) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_not_scrimlet
88552026-08-13T19:15:42.033Z PASS [ 0.039s] (3082/3271) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_select
88562026-08-13T19:15:42.067Z PASS [ 0.039s] (3083/3271) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_not_scrimlet
88572026-08-13T19:15:42.071Z PASS [ 0.040s] (3084/3271) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_select
88582026-08-13T19:15:42.107Z PASS [ 0.040s] (3085/3271) sled-agent-scrimlet-reconcilers reconciler_task::tests::config_change_during_inflight_reconciliation
88592026-08-13T19:15:42.110Z PASS [ 0.038s] (3086/3271) sled-agent-scrimlet-reconcilers reconciler_task::tests::first_activation
88602026-08-13T19:15:42.149Z PASS [ 0.352s] (3087/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::bgp_reconciler::tests::proptest_valid_input
88612026-08-13T19:15:42.152Z PASS [ 0.041s] (3088/3271) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_becomes_not_scrimlet_during_select
88622026-08-13T19:15:42.152Z PASS [ 0.043s] (3089/3271) sled-agent-scrimlet-reconcilers reconciler_task::tests::periodic_timer_triggers_re_reconciliation
88632026-08-13T19:15:42.190Z PASS [ 0.040s] (3090/3271) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_status_round_trip
88642026-08-13T19:15:42.194Z PASS [ 0.041s] (3091/3271) sled-agent-scrimlet-reconcilers tests::test_switch_zone_name_const_matches_illumos_utils_dynamic
88652026-08-13T19:15:42.199Z PASS [ 0.049s] (3092/3271) sled-agent-scrimlet-reconcilers reconciler_task::tests::system_networking_config_change_triggers_re_reconciliation
88662026-08-13T19:15:42.218Z PASS [ 0.019s] (3093/3271) sled-agent-types zone_bundle::tests::test_compare_bundles
88672026-08-13T19:15:42.240Z PASS [ 0.022s] (3094/3271) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
88682026-08-13T19:15:42.247Z PASS [ 2.011s] (3095/3271) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
88692026-08-13T19:15:42.270Z PASS [ 0.029s] (3096/3271) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
88702026-08-13T19:15:42.279Z PASS [ 0.032s] (3097/3271) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
88712026-08-13T19:15:42.287Z PASS [ 0.017s] (3098/3271) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
88722026-08-13T19:15:42.299Z PASS [ 0.019s] (3099/3271) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
88732026-08-13T19:15:42.305Z PASS [ 0.018s] (3100/3271) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
88742026-08-13T19:15:42.316Z PASS [ 0.017s] (3101/3271) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
88752026-08-13T19:15:42.323Z PASS [ 0.018s] (3102/3271) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
88762026-08-13T19:15:42.327Z PASS [ 0.338s] (3103/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_plan
88772026-08-13T19:15:42.333Z PASS [ 0.017s] (3104/3271) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
88782026-08-13T19:15:42.341Z PASS [ 0.018s] (3105/3271) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
88792026-08-13T19:15:42.348Z PASS [ 0.019s] (3106/3271) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
88802026-08-13T19:15:42.360Z PASS [ 0.019s] (3107/3271) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
88812026-08-13T19:15:42.366Z PASS [ 0.020s] (3108/3271) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
88822026-08-13T19:15:42.482Z PASS [ 0.148s] (3109/3271) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
88832026-08-13T19:15:42.582Z PASS [ 2.478s] (3110/3271) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
88842026-08-13T19:15:43.314Z PASS [ 0.953s] (3111/3271) sled-diagnostics logs::illumos_tests::collect_current_logs
88852026-08-13T19:15:43.348Z PASS [ 0.034s] (3112/3271) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
88862026-08-13T19:15:43.379Z PASS [ 0.032s] (3113/3271) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
88872026-08-13T19:15:43.409Z PASS [ 2.514s] (3114/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_all_unchanged
88882026-08-13T19:15:43.425Z PASS [ 0.045s] (3115/3271) sled-diagnostics queries::test::test_command_stderr_is_correct
88892026-08-13T19:15:43.444Z PASS [ 0.035s] (3116/3271) sled-diagnostics queries::test::test_command_stdout_is_correct
88902026-08-13T19:15:43.467Z PASS [ 0.042s] (3117/3271) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
88912026-08-13T19:15:43.490Z PASS [ 0.023s] (3118/3271) sled-hardware disk::test::test_disk_paths
88922026-08-13T19:15:43.512Z PASS [ 0.022s] (3119/3271) sled-hardware disk::test::test_partition_device_paths
88932026-08-13T19:15:43.544Z PASS [ 0.029s] (3120/3271) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
88942026-08-13T19:15:43.569Z PASS [ 0.027s] (3121/3271) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
88952026-08-13T19:15:43.601Z PASS [ 0.032s] (3122/3271) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
88962026-08-13T19:15:43.632Z PASS [ 0.030s] (3123/3271) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
88972026-08-13T19:15:43.665Z PASS [ 0.034s] (3124/3271) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
88982026-08-13T19:15:43.692Z PASS [ 1.210s] (3125/3271) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
88992026-08-13T19:15:43.697Z PASS [ 0.027s] (3126/3271) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
89002026-08-13T19:15:43.697Z PASS [ 2.795s] (3127/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_create_all
89012026-08-13T19:15:43.721Z PASS [ 0.029s] (3128/3271) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
89022026-08-13T19:15:43.726Z PASS [ 0.032s] (3129/3271) sled-hardware illumos::tests::parse_smbios_invalid
89032026-08-13T19:15:43.730Z PASS [ 0.033s] (3130/3271) sled-hardware illumos::tests::parse_smbios_valid
89042026-08-13T19:15:43.743Z PASS [ 0.018s] (3131/3271) sled-storage dataset::test::serialize_dataset_name
89052026-08-13T19:15:43.746Z PASS [ 0.024s] (3132/3271) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
89062026-08-13T19:15:43.864Z PASS [ 1.497s] (3133/3271) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
89072026-08-13T19:15:43.884Z PASS [ 0.142s] (3134/3271) support-bundle-collection zip::test::test_bundle_to_writer
89082026-08-13T19:15:43.888Z PASS [ 0.159s] (3135/3271) support-bundle-collection zip::test::test_bundle_to_stream
89092026-08-13T19:15:43.892Z PASS [ 0.144s] (3136/3271) support-bundle-collection zip::test::test_bundle_to_zipfile
89102026-08-13T19:15:43.902Z PASS [ 0.039s] (3137/3271) trust-quorum proxy::tests::proxy_roundtrip_concurrent
89112026-08-13T19:15:43.928Z PASS [ 0.044s] (3138/3271) trust-quorum proxy::tests::proxy_roundtrip_disconnected
89122026-08-13T19:15:43.932Z PASS [ 0.044s] (3139/3271) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
89132026-08-13T19:15:43.961Z PASS [ 4.682s] (3140/3271) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
89142026-08-13T19:15:43.978Z PASS [ 0.533s] (3141/3271) sled-diagnostics queries::test::test_long_running_command_is_aborted
89152026-08-13T19:15:43.991Z PASS [ 3.087s] (3142/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_mix
89162026-08-13T19:15:44.052Z PASS [ 15.177s] (3143/3271) omicron-passwords test::test_smoke
89172026-08-13T19:15:44.161Z PASS [ 1.579s] (3144/3271) sled-diagnostics logs::illumos_tests::log_snapshots_work
89182026-08-13T19:15:44.265Z PASS [ 16.995s] (3145/3271) omicron-omdb::test_all_output test_omdb_env_settings
89192026-08-13T19:15:44.314Z PASS [ 0.050s] (3146/3271) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
89202026-08-13T19:15:44.355Z PASS [ 0.040s] (3147/3271) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
89212026-08-13T19:15:44.527Z PASS [ 0.172s] (3148/3271) trust-quorum-protocol node::tests::initial_configuration
89222026-08-13T19:15:44.569Z PASS [ 0.041s] (3149/3271) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
89232026-08-13T19:15:44.673Z PASS [ 0.105s] (3150/3271) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
89242026-08-13T19:15:44.683Z PASS [ 0.523s] (3151/3271) trust-quorum-protocol crypto::tests::rack_secret_test
89252026-08-13T19:15:44.747Z PASS [ 4.958s] (3152/3271) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
89262026-08-13T19:15:44.765Z PASS [ 0.018s] (3153/3271) wicket cli::rack_setup::config_toml::tests::empty_config_emits_service_pool_scaffold
89272026-08-13T19:15:44.769Z PASS [ 0.092s] (3154/3271) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
89282026-08-13T19:15:44.782Z PASS [ 0.016s] (3155/3271) wicket state::inventory::tests::component_id_display
89292026-08-13T19:15:44.787Z PASS [ 0.022s] (3156/3271) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
89302026-08-13T19:15:44.799Z PASS [ 0.017s] (3157/3271) wicket state::rack::tests::prev_next_are_opposites
89312026-08-13T19:15:44.804Z PASS [ 0.017s] (3158/3271) wicket state::rack::tests::up_down_are_opposites
89322026-08-13T19:15:44.821Z PASS [ 0.016s] (3159/3271) wicket-common rack_update::tests::test_rollup_update_state
89332026-08-13T19:15:44.844Z PASS [ 0.023s] (3160/3271) wicketd commission::conversions::tests::bootstrap_sleds_project_ips_unmatched_and_unidentified_peers
89342026-08-13T19:15:44.858Z PASS [ 0.058s] (3161/3271) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
89352026-08-13T19:15:44.868Z PASS [ 0.024s] (3162/3271) wicketd commission::conversions::tests::caboose_projects_every_field
89362026-08-13T19:15:44.882Z PASS [ 0.024s] (3163/3271) wicketd commission::conversions::tests::cmis_datapath_state_maps_all_variants
89372026-08-13T19:15:44.891Z PASS [ 0.023s] (3164/3271) wicketd commission::conversions::tests::cmis_lane_projects_fault_flags_and_state
89382026-08-13T19:15:44.906Z PASS [ 0.024s] (3165/3271) wicketd commission::conversions::tests::duplicate_front_port_projects_as_a_contradiction
89392026-08-13T19:15:44.916Z PASS [ 0.026s] (3166/3271) wicketd commission::conversions::tests::fetch_error_projects_message_and_age
89402026-08-13T19:15:44.920Z PASS [ 0.990s] (3167/3271) trust-quorum task::tests::tq_initial_config
89412026-08-13T19:15:44.924Z PASS [ 0.993s] (3168/3271) trust-quorum task::tests::tq_initial_config_prepare_and_commit
89422026-08-13T19:15:44.934Z PASS [ 0.028s] (3169/3271) wicketd commission::conversions::tests::ignition_present_projects_ctrl_detect
89432026-08-13T19:15:44.945Z PASS [ 0.029s] (3170/3271) wicketd commission::conversions::tests::rack_setup_status_projects_every_variant
89442026-08-13T19:15:44.950Z PASS [ 0.031s] (3171/3271) wicketd commission::conversions::tests::rot_info_projects_not_read_and_comm_failure
89452026-08-13T19:15:44.954Z PASS [ 0.031s] (3172/3271) wicketd commission::conversions::tests::rot_info_read_projects_cabooses_and_image_errors
89462026-08-13T19:15:44.964Z PASS [ 0.029s] (3173/3271) wicketd commission::conversions::tests::rot_info_read_projects_unsupported_validity_for_v2
89472026-08-13T19:15:44.972Z PASS [ 0.027s] (3174/3271) wicketd commission::conversions::tests::rss_step_projects_one_based_index
89482026-08-13T19:15:44.980Z PASS [ 0.030s] (3175/3271) wicketd commission::conversions::tests::slot_caboose_projects_all_states
89492026-08-13T19:15:44.986Z PASS [ 0.031s] (3176/3271) wicketd commission::conversions::tests::sp_state_error_projects_from_error_only_record
89502026-08-13T19:15:44.992Z PASS [ 0.028s] (3177/3271) wicketd commission::conversions::tests::sp_state_not_read_when_only_ignition_present
89512026-08-13T19:15:45.003Z PASS [ 0.030s] (3178/3271) wicketd commission::conversions::tests::sp_state_prefers_stale_reading_over_recorded_error
89522026-08-13T19:15:45.011Z PASS [ 0.030s] (3179/3271) wicketd commission::conversions::tests::stage0_caboose_projects_all_states
89532026-08-13T19:15:45.016Z PASS [ 0.030s] (3180/3271) wicketd commission::conversions::tests::transceiver_datapath_projects_cmis_preserving_keys
89542026-08-13T19:15:45.022Z PASS [ 0.030s] (3181/3271) wicketd commission::conversions::tests::transceiver_datapath_projects_empty_cmis_and_error
89552026-08-13T19:15:45.032Z PASS [ 0.028s] (3182/3271) wicketd commission::conversions::tests::transceiver_datapath_projects_sff8636_lanes
89562026-08-13T19:15:45.038Z PASS [ 0.027s] (3183/3271) wicketd commission::conversions::tests::transceiver_monitors_distinguish_unsupported_from_no_lanes
89572026-08-13T19:15:45.045Z PASS [ 0.029s] (3184/3271) wicketd commission::conversions::tests::transceiver_monitors_projects_power
89582026-08-13T19:15:45.050Z PASS [ 0.027s] (3185/3271) wicketd commission::conversions::tests::transceiver_monitors_reject_mismatched_lane_counts
89592026-08-13T19:15:45.057Z PASS [ 0.025s] (3186/3271) wicketd commission::conversions::tests::transceiver_monitors_reject_more_lanes_than_a_lane_number_holds
89602026-08-13T19:15:45.062Z PASS [ 0.025s] (3187/3271) wicketd commission::conversions::tests::transceiver_power_projects_modes
89612026-08-13T19:15:45.068Z PASS [ 1.016s] (3188/3271) trust-quorum task::tests::tq_upgrade_from_lrtq
89622026-08-13T19:15:45.072Z PASS [ 0.027s] (3189/3271) wicketd commission::conversions::tests::transceiver_status_projects_flags
89632026-08-13T19:15:45.077Z PASS [ 0.027s] (3190/3271) wicketd commission::conversions::tests::transceiver_vendor_projects_identity
89642026-08-13T19:15:45.083Z PASS [ 0.026s] (3191/3271) wicketd commission::conversions::tests::transceivers_response_projects_by_switch_and_port
89652026-08-13T19:15:45.089Z PASS [ 0.027s] (3192/3271) wicketd commission::conversions::tests::transceivers_unavailable_projects_empty
89662026-08-13T19:15:45.096Z PASS [ 0.028s] (3193/3271) wicketd commission::progress::tests::counter_projects_to_step_progress
89672026-08-13T19:15:45.100Z PASS [ 0.027s] (3194/3271) wicketd commission::progress::tests::empty_report_projects_waiting
89682026-08-13T19:15:45.104Z PASS [ 0.027s] (3195/3271) wicketd commission::progress::tests::will_not_be_run_messages_distinguish_reason_variants
89692026-08-13T19:15:45.110Z PASS [ 0.027s] (3196/3271) wicketd helpers::tests::baseboard_id_matches_when_part_and_serial_agree
89702026-08-13T19:15:45.115Z PASS [ 0.026s] (3197/3271) wicketd http_helpers::tests::client_side_failures_become_500_with_detail
89712026-08-13T19:15:45.125Z PASS [ 0.029s] (3198/3271) wicketd http_helpers::tests::error_responses_mirror_status_and_expose_detail
89722026-08-13T19:15:45.132Z PASS [ 0.033s] (3199/3271) wicketd installinator_progress::tests::test_states
89732026-08-13T19:15:45.178Z PASS [ 0.073s] (3200/3271) wicketd mgs::tests::error_only_map_is_available_and_surfaces_errors
89742026-08-13T19:15:45.183Z PASS [ 0.072s] (3201/3271) wicketd mgs::tests::ignition_fetch_error_does_not_satisfy_ignition_waiter
89752026-08-13T19:15:45.189Z PASS [ 0.074s] (3202/3271) wicketd mgs::tests::ignition_fetch_errors_are_recorded_and_cleared
89762026-08-13T19:15:45.196Z PASS [ 0.071s] (3203/3271) wicketd mgs::tests::ignition_update_does_not_clear_errors
89772026-08-13T19:15:45.202Z PASS [ 0.069s] (3204/3271) wicketd mgs::tests::prune_dead_waiters_drops_only_closed_receivers
89782026-08-13T19:15:45.205Z PASS [ 0.027s] (3205/3271) wicketd mgs::tests::rot_communication_failure_projects_to_none
89792026-08-13T19:15:45.224Z PASS [ 0.027s] (3206/3271) wicketd mgs::tests::stage0_fetch_projection_table
89802026-08-13T19:15:45.229Z PASS [ 0.027s] (3207/3271) wicketd mgs::tests::sub_fetch_error_projects_to_none
89812026-08-13T19:15:45.256Z PASS [ 0.072s] (3208/3271) wicketd mgs::tests::sp_state_fetch_error_lifecycle
89822026-08-13T19:15:45.261Z PASS [ 1.353s] (3209/3271) trust-quorum task::tests::test_network_config
89832026-08-13T19:15:45.261Z PASS [ 0.034s] (3210/3271) wicketd rss_config::tests::rejected_update_is_all_or_nothing
89842026-08-13T19:15:45.265Z PASS [ 0.072s] (3211/3271) wicketd mgs::tests::sp_state_fetch_errors_do_not_satisfy_waiters
89852026-08-13T19:15:45.266Z PASS [ 0.035s] (3212/3271) wicketd rss_config::tests::test_bgp_auth_key_states
89862026-08-13T19:15:45.280Z PASS [ 0.075s] (3213/3271) wicketd rss_config::tests::duplicate_external_certificate_uploads_are_deduplicated
89872026-08-13T19:15:45.285Z PASS [ 0.030s] (3214/3271) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
89882026-08-13T19:15:45.296Z PASS [ 3.333s] (3215/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_full_reconciliation
89892026-08-13T19:15:45.326Z PASS [ 1.437s] (3216/3271) trust-quorum task::tests::full_mesh_connectivity
89902026-08-13T19:15:45.334Z PASS [ 1.357s] (3217/3271) trust-quorum task::tests::tq_proxy
89912026-08-13T19:15:45.345Z PASS [ 0.019s] (3218/3271) wicketd-commission-types-versions impls::inventory::tests::fault_flag_is_asserted
89922026-08-13T19:15:45.353Z PASS [ 0.019s] (3219/3271) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_cmis_passes_through_flags
89932026-08-13T19:15:45.361Z PASS [ 0.016s] (3220/3271) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_error_returns_message
89942026-08-13T19:15:45.371Z PASS [ 0.018s] (3221/3271) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_sff8636_lifts_bools
89952026-08-13T19:15:45.381Z PASS [ 0.019s] (3222/3271) wicketd-commission-types-versions impls::rack_setup::tests::ddm_auto_serializes_to_empty_map
89962026-08-13T19:15:45.391Z PASS [ 0.020s] (3223/3271) wicketd-commission-types-versions impls::rack_setup::tests::empty_map_deserializes_to_ddm_auto
89972026-08-13T19:15:45.401Z PASS [ 0.019s] (3224/3271) wicketd-commission-types-versions impls::rack_setup::tests::invalid_router_peer_address
89982026-08-13T19:15:45.411Z PASS [ 0.020s] (3225/3271) wicketd-commission-types-versions impls::rack_setup::tests::invalid_uplink_address
89992026-08-13T19:15:45.424Z PASS [ 0.019s] (3226/3271) wicketd-commission-types-versions impls::rack_setup::tests::manual_config_roundtrips
90002026-08-13T19:15:45.424Z PASS [ 1.430s] (3227/3271) trust-quorum task::tests::tq_reconfig_with_commit_advance
90012026-08-13T19:15:45.429Z PASS [ 0.018s] (3228/3271) wicketd-commission-types-versions impls::rack_setup::tests::misspelled_field_names_unknown_field
90022026-08-13T19:15:45.437Z PASS [ 0.018s] (3229/3271) wicketd-commission-types-versions impls::rack_setup::tests::non_map_input_fails_cleanly
90032026-08-13T19:15:45.441Z PASS [ 0.018s] (3230/3271) wicketd-commission-types-versions impls::rack_setup::tests::rack_operation_kind_is_an_open_set
90042026-08-13T19:15:45.450Z PASS [ 0.021s] (3231/3271) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_import_export_policy
90052026-08-13T19:15:45.458Z PASS [ 0.020s] (3232/3271) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_router_peer_address
90062026-08-13T19:15:45.462Z PASS [ 0.020s] (3233/3271) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_uplink_address
90072026-08-13T19:15:45.469Z PASS [ 0.019s] (3234/3271) wicketd-commission-types-versions impls::rack_setup::tests::rss_step_info_rejects_zero
90082026-08-13T19:15:45.475Z PASS [ 0.017s] (3235/3271) wicketd-commission-types-versions impls::update::tests::deserialize_accepts_single
90092026-08-13T19:15:45.484Z PASS [ 0.024s] (3236/3271) wicketd-commission-types-versions impls::update::tests::deserialize_dedups_duplicates
90102026-08-13T19:15:45.488Z PASS [ 0.018s] (3237/3271) wicketd-commission-types-versions impls::update::tests::deserialize_rejects_empty
90112026-08-13T19:15:45.492Z PASS [ 0.017s] (3238/3271) wicketd-commission-types-versions impls::update::tests::new_accepts_single
90122026-08-13T19:15:45.501Z PASS [ 0.017s] (3239/3271) wicketd-commission-types-versions impls::update::tests::new_rejects_empty
90132026-08-13T19:15:45.509Z PASS [ 0.022s] (3240/3271) wicketd-commission-types-versions impls::update::tests::serde_roundtrip
90142026-08-13T19:15:45.513Z PASS [ 0.019s] (3241/3271) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_dual_stack
90152026-08-13T19:15:45.519Z PASS [ 0.017s] (3242/3271) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_empty
90162026-08-13T19:15:45.526Z PASS [ 0.016s] (3243/3271) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v4_only
90172026-08-13T19:15:45.530Z PASS [ 0.019s] (3244/3271) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v6_only
90182026-08-13T19:15:45.697Z PASS [ 1.736s] (3245/3271) trust-quorum task::tests::tq_persistent_state
90192026-08-13T19:15:45.929Z PASS [ 0.674s] (3246/3271) wicketd::mod integration_tests::commission::test_commission_inventory
90202026-08-13T19:15:45.956Z PASS [ 0.671s] (3247/3271) wicketd::mod integration_tests::updates::test_update_races
90212026-08-13T19:15:45.961Z PASS [ 0.699s] (3248/3271) wicketd::mod integration_tests::commission::test_commission_rss_config
90222026-08-13T19:15:45.974Z PASS [ 0.709s] (3249/3271) wicketd::mod integration_tests::inventory::test_inventory
90232026-08-13T19:15:46.014Z PASS [ 0.752s] (3250/3271) wicketd::mod integration_tests::commission::test_commission_start_update
90242026-08-13T19:15:46.199Z PASS [ 4.403s] (3251/3271) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::proptest_full_reconciliation
90252026-08-13T19:15:46.624Z PASS [ 1.344s] (3252/3271) wicketd::mod integration_tests::updates::test_installinator_fetch
90262026-08-13T19:15:47.408Z PASS [ 2.112s] (3253/3271) wicketd::mod integration_tests::updates::test_updates
90272026-08-13T19:15:47.786Z PASS [ 8.607s] (3254/3271) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
90282026-08-13T19:15:48.899Z PASS [ 10.613s] (3255/3271) oximeter-db::integration_test test_schemas_disjoint
90292026-08-13T19:15:50.505Z PASS [ 8.913s] (3256/3271) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation_refresh
90302026-08-13T19:15:50.856Z PASS [ 8.665s] (3257/3271) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation_refresh
90312026-08-13T19:15:52.156Z PASS [ 10.628s] (3258/3271) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation
90322026-08-13T19:15:52.893Z PASS [ 10.703s] (3259/3271) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation
90332026-08-13T19:15:53.019Z PASS [ 11.964s] (3260/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_full_reconciliation
90342026-08-13T19:15:53.304Z PASS [ 15.020s] (3261/3271) oximeter-db::integration_test test_cluster
90352026-08-13T19:15:53.562Z PASS [ 12.672s] (3262/3271) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_full_reconciliation
90362026-08-13T19:15:56.669Z PASS [ 105.436s] (3263/3271) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
90372026-08-13T19:15:58.752Z PASS [ 43.515s] (3264/3271) omicron-nexus::test_all integration_tests::webhooks::test_probe
90382026-08-13T19:15:59.416Z PASS [ 46.747s] (3265/3271) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
90392026-08-13T19:16:02.138Z PASS [ 32.094s] (3266/3271) omicron-sled-agent nexus::test::nexus_self_notification_test
90402026-08-13T19:16:02.314Z PASS [ 46.722s] (3267/3271) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
90412026-08-13T19:16:04.658Z PASS [ 30.043s] (3268/3271) oximeter-db client::tests::cannot_ping_nonexistent_server
90422026-08-13T19:16:06.452Z PASS [ 48.017s] (3269/3271) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
90432026-08-13T19:16:07.875Z PASS [ 40.347s] (3270/3271) omicron-omdb::test_all_output test_omdb_success_cases
90442026-08-13T19:16:41.991Z PASS [ 57.306s] (3271/3271) trust-quorum-protocol::cluster test_trust_quorum_protocol
90452026-08-13T19:16:41.995Z────────────
90462026-08-13T19:16:41.996Z Summary [ 920.687s] 3271 tests run: 3271 passed (51 slow), 10 skipped
90472026-08-13T19:16:42.090Z
90482026-08-13T19:16:42.094Zreal 15:35.707888452
90492026-08-13T19:16:42.094Zuser 5:19:12.659250704
90502026-08-13T19:16:42.095Zsys 1:13:06.325772588
90512026-08-13T19:16:42.095Ztrap 3:33.989854628
90522026-08-13T19:16:42.095Ztflt 7.846155019
90532026-08-13T19:16:42.095Zdflt 40.462462557
90542026-08-13T19:16:42.095Zkflt 0.558702699
90552026-08-13T19:16:42.095Zlock 2096:53:32.294656714
90562026-08-13T19:16:42.095Zslp 128:17:04.761767895
90572026-08-13T19:16:42.095Zlat 5:02:58.553795126
90582026-08-13T19:16:42.095Zstop 14:41.436078092
90592026-08-13T19:16:42.095Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
90602026-08-13T19:16:42.249Zinfo: exported run e43431e8-b638-434c-920c-29f456510a9d to /tmp/nextest-run-archive.zip (3162544 bytes)
90612026-08-13T19:16:42.253Z
90622026-08-13T19:16:42.253Zreal 0.155458047
90632026-08-13T19:16:42.253Zuser 0.111880587
90642026-08-13T19:16:42.253Zsys 0.038123022
90652026-08-13T19:16:42.253Ztrap 0.000010400
90662026-08-13T19:16:42.253Ztflt 0.000019470
90672026-08-13T19:16:42.253Zdflt 0.000007860
90682026-08-13T19:16:42.253Zkflt 0.000000000
90692026-08-13T19:16:42.253Zlock 0.040508912
90702026-08-13T19:16:42.253Zslp 0.211940770
90712026-08-13T19:16:42.253Zlat 0.000834450
90722026-08-13T19:16:42.254Zstop 0.000301450
90732026-08-13T19:16:42.254Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
90742026-08-13T19:16:42.449Zinfo: wrote Chrome trace for run e43431e8-b638-434c-920c-29f456510a9d to /tmp/nextest-chrome-trace.json
90752026-08-13T19:16:42.453Z
90762026-08-13T19:16:42.453Zreal 0.195503943
90772026-08-13T19:16:42.453Zuser 0.144277013
90782026-08-13T19:16:42.453Zsys 0.045793010
90792026-08-13T19:16:42.453Ztrap 0.000011850
90802026-08-13T19:16:42.453Ztflt 0.000006950
90812026-08-13T19:16:42.454Zdflt 0.000054800
90822026-08-13T19:16:42.454Zkflt 0.000000000
90832026-08-13T19:16:42.454Zlock 0.040650412
90842026-08-13T19:16:42.454Zslp 0.208538856
90852026-08-13T19:16:42.454Zlat 0.000907550
90862026-08-13T19:16:42.454Zstop 0.000286610
90872026-08-13T19:16:42.458Z+ [[ 0 -ne 0 ]]
90882026-08-13T19:16:42.458Z+ banner doctest
90892026-08-13T19:16:42.459Z
90902026-08-13T19:16:42.459Z ##### #### #### ##### ###### #### #####
90912026-08-13T19:16:42.459Z # # # # # # # # # #
90922026-08-13T19:16:42.459Z # # # # # # ##### #### #
90932026-08-13T19:16:42.459Z # # # # # # # # #
90942026-08-13T19:16:42.459Z # # # # # # # # # # #
90952026-08-13T19:16:42.459Z ##### #### #### # ###### #### #
90962026-08-13T19:16:42.459Z
90972026-08-13T19:16:42.459Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
90982026-08-13T19:16:43.638Z Fresh unicode-ident v1.0.24
90992026-08-13T19:16:43.645Z Fresh cfg-if v1.0.4
91002026-08-13T19:16:43.645Z Fresh memchr v2.8.0
91012026-08-13T19:16:43.645Z Fresh smallvec v1.15.1
91022026-08-13T19:16:43.645Z Fresh rand_core v0.10.0
91032026-08-13T19:16:43.645Z Fresh log v0.4.29
91042026-08-13T19:16:43.645Z Fresh itoa v1.0.17
91052026-08-13T19:16:43.646Z Fresh autocfg v1.5.0
91062026-08-13T19:16:43.646Z Fresh subtle v2.6.1
91072026-08-13T19:16:43.646Z Fresh version_check v0.9.5
91082026-08-13T19:16:43.646Z Fresh scopeguard v1.2.0
91092026-08-13T19:16:43.646Z Fresh typenum v1.20.1
91102026-08-13T19:16:43.646Z Fresh stable_deref_trait v1.2.1
91112026-08-13T19:16:43.646Z Fresh percent-encoding v2.3.2
91122026-08-13T19:16:43.646Z Fresh writeable v0.6.2
91132026-08-13T19:16:43.646Z Fresh litemap v0.8.1
91142026-08-13T19:16:43.646Z Fresh utf8_iter v1.0.4
91152026-08-13T19:16:43.646Z Fresh critical-section v1.2.0
91162026-08-13T19:16:43.646Z Fresh proc-macro2 v1.0.106
91172026-08-13T19:16:43.646Z Fresh lock_api v0.4.14
91182026-08-13T19:16:43.647Z Fresh form_urlencoded v1.2.2
91192026-08-13T19:16:43.647Z Fresh pin-project-lite v0.2.17
91202026-08-13T19:16:43.647Z Fresh shlex v1.3.0
91212026-08-13T19:16:43.647Z Fresh find-msvc-tools v0.1.9
91222026-08-13T19:16:43.647Z Fresh equivalent v1.0.2
91232026-08-13T19:16:43.647Z Fresh iana-time-zone v0.1.65
91242026-08-13T19:16:43.647Z Fresh heck v0.5.0
91252026-08-13T19:16:43.647Z Fresh regex-syntax v0.8.10
91262026-08-13T19:16:43.647Z Fresh dyn-clone v1.0.20
91272026-08-13T19:16:43.647Z Fresh hashbrown v0.17.0
91282026-08-13T19:16:43.647Z Fresh strsim v0.11.1
91292026-08-13T19:16:43.647Z Fresh fnv v1.0.7
91302026-08-13T19:16:43.647Z Fresh futures-core v0.3.32
91312026-08-13T19:16:43.647Z Fresh quote v1.0.45
91322026-08-13T19:16:43.647Z Fresh libc v0.2.185
91332026-08-13T19:16:43.647Z Fresh serde_core v1.0.228
91342026-08-13T19:16:43.647Z Fresh libm v0.2.16
91352026-08-13T19:16:43.647Z Fresh zmij v1.0.21
91362026-08-13T19:16:43.648Z Fresh icu_normalizer_data v2.1.1
91372026-08-13T19:16:43.648Z Fresh icu_properties_data v2.1.2
91382026-08-13T19:16:43.648Z Fresh portable-atomic v1.13.1
91392026-08-13T19:16:43.648Z Fresh cmov v0.5.4
91402026-08-13T19:16:43.648Z Fresh aho-corasick v1.1.4
91412026-08-13T19:16:43.648Z Fresh byteorder v1.5.0
91422026-08-13T19:16:43.648Z Fresh futures-sink v0.3.32
91432026-08-13T19:16:43.648Z Fresh slab v0.4.12
91442026-08-13T19:16:43.648Z Fresh futures-io v0.3.32
91452026-08-13T19:16:43.648Z Fresh futures-task v0.3.32
91462026-08-13T19:16:43.648Z Fresh base64ct v1.8.3
91472026-08-13T19:16:43.648Z Fresh const-oid v0.9.6
91482026-08-13T19:16:43.648Z Fresh ident_case v1.0.1
91492026-08-13T19:16:43.649Z Fresh pkg-config v0.3.32
91502026-08-13T19:16:43.649Z Fresh time-core v0.1.8
91512026-08-13T19:16:43.649Z Fresh base64 v0.22.1
91522026-08-13T19:16:43.649Z Fresh powerfmt v0.2.0
91532026-08-13T19:16:43.655Z Fresh syn v2.0.117
91542026-08-13T19:16:43.655Z Fresh getrandom v0.4.1
91552026-08-13T19:16:43.655Z Fresh num-traits v0.2.19
91562026-08-13T19:16:43.655Z Fresh errno v0.3.14
91572026-08-13T19:16:43.655Z Fresh serde_json v1.0.151
91582026-08-13T19:16:43.655Z Fresh bitflags v2.11.0
91592026-08-13T19:16:43.655Z Fresh semver v1.0.28
91602026-08-13T19:16:43.656Z Fresh parking_lot_core v0.9.12
91612026-08-13T19:16:43.656Z Fresh once_cell v1.21.3
91622026-08-13T19:16:43.656Z Fresh jobserver v0.1.34
91632026-08-13T19:16:43.656Z Fresh mio v1.2.0
91642026-08-13T19:16:43.656Z Fresh socket2 v0.6.3
91652026-08-13T19:16:43.656Z Fresh rustversion v1.0.22
91662026-08-13T19:16:43.656Z Fresh indexmap v2.14.0
91672026-08-13T19:16:43.656Z Fresh getrandom v0.2.17
91682026-08-13T19:16:43.656Z Fresh ctutils v0.4.2
91692026-08-13T19:16:43.656Z Fresh regex-automata v0.4.14
91702026-08-13T19:16:43.656Z Fresh futures-channel v0.3.32
91712026-08-13T19:16:43.656Z Fresh num-conv v0.2.0
91722026-08-13T19:16:43.656Z Fresh deranged v0.5.8
91732026-08-13T19:16:43.656Z Fresh num_threads v0.1.7
91742026-08-13T19:16:43.657Z Fresh either v1.15.0
91752026-08-13T19:16:43.657Z Fresh utf8parse v0.2.2
91762026-08-13T19:16:43.657Z Fresh anstyle v1.0.14
91772026-08-13T19:16:43.657Z Fresh const-oid v0.10.2
91782026-08-13T19:16:43.657Z Fresh serde_derive v1.0.228
91792026-08-13T19:16:43.657Z Fresh zeroize_derive v1.5.0
91802026-08-13T19:16:43.657Z Fresh synstructure v0.13.2
91812026-08-13T19:16:43.657Z Fresh zerovec-derive v0.11.2
91822026-08-13T19:16:43.657Z Fresh displaydoc v0.2.5
91832026-08-13T19:16:43.657Z Fresh parking_lot v0.12.5
91842026-08-13T19:16:43.657Z Fresh zerocopy-derive v0.8.40
91852026-08-13T19:16:43.657Z Fresh thiserror-impl v2.0.18
91862026-08-13T19:16:43.657Z Fresh signal-hook-registry v1.4.8
91872026-08-13T19:16:43.658Z Fresh cc v1.2.56
91882026-08-13T19:16:43.658Z Fresh uuid v1.23.4
91892026-08-13T19:16:43.658Z Fresh tokio-macros v2.7.0
91902026-08-13T19:16:43.658Z Fresh serde_derive_internals v0.29.1
91912026-08-13T19:16:43.658Z Fresh rustix v1.1.3
91922026-08-13T19:16:43.658Z Fresh rand_core v0.6.4
91932026-08-13T19:16:43.658Z Fresh futures-macro v0.3.32
91942026-08-13T19:16:43.658Z Fresh thiserror-impl v1.0.69
91952026-08-13T19:16:43.658Z Fresh getrandom v0.3.4
91962026-08-13T19:16:43.658Z Fresh syn v1.0.109
91972026-08-13T19:16:43.658Z Fresh regex v1.12.3
91982026-08-13T19:16:43.658Z Fresh anyhow v1.0.102
91992026-08-13T19:16:43.658Z Fresh tracing-attributes v0.1.31
92002026-08-13T19:16:43.658Z Fresh time-macros v0.2.27
92012026-08-13T19:16:43.658Z Fresh tracing-core v0.1.36
92022026-08-13T19:16:43.659Z Fresh anstyle-query v1.1.5
92032026-08-13T19:16:43.659Z Fresh allocator-api2 v0.2.21
92042026-08-13T19:16:43.659Z Fresh is_terminal_polyfill v1.70.2
92052026-08-13T19:16:43.659Z Fresh colorchoice v1.0.4
92062026-08-13T19:16:43.659Z Fresh dunce v1.0.5
92072026-08-13T19:16:43.659Z Fresh fs_extra v1.3.0
92082026-08-13T19:16:43.659Z Fresh serde v1.0.228
92092026-08-13T19:16:43.659Z Fresh zeroize v1.9.0
92102026-08-13T19:16:43.659Z Fresh zerofrom-derive v0.1.6
92112026-08-13T19:16:43.659Z Fresh yoke-derive v0.8.1
92122026-08-13T19:16:43.659Z Fresh zerocopy v0.8.40
92132026-08-13T19:16:43.659Z Fresh thiserror v2.0.18
92142026-08-13T19:16:43.659Z Fresh schemars_derive v0.8.22
92152026-08-13T19:16:43.659Z Fresh futures-util v0.3.32
92162026-08-13T19:16:43.659Z Fresh thiserror v1.0.69
92172026-08-13T19:16:43.659Z Fresh tracing v0.1.44
92182026-08-13T19:16:43.659Z Fresh time v0.3.47
92192026-08-13T19:16:43.660Z Fresh rand_core v0.9.5
92202026-08-13T19:16:43.660Z Fresh crossbeam-utils v0.8.21
92212026-08-13T19:16:43.660Z Fresh cmake v0.1.57
92222026-08-13T19:16:43.660Z Fresh terminal_size v0.4.3
92232026-08-13T19:16:43.660Z Fresh anstyle-parse v1.0.0
92242026-08-13T19:16:43.660Z Fresh cpufeatures v0.3.0
92252026-08-13T19:16:43.660Z Fresh clap_lex v1.0.0
92262026-08-13T19:16:43.660Z Fresh clap_derive v4.6.1
92272026-08-13T19:16:43.660Z Fresh fastrand v2.3.0
92282026-08-13T19:16:43.660Z Fresh rustc_version v0.4.1
92292026-08-13T19:16:43.660Z Fresh untrusted v0.7.1
92302026-08-13T19:16:43.660Z Fresh cpufeatures v0.2.17
92312026-08-13T19:16:43.660Z Fresh ryu v1.0.23
92322026-08-13T19:16:43.660Z Fresh atomic-waker v1.1.2
92332026-08-13T19:16:43.660Z Fresh ucd-trie v0.1.7
92342026-08-13T19:16:43.660Z Fresh try-lock v0.2.5
92352026-08-13T19:16:43.660Z Fresh httpdate v1.0.3
92362026-08-13T19:16:43.660Z Fresh bytes v1.11.1
92372026-08-13T19:16:43.660Z Fresh zerofrom v0.1.6
92382026-08-13T19:16:43.661Z Fresh chrono v0.4.45
92392026-08-13T19:16:43.661Z Fresh hybrid-array v0.4.13
92402026-08-13T19:16:43.661Z Fresh generic-array v0.14.7
92412026-08-13T19:16:43.661Z Fresh ppv-lite86 v0.2.21
92422026-08-13T19:16:43.661Z Fresh serde_tokenstream v0.2.3
92432026-08-13T19:16:43.661Z Fresh ipnet v2.11.0
92442026-08-13T19:16:43.661Z Fresh erased-serde v0.3.31
92452026-08-13T19:16:43.661Z Fresh anstream v1.0.0
92462026-08-13T19:16:43.661Z Fresh rustls-pki-types v1.14.0
92472026-08-13T19:16:43.661Z Fresh tempfile v3.25.0
92482026-08-13T19:16:43.661Z Fresh pest v2.8.6
92492026-08-13T19:16:43.661Z Fresh want v0.3.1
92502026-08-13T19:16:43.661Z Fresh tower-layer v0.3.3
92512026-08-13T19:16:43.661Z Fresh tower-service v0.3.3
92522026-08-13T19:16:43.661Z Fresh pretty-hex v0.4.1
92532026-08-13T19:16:43.667Z Fresh untrusted v0.9.0
92542026-08-13T19:16:43.667Z Fresh hex v0.4.3
92552026-08-13T19:16:43.667Z Fresh der_derive v0.7.3
92562026-08-13T19:16:43.667Z Fresh pem-rfc7468 v0.7.0
92572026-08-13T19:16:43.667Z Fresh plain v0.2.3
92582026-08-13T19:16:43.667Z Fresh flagset v0.4.7
92592026-08-13T19:16:43.667Z Fresh async-trait v0.1.89
92602026-08-13T19:16:43.667Z Fresh spin v0.9.8
92612026-08-13T19:16:43.667Z Fresh mime v0.3.17
92622026-08-13T19:16:43.667Z Fresh openssl-probe v0.2.1
92632026-08-13T19:16:43.667Z Fresh simd-adler32 v0.3.8
92642026-08-13T19:16:43.667Z Fresh yoke v0.8.1
92652026-08-13T19:16:43.667Z Fresh tokio v1.52.1
92662026-08-13T19:16:43.667Z Fresh crypto-common v0.2.2
92672026-08-13T19:16:43.667Z Fresh crypto-common v0.1.7
92682026-08-13T19:16:43.668Z Fresh block-buffer v0.12.1
92692026-08-13T19:16:43.668Z Fresh block-buffer v0.10.4
92702026-08-13T19:16:43.668Z Fresh http v1.4.2
92712026-08-13T19:16:43.668Z Fresh rand_chacha v0.9.0
92722026-08-13T19:16:43.668Z Fresh slog v2.8.2
92732026-08-13T19:16:43.668Z Fresh clap_builder v4.6.0
92742026-08-13T19:16:43.668Z Fresh httparse v1.10.1
92752026-08-13T19:16:43.668Z Fresh camino v1.2.2
92762026-08-13T19:16:43.668Z Fresh pest_meta v2.8.6
92772026-08-13T19:16:43.668Z Fresh block-padding v0.4.2
92782026-08-13T19:16:43.668Z Fresh der v0.7.10
92792026-08-13T19:16:43.668Z Fresh unicode-segmentation v1.12.0
92802026-08-13T19:16:43.668Z Fresh foldhash v0.2.0
92812026-08-13T19:16:43.669Z Fresh adler2 v2.0.1
92822026-08-13T19:16:43.669Z Fresh rand_chacha v0.3.1
92832026-08-13T19:16:43.669Z Fresh serde_urlencoded v0.7.1
92842026-08-13T19:16:43.669Z Fresh encoding_rs v0.8.35
92852026-08-13T19:16:43.669Z Fresh futures-executor v0.3.32
92862026-08-13T19:16:43.669Z Fresh darling_core v0.23.0
92872026-08-13T19:16:43.669Z Fresh vcpkg v0.2.15
92882026-08-13T19:16:43.669Z Fresh sync_wrapper v1.0.2
92892026-08-13T19:16:43.669Z Fresh openapiv3 v2.2.0
92902026-08-13T19:16:43.669Z Fresh hubpack_derive v0.1.1
92912026-08-13T19:16:43.669Z Fresh iri-string v0.7.10
92922026-08-13T19:16:43.669Z Fresh static_assertions v1.1.0
92932026-08-13T19:16:43.669Z Fresh zerovec v0.11.5
92942026-08-13T19:16:43.669Z Fresh zerotrie v0.2.3
92952026-08-13T19:16:43.669Z Fresh digest v0.10.7
92962026-08-13T19:16:43.669Z Fresh tokio-util v0.7.18
92972026-08-13T19:16:43.669Z Fresh digest v0.11.3
92982026-08-13T19:16:43.670Z Fresh rand v0.9.2
92992026-08-13T19:16:43.670Z Fresh clap v4.6.1
93002026-08-13T19:16:43.670Z Fresh aws-lc-sys v0.40.0
93012026-08-13T19:16:43.670Z Fresh http-body v1.0.1
93022026-08-13T19:16:43.670Z Fresh inout v0.2.2
93032026-08-13T19:16:43.670Z Fresh pest_generator v2.8.6
93042026-08-13T19:16:43.670Z Fresh hashbrown v0.16.1
93052026-08-13T19:16:43.670Z Fresh miniz_oxide v0.8.9
93062026-08-13T19:16:43.670Z Fresh rand v0.8.6
93072026-08-13T19:16:43.670Z Fresh spki v0.7.3
93082026-08-13T19:16:43.670Z Fresh darling_macro v0.23.0
93092026-08-13T19:16:43.670Z Fresh futures v0.3.32
93102026-08-13T19:16:43.670Z Fresh tower v0.5.3
93112026-08-13T19:16:43.670Z Fresh hubpack v0.1.2
93122026-08-13T19:16:43.670Z Fresh litrs v1.0.0
93132026-08-13T19:16:43.670Z Fresh rustls-native-certs v0.8.3
93142026-08-13T19:16:43.671Z Fresh scroll_derive v0.13.1
93152026-08-13T19:16:43.671Z Fresh psl-types v2.0.11
93162026-08-13T19:16:43.671Z Fresh winnow v1.0.3
93172026-08-13T19:16:43.671Z Fresh tinyvec_macros v0.1.1
93182026-08-13T19:16:43.671Z Fresh bit-vec v0.8.0
93192026-08-13T19:16:43.671Z Fresh lazy_static v1.5.0
93202026-08-13T19:16:43.671Z Fresh wait-timeout v0.2.1
93212026-08-13T19:16:43.671Z Fresh tinystr v0.8.2
93222026-08-13T19:16:43.671Z Fresh potential_utf v0.1.4
93232026-08-13T19:16:43.671Z Fresh aws-lc-rs v1.16.3
93242026-08-13T19:16:43.671Z Fresh h2 v0.4.15
93252026-08-13T19:16:43.671Z Fresh pest_derive v2.8.6
93262026-08-13T19:16:43.671Z Fresh http-body-util v0.1.3
93272026-08-13T19:16:43.671Z Fresh cipher v0.5.2
93282026-08-13T19:16:43.671Z Fresh darling v0.23.0
93292026-08-13T19:16:43.671Z Fresh crc32fast v1.5.0
93302026-08-13T19:16:43.671Z Fresh tower-http v0.6.8
93312026-08-13T19:16:43.671Z Fresh pkcs8 v0.10.2
93322026-08-13T19:16:43.672Z Fresh document-features v0.2.12
93332026-08-13T19:16:43.672Z Fresh scroll v0.13.0
93342026-08-13T19:16:43.672Z Fresh toml_parser v1.1.2+spec-1.1.0
93352026-08-13T19:16:43.672Z Fresh cookie v0.18.1
93362026-08-13T19:16:43.672Z Fresh sha2 v0.10.9
93372026-08-13T19:16:43.672Z Fresh tinyvec v1.10.0
93382026-08-13T19:16:43.672Z Fresh bit-set v0.8.0
93392026-08-13T19:16:43.672Z Fresh zlib-rs v0.6.2
93402026-08-13T19:16:43.672Z Fresh thread-id v5.1.0
93412026-08-13T19:16:43.672Z Fresh quick-error v1.2.3
93422026-08-13T19:16:43.672Z Fresh signature v2.2.0
93432026-08-13T19:16:43.672Z Fresh serde_spanned v0.6.9
93442026-08-13T19:16:43.672Z Fresh toml_datetime v0.6.11
93452026-08-13T19:16:43.672Z Fresh rand_xorshift v0.4.0
93462026-08-13T19:16:43.672Z Fresh strum_macros v0.26.4
93472026-08-13T19:16:43.672Z Fresh num-integer v0.1.46
93482026-08-13T19:16:43.673Z Fresh darling_core v0.20.11
93492026-08-13T19:16:43.673Z Fresh memmap2 v0.9.10
93502026-08-13T19:16:43.673Z Fresh icu_locale_core v2.1.1
93512026-08-13T19:16:43.673Z Fresh icu_collections v2.1.1
93522026-08-13T19:16:43.673Z Fresh hyper v1.10.1
93532026-08-13T19:16:43.678Z Fresh rustls-webpki v0.103.13
93542026-08-13T19:16:43.678Z Fresh goblin v0.10.5
93552026-08-13T19:16:43.678Z Fresh paste v1.0.15
93562026-08-13T19:16:43.678Z Fresh dtrace-parser v0.3.0
93572026-08-13T19:16:43.678Z Fresh flate2 v1.1.9
93582026-08-13T19:16:43.678Z Fresh rusty-fork v0.3.1
93592026-08-13T19:16:43.678Z Fresh unarray v0.1.4
93602026-08-13T19:16:43.678Z Fresh data-encoding v2.10.0
93612026-08-13T19:16:43.678Z Fresh strum v0.26.3
93622026-08-13T19:16:43.678Z Fresh darling_macro v0.20.11
93632026-08-13T19:16:43.678Z Fresh hmac v0.12.1
93642026-08-13T19:16:43.678Z Fresh itertools v0.15.0
93652026-08-13T19:16:43.678Z Fresh winnow v0.7.14
93662026-08-13T19:16:43.678Z Fresh scroll_derive v0.12.1
93672026-08-13T19:16:43.678Z Fresh anstyle-parse v0.2.7
93682026-08-13T19:16:43.678Z Fresh cfg_aliases v0.2.1
93692026-08-13T19:16:43.678Z Fresh base64 v0.21.7
93702026-08-13T19:16:43.679Z Fresh siphasher v1.0.2
93712026-08-13T19:16:43.679Z Fresh crossbeam-epoch v0.9.18
93722026-08-13T19:16:43.679Z Fresh zerocopy-derive v0.7.35
93732026-08-13T19:16:43.679Z Fresh bstr v1.12.1
93742026-08-13T19:16:43.679Z Fresh winnow v0.5.40
93752026-08-13T19:16:43.679Z Fresh x509-cert v0.2.5
93762026-08-13T19:16:43.679Z Fresh icu_provider v2.1.1
93772026-08-13T19:16:43.679Z Fresh rustls v0.23.41
93782026-08-13T19:16:43.679Z Fresh hyper-util v0.1.20
93792026-08-13T19:16:43.679Z Fresh dof v0.4.0
93802026-08-13T19:16:43.679Z Fresh proptest v1.11.0
93812026-08-13T19:16:43.679Z Fresh darling v0.20.11
93822026-08-13T19:16:43.679Z Fresh anstream v0.6.21
93832026-08-13T19:16:43.679Z Fresh scroll v0.12.0
93842026-08-13T19:16:43.679Z Fresh toml_edit v0.19.15
93852026-08-13T19:16:43.679Z Fresh zerocopy v0.7.35
93862026-08-13T19:16:43.679Z Fresh heck v0.4.1
93872026-08-13T19:16:43.679Z Fresh curve25519-dalek-derive v0.1.1
93882026-08-13T19:16:43.679Z Fresh num-iter v0.1.45
93892026-08-13T19:16:43.679Z Fresh dtrace-parser v0.2.0
93902026-08-13T19:16:43.679Z Fresh serde_with_macros v3.21.0
93912026-08-13T19:16:43.679Z Fresh ff v0.13.1
93922026-08-13T19:16:43.679Z Fresh thread-id v4.2.2
93932026-08-13T19:16:43.679Z Fresh base16ct v0.2.0
93942026-08-13T19:16:43.679Z Fresh hkdf v0.12.4
93952026-08-13T19:16:43.679Z Fresh crypto-bigint v0.5.5
93962026-08-13T19:16:43.679Z Fresh daft-derive v0.1.7
93972026-08-13T19:16:43.679Z Fresh itertools v0.13.0
93982026-08-13T19:16:43.679Z Fresh icu_normalizer v2.1.1
93992026-08-13T19:16:43.679Z Fresh icu_properties v2.1.2
94002026-08-13T19:16:43.679Z Fresh tokio-rustls v0.26.4
94012026-08-13T19:16:43.679Z Fresh rustls-platform-verifier v0.6.2
94022026-08-13T19:16:43.679Z Fresh usdt-impl v0.6.0
94032026-08-13T19:16:43.680Z Fresh object v0.37.3
94042026-08-13T19:16:43.680Z Fresh ahash v0.8.12
94052026-08-13T19:16:43.680Z Fresh memoffset v0.9.1
94062026-08-13T19:16:43.680Z Fresh derive_builder_core v0.20.2
94072026-08-13T19:16:43.680Z Fresh rustix v0.38.44
94082026-08-13T19:16:43.680Z Fresh goblin v0.8.2
94092026-08-13T19:16:43.680Z Fresh group v0.13.0
94102026-08-13T19:16:43.680Z Fresh sec1 v0.7.3
94112026-08-13T19:16:43.680Z Fresh cargo-platform v0.3.2
94122026-08-13T19:16:43.680Z Fresh env_filter v1.0.0
94132026-08-13T19:16:43.680Z Fresh tap v1.0.1
94142026-08-13T19:16:43.680Z Fresh keccak v0.1.6
94152026-08-13T19:16:43.680Z Fresh same-file v1.0.6
94162026-08-13T19:16:43.680Z Fresh pkcs1 v0.7.5
94172026-08-13T19:16:43.680Z Fresh unicode-normalization v0.1.25
94182026-08-13T19:16:43.680Z Fresh zerocopy-derive v0.6.6
94192026-08-13T19:16:43.680Z Fresh structmeta-derive v0.3.0
94202026-08-13T19:16:43.680Z Fresh bitflags v1.3.2
94212026-08-13T19:16:43.680Z Fresh idna_adapter v1.2.1
94222026-08-13T19:16:43.680Z Fresh hyper-rustls v0.27.7
94232026-08-13T19:16:43.680Z Fresh usdt-macro v0.6.0
94242026-08-13T19:16:43.680Z Fresh usdt-attr-macro v0.6.0
94252026-08-13T19:16:43.680Z Fresh derive_builder_macro v0.20.2
94262026-08-13T19:16:43.680Z Fresh nix v0.31.2
94272026-08-13T19:16:43.680Z Fresh dof v0.3.0
94282026-08-13T19:16:43.680Z Fresh walkdir v2.5.0
94292026-08-13T19:16:43.680Z Fresh wyz v0.5.1
94302026-08-13T19:16:43.680Z Fresh cargo_metadata v0.23.1
94312026-08-13T19:16:43.680Z Fresh radium v0.7.0
94322026-08-13T19:16:43.680Z Fresh sha3 v0.10.8
94332026-08-13T19:16:43.680Z Fresh env_logger v0.11.9
94342026-08-13T19:16:43.680Z Fresh elliptic-curve v0.13.8
94352026-08-13T19:16:43.680Z Fresh num-bigint-dig v0.8.6
94362026-08-13T19:16:43.680Z Fresh foreign-types-shared v0.1.1
94372026-08-13T19:16:43.681Z Fresh funty v2.0.0
94382026-08-13T19:16:43.681Z Fresh crc-catalog v2.4.0
94392026-08-13T19:16:43.681Z Fresh foldhash v0.1.5
94402026-08-13T19:16:43.681Z Fresh zerocopy v0.6.6
94412026-08-13T19:16:43.681Z Fresh structmeta v0.3.0
94422026-08-13T19:16:43.681Z Fresh openssl-sys v0.9.117
94432026-08-13T19:16:43.681Z Fresh packed_struct_codegen v0.10.1
94442026-08-13T19:16:43.681Z Fresh bitfield-macros v0.19.4
94452026-08-13T19:16:43.681Z Fresh openssl-macros v0.1.1
94462026-08-13T19:16:43.681Z Fresh idna v1.1.0
94472026-08-13T19:16:43.681Z Fresh usdt v0.6.0
94482026-08-13T19:16:43.681Z Fresh derive_builder v0.20.2
94492026-08-13T19:16:43.681Z Fresh usdt-impl v0.5.0
94502026-08-13T19:16:43.681Z Fresh maybe-uninit v2.0.0
94512026-08-13T19:16:43.681Z Fresh bitvec v1.0.1
94522026-08-13T19:16:43.681Z Fresh foreign-types v0.3.2
94532026-08-13T19:16:43.686Z Fresh rsa v0.9.10
94542026-08-13T19:16:43.686Z Fresh hashbrown v0.15.5
94552026-08-13T19:16:43.686Z Fresh crc v3.4.0
94562026-08-13T19:16:43.686Z Fresh enum-as-inner v0.6.1
94572026-08-13T19:16:43.686Z Fresh managed v0.8.0
94582026-08-13T19:16:43.686Z Fresh nodrop v0.1.14
94592026-08-13T19:16:43.686Z Fresh bzip2-sys v0.1.13+1.0.8
94602026-08-13T19:16:43.686Z Fresh bitfield v0.19.4
94612026-08-13T19:16:43.686Z Fresh curve25519-dalek v4.1.3
94622026-08-13T19:16:43.687Z Fresh phf_shared v0.11.3
94632026-08-13T19:16:43.687Z Fresh chacha20 v0.10.0
94642026-08-13T19:16:43.687Z Fresh ref-cast-impl v1.0.25
94652026-08-13T19:16:43.687Z Fresh new_debug_unreachable v1.0.6
94662026-08-13T19:16:43.687Z Fresh precomputed-hash v0.1.1
94672026-08-13T19:16:43.687Z Fresh hashbrown v0.12.3
94682026-08-13T19:16:43.687Z Fresh fixedbitset v0.4.2
94692026-08-13T19:16:43.687Z Fresh hashbrown v0.13.2
94702026-08-13T19:16:43.687Z Fresh toml v0.7.8
94712026-08-13T19:16:43.687Z Fresh globset v0.4.18
94722026-08-13T19:16:43.687Z Fresh url v2.5.8
94732026-08-13T19:16:43.687Z Fresh publicsuffix v2.3.0
94742026-08-13T19:16:43.687Z Fresh vergen-lib v9.1.0
94752026-08-13T19:16:43.687Z Fresh signal-hook v0.3.18
94762026-08-13T19:16:43.687Z Fresh packed_struct v0.10.1
94772026-08-13T19:16:43.687Z Fresh smallvec v0.6.14
94782026-08-13T19:16:43.687Z Fresh array-init v0.0.4
94792026-08-13T19:16:43.687Z Fresh openssl v0.10.80
94802026-08-13T19:16:43.687Z Fresh string_cache v0.8.9
94812026-08-13T19:16:43.687Z Fresh bzip2 v0.4.4
94822026-08-13T19:16:43.687Z Fresh petgraph v0.6.5
94832026-08-13T19:16:43.688Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
94842026-08-13T19:16:43.688Z Fresh ron v0.8.1
94852026-08-13T19:16:43.688Z Fresh ed25519 v2.2.3
94862026-08-13T19:16:43.688Z Fresh pin-project-internal v1.1.11
94872026-08-13T19:16:43.688Z Fresh crc-any v2.5.0
94882026-08-13T19:16:43.688Z Fresh derive-ex v0.1.8
94892026-08-13T19:16:43.688Z Fresh path-slash v0.1.5
94902026-08-13T19:16:43.688Z Fresh fixedbitset v0.5.7
94912026-08-13T19:16:43.688Z Fresh lalrpop-util v0.19.12
94922026-08-13T19:16:43.688Z Fresh serde-big-array v0.5.1
94932026-08-13T19:16:43.688Z Fresh snafu-derive v0.8.9
94942026-08-13T19:16:43.688Z Fresh serde_repr v0.1.20
94952026-08-13T19:16:43.688Z Fresh hash32 v0.2.1
94962026-08-13T19:16:43.688Z Fresh pem v3.0.6
94972026-08-13T19:16:43.688Z Fresh schemars v0.8.22
94982026-08-13T19:16:43.688Z Fresh cookie_store v0.22.1
94992026-08-13T19:16:43.688Z Fresh vergen v9.1.0
95002026-08-13T19:16:43.688Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
95012026-08-13T19:16:43.688Z Fresh indexmap v1.9.3
95022026-08-13T19:16:43.688Z Fresh serde-hex v0.1.0
95032026-08-13T19:16:43.688Z Fresh ref-cast v1.0.25
95042026-08-13T19:16:43.688Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
95052026-08-13T19:16:43.688Z Fresh signal-hook-mio v0.2.5
95062026-08-13T19:16:43.688Z Fresh ed25519-dalek v2.2.0
95072026-08-13T19:16:43.688Z Fresh native-tls v0.2.18
95082026-08-13T19:16:43.688Z Fresh pin-project v1.1.11
95092026-08-13T19:16:43.688Z Fresh zip v0.6.6
95102026-08-13T19:16:43.688Z Fresh test-strategy v0.4.5
95112026-08-13T19:16:43.688Z Fresh petgraph v0.8.3
95122026-08-13T19:16:43.688Z Fresh unicode-bidi v0.3.18
95132026-08-13T19:16:43.688Z Fresh predicates-core v1.0.10
95142026-08-13T19:16:43.689Z Fresh unicode-properties v0.1.4
95152026-08-13T19:16:43.689Z Fresh jiff-core v0.1.0
95162026-08-13T19:16:43.689Z Fresh hickory-proto v0.25.2
95172026-08-13T19:16:43.689Z Fresh similar v2.7.0
95182026-08-13T19:16:43.689Z Fresh md-5 v0.10.6
95192026-08-13T19:16:43.689Z Fresh serde_plain v1.0.2
95202026-08-13T19:16:43.689Z Fresh strum_macros v0.27.2
95212026-08-13T19:16:43.689Z Fresh async-recursion v1.1.1
95222026-08-13T19:16:43.689Z Fresh float-cmp v0.10.0
95232026-08-13T19:16:43.689Z Fresh difflib v0.4.0
95242026-08-13T19:16:43.689Z Fresh ipnetwork v0.21.1
95252026-08-13T19:16:43.689Z Fresh reqwest v0.13.2
95262026-08-13T19:16:43.689Z Fresh newtype-uuid v1.3.2
95272026-08-13T19:16:43.689Z Fresh serde_with v3.21.0
95282026-08-13T19:16:43.689Z Fresh object v0.30.4
95292026-08-13T19:16:43.689Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
95302026-08-13T19:16:43.689Z Fresh tokio-native-tls v0.3.1
95312026-08-13T19:16:43.689Z Fresh heapless v0.7.17
95322026-08-13T19:16:43.689Z Fresh fs-err v3.3.0
95332026-08-13T19:16:43.689Z Fresh snafu v0.8.9
95342026-08-13T19:16:43.689Z Fresh stringprep v0.1.5
95352026-08-13T19:16:43.689Z Fresh zstd-sys v2.0.16+zstd.1.5.7
95362026-08-13T19:16:43.689Z Fresh jiff v0.2.34
95372026-08-13T19:16:43.689Z Fresh byte-wrapper v0.1.0
95382026-08-13T19:16:43.689Z Fresh crossterm v0.28.1
95392026-08-13T19:16:43.689Z Fresh normalize-line-endings v0.3.0
95402026-08-13T19:16:43.689Z Fresh typed-path v0.9.3
95412026-08-13T19:16:43.689Z Fresh toml_write v0.1.2
95422026-08-13T19:16:43.689Z Fresh fallible-iterator v0.2.0
95432026-08-13T19:16:43.689Z Fresh strum v0.27.2
95442026-08-13T19:16:43.689Z Fresh phf_shared v0.13.1
95452026-08-13T19:16:43.689Z Fresh tokio-stream v0.1.18
95462026-08-13T19:16:43.689Z Fresh peg-runtime v0.8.5
95472026-08-13T19:16:43.689Z Fresh bumpalo v3.20.2
95482026-08-13T19:16:43.689Z Fresh libbz2-rs-sys v0.2.2
95492026-08-13T19:16:43.690Z Fresh olpc-cjson v0.1.4
95502026-08-13T19:16:43.690Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
95512026-08-13T19:16:43.690Z Fresh whoami v2.1.0
95522026-08-13T19:16:43.690Z Fresh buf-list v1.1.2
95532026-08-13T19:16:43.694Z Fresh is-terminal v0.4.17
95542026-08-13T19:16:43.695Z Fresh crossbeam-channel v0.5.15
95552026-08-13T19:16:43.695Z Fresh oxnet v0.1.6
95562026-08-13T19:16:43.695Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
95572026-08-13T19:16:43.695Z Fresh hyper-tls v0.6.0
95582026-08-13T19:16:43.695Z Fresh smoltcp v0.9.1
95592026-08-13T19:16:43.695Z Fresh predicates v3.1.4
95602026-08-13T19:16:43.695Z Fresh zstd-safe v7.2.4
95612026-08-13T19:16:43.695Z Fresh postgres-protocol v0.6.10
95622026-08-13T19:16:43.695Z Fresh toml_edit v0.22.27
95632026-08-13T19:16:43.695Z Fresh zopfli v0.8.3
95642026-08-13T19:16:43.695Z Fresh phf v0.13.1
95652026-08-13T19:16:43.695Z Fresh bzip2 v0.6.1
95662026-08-13T19:16:43.695Z Fresh thread_local v1.1.9
95672026-08-13T19:16:43.696Z Fresh take_mut v0.2.2
95682026-08-13T19:16:43.696Z Fresh term v1.2.1
95692026-08-13T19:16:43.696Z Fresh match_cfg v0.1.0
95702026-08-13T19:16:43.696Z Fresh slog-json v2.6.1
95712026-08-13T19:16:43.696Z Fresh newtype-uuid-macros v0.1.0
95722026-08-13T19:16:43.696Z Fresh debug-ignore v1.0.5
95732026-08-13T19:16:43.696Z Fresh progenitor-client v0.14.0
95742026-08-13T19:16:43.696Z Fresh sha1 v0.11.0
95752026-08-13T19:16:43.696Z Fresh toml_datetime v1.1.1+spec-1.1.0
95762026-08-13T19:16:43.696Z Fresh serde_spanned v1.1.1
95772026-08-13T19:16:43.696Z Fresh toml_writer v1.1.1+spec-1.1.0
95782026-08-13T19:16:43.696Z Fresh compression-core v0.4.31
95792026-08-13T19:16:43.696Z Fresh async-stream-impl v0.3.6
95802026-08-13T19:16:43.696Z Fresh rustls-pemfile v2.2.0
95812026-08-13T19:16:43.696Z Fresh dropshot_endpoint v0.17.1
95822026-08-13T19:16:43.696Z Fresh waitgroup v0.1.2
95832026-08-13T19:16:43.696Z Fresh hostname v0.4.2
95842026-08-13T19:16:43.696Z Fresh daft v0.1.7
95852026-08-13T19:16:43.696Z Fresh reqwest v0.12.28
95862026-08-13T19:16:43.696Z Fresh postgres-types v0.2.12
95872026-08-13T19:16:43.696Z Fresh zstd v0.13.3
95882026-08-13T19:16:43.696Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
95892026-08-13T19:16:43.696Z Fresh slog-term v2.9.2
95902026-08-13T19:16:43.696Z Fresh hostname v0.3.1
95912026-08-13T19:16:43.696Z Fresh toml v1.1.2+spec-1.1.0
95922026-08-13T19:16:43.696Z Fresh compression-codecs v0.4.37
95932026-08-13T19:16:43.696Z Fresh async-stream v0.3.6
95942026-08-13T19:16:43.696Z Fresh serde_path_to_error v0.1.20
95952026-08-13T19:16:43.696Z Fresh atomicwrites v0.4.4
95962026-08-13T19:16:43.696Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
95972026-08-13T19:16:43.697Z Fresh regress v0.10.5
95982026-08-13T19:16:43.697Z Fresh macaddr v1.0.1
95992026-08-13T19:16:43.697Z Fresh instant v0.1.13
96002026-08-13T19:16:43.697Z Fresh parse-display-derive v0.10.0
96012026-08-13T19:16:43.697Z Fresh itertools v0.14.0
96022026-08-13T19:16:43.697Z Fresh backon v1.6.0
96032026-08-13T19:16:43.697Z Fresh humantime v2.3.0
96042026-08-13T19:16:43.697Z Fresh unicode-width v0.2.0
96052026-08-13T19:16:43.697Z Fresh convert_case v0.4.0
96062026-08-13T19:16:43.697Z Fresh half v2.7.1
96072026-08-13T19:16:43.697Z Fresh ciborium-io v0.2.2
96082026-08-13T19:16:43.697Z Fresh secrecy v0.10.3
96092026-08-13T19:16:43.697Z Fresh regress v0.11.1
96102026-08-13T19:16:43.697Z Fresh indent_write v2.2.0
96112026-08-13T19:16:43.697Z Fresh unsafe-libyaml v0.2.11
96122026-08-13T19:16:43.697Z Fresh iddqd v0.4.2
96132026-08-13T19:16:43.697Z Fresh tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
96142026-08-13T19:16:43.697Z Fresh tokio-postgres v0.7.16
96152026-08-13T19:16:43.697Z Fresh zip v4.6.1
96162026-08-13T19:16:43.697Z Fresh tough v0.22.0
96172026-08-13T19:16:43.697Z Fresh slog-async v2.8.0
96182026-08-13T19:16:43.697Z Fresh slog-bunyan v2.5.0
96192026-08-13T19:16:43.697Z Fresh multer v3.1.0
96202026-08-13T19:16:43.697Z Fresh async-compression v0.4.41
96212026-08-13T19:16:43.697Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
96222026-08-13T19:16:43.697Z Fresh parse-display v0.10.0
96232026-08-13T19:16:43.697Z Fresh backoff v0.4.0
96242026-08-13T19:16:43.697Z Fresh progenitor-extras v0.2.0
96252026-08-13T19:16:43.697Z Fresh derive_more v0.99.20
96262026-08-13T19:16:43.697Z Fresh ciborium-ll v0.2.2
96272026-08-13T19:16:43.697Z Fresh typify-impl v0.6.2
96282026-08-13T19:16:43.697Z Fresh serde_yaml v0.9.34+deprecated
96292026-08-13T19:16:43.697Z Fresh inout v0.1.4
96302026-08-13T19:16:43.697Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
96312026-08-13T19:16:43.698Z Fresh universal-hash v0.5.1
96322026-08-13T19:16:43.698Z Fresh thiserror-impl-no-std v2.0.2
96332026-08-13T19:16:43.698Z Fresh opaque-debug v0.3.1
96342026-08-13T19:16:43.698Z Fresh blake2 v0.10.6
96352026-08-13T19:16:43.698Z Fresh aead v0.5.2
96362026-08-13T19:16:43.698Z Fresh password-hash v0.5.0
96372026-08-13T19:16:43.698Z Fresh camino-tempfile v1.4.1
96382026-08-13T19:16:43.698Z Fresh swrite v0.1.0
96392026-08-13T19:16:43.698Z Fresh num-derive v0.4.2
96402026-08-13T19:16:43.698Z Fresh toml_datetime v0.7.5+spec-1.1.0
96412026-08-13T19:16:43.698Z Fresh glob v0.3.3
96422026-08-13T19:16:43.698Z Fresh dropshot v0.17.1
96432026-08-13T19:16:43.698Z Fresh ciborium v0.2.2
96442026-08-13T19:16:43.698Z Fresh typify-macro v0.6.2
96452026-08-13T19:16:43.698Z Fresh crucible-workspace-hack v0.1.0
96462026-08-13T19:16:43.698Z Fresh cipher v0.4.4
96472026-08-13T19:16:43.698Z Fresh poly1305 v0.8.0
96482026-08-13T19:16:43.698Z Fresh thiserror-no-std v2.0.2
96492026-08-13T19:16:43.698Z Fresh argon2 v0.5.3
96502026-08-13T19:16:43.698Z Fresh toml_edit v0.23.10+spec-1.0.0
96512026-08-13T19:16:43.698Z Fresh crossbeam-deque v0.8.6
96522026-08-13T19:16:43.698Z Fresh tabwriter v1.4.1
96532026-08-13T19:16:43.703Z Fresh ingot-macros v0.2.0
96542026-08-13T19:16:43.703Z Fresh hash32 v0.3.1
96552026-08-13T19:16:43.703Z Fresh colored v3.1.1
96562026-08-13T19:16:43.703Z Fresh cobs v0.3.0
96572026-08-13T19:16:43.703Z Fresh rand v0.10.1
96582026-08-13T19:16:43.703Z Fresh proc-macro-crate v1.3.1
96592026-08-13T19:16:43.703Z Fresh foreign-types-macros v0.2.3
96602026-08-13T19:16:43.704Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
96612026-08-13T19:16:43.704Z Fresh foreign-types-shared v0.3.1
96622026-08-13T19:16:43.704Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
96632026-08-13T19:16:43.704Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
96642026-08-13T19:16:43.704Z Fresh cstr-argument v0.1.2
96652026-08-13T19:16:43.704Z Fresh typify v0.6.2
96662026-08-13T19:16:43.704Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
96672026-08-13T19:16:43.704Z Fresh chacha20 v0.9.1
96682026-08-13T19:16:43.704Z Fresh vsss-rs v3.3.4
96692026-08-13T19:16:43.704Z Fresh proc-macro-crate v3.4.0
96702026-08-13T19:16:43.704Z Fresh ingot-types v0.2.0
96712026-08-13T19:16:43.705Z Fresh postcard v1.1.3
96722026-08-13T19:16:43.705Z Fresh foreign-types v0.5.0
96732026-08-13T19:16:43.705Z Fresh num_enum_derive v0.5.11
96742026-08-13T19:16:43.705Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
96752026-08-13T19:16:43.705Z Fresh sigpipe v0.1.3
96762026-08-13T19:16:43.705Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
96772026-08-13T19:16:43.705Z Fresh itertools v0.12.1
96782026-08-13T19:16:43.705Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
96792026-08-13T19:16:43.705Z Fresh smf v0.2.3
96802026-08-13T19:16:43.705Z Fresh whoami v1.6.1
96812026-08-13T19:16:43.705Z Fresh derive-where v1.6.0
96822026-08-13T19:16:43.705Z Fresh console v0.15.11
96832026-08-13T19:16:43.705Z Fresh newline-converter v0.3.0
96842026-08-13T19:16:43.705Z Fresh toml v0.8.23
96852026-08-13T19:16:43.705Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
96862026-08-13T19:16:43.705Z Fresh chacha20poly1305 v0.10.1
96872026-08-13T19:16:43.705Z Fresh progenitor-impl v0.14.0
96882026-08-13T19:16:43.705Z Fresh proc-macro-error-attr v1.0.4
96892026-08-13T19:16:43.705Z Fresh num_enum_derive v0.7.6
96902026-08-13T19:16:43.706Z Fresh rayon-core v1.13.0
96912026-08-13T19:16:43.706Z Fresh heapless v0.8.0
96922026-08-13T19:16:43.706Z Fresh ingot v0.2.1
96932026-08-13T19:16:43.706Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
96942026-08-13T19:16:43.706Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
96952026-08-13T19:16:43.706Z Fresh num_enum v0.5.11
96962026-08-13T19:16:43.706Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
96972026-08-13T19:16:43.706Z Fresh expectorate v1.2.0
96982026-08-13T19:16:43.706Z Fresh usdt-attr-macro v0.5.0
96992026-08-13T19:16:43.706Z Fresh usdt-macro v0.5.0
97002026-08-13T19:16:43.706Z Fresh memmap v0.7.0
97012026-08-13T19:16:43.706Z Fresh oxide-update-engine-types v0.1.2
97022026-08-13T19:16:43.706Z Fresh num-rational v0.4.2
97032026-08-13T19:16:43.706Z Fresh num-complex v0.4.6
97042026-08-13T19:16:43.706Z Fresh bytecount v0.6.9
97052026-08-13T19:16:43.706Z Fresh float-ord v0.3.2
97062026-08-13T19:16:43.706Z Fresh gethostname v0.5.0
97072026-08-13T19:16:43.706Z Fresh linear-map v1.2.0
97082026-08-13T19:16:43.706Z Fresh unicode-width v0.1.14
97092026-08-13T19:16:43.706Z Fresh resolv-conf v0.7.6
97102026-08-13T19:16:43.706Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
97112026-08-13T19:16:43.706Z Fresh progenitor-macro v0.14.0
97122026-08-13T19:16:43.706Z Fresh proc-macro-error v1.0.4
97132026-08-13T19:16:43.706Z Fresh num_enum v0.7.6
97142026-08-13T19:16:43.706Z Fresh rayon v1.11.0
97152026-08-13T19:16:43.707Z Fresh smoltcp v0.11.0
97162026-08-13T19:16:43.707Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
97172026-08-13T19:16:43.707Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
97182026-08-13T19:16:43.707Z Fresh usdt v0.5.0
97192026-08-13T19:16:43.707Z Fresh num v0.4.3
97202026-08-13T19:16:43.707Z Fresh smawk v0.3.2
97212026-08-13T19:16:43.707Z Fresh unicode-linebreak v0.1.5
97222026-08-13T19:16:43.707Z Fresh csv-core v0.1.13
97232026-08-13T19:16:43.707Z Fresh minimal-lexical v0.2.1
97242026-08-13T19:16:43.707Z Fresh linked-hash-map v0.5.6
97252026-08-13T19:16:43.707Z Fresh hickory-proto v0.24.4
97262026-08-13T19:16:43.707Z Fresh convert_case v0.10.0
97272026-08-13T19:16:43.707Z Fresh termtree v0.5.1
97282026-08-13T19:16:43.707Z Fresh unicode-xid v0.2.6
97292026-08-13T19:16:43.707Z Fresh progenitor v0.14.0
97302026-08-13T19:16:43.707Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
97312026-08-13T19:16:43.707Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
97322026-08-13T19:16:43.707Z Fresh zone_cfg_derive v0.3.1
97332026-08-13T19:16:43.707Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
97342026-08-13T19:16:43.707Z Fresh cancel-safe-futures v0.1.5
97352026-08-13T19:16:43.707Z Fresh tokio-dtrace v0.1.1
97362026-08-13T19:16:43.707Z Fresh prettyplease v0.2.37
97372026-08-13T19:16:43.707Z Fresh owo-colors v4.3.0
97382026-08-13T19:16:43.707Z Fresh nom v7.1.3
97392026-08-13T19:16:43.707Z Fresh csv v1.4.0
97402026-08-13T19:16:43.707Z Fresh lru-cache v0.1.2
97412026-08-13T19:16:43.707Z Fresh derive_more-impl v2.1.1
97422026-08-13T19:16:43.707Z Fresh ar_archive_writer v0.5.1
97432026-08-13T19:16:43.707Z Fresh fd-lock v4.0.4
97442026-08-13T19:16:43.707Z Fresh vte v0.14.1
97452026-08-13T19:16:43.707Z Fresh semver v0.1.20
97462026-08-13T19:16:43.707Z Fresh tabled_derive v0.7.0
97472026-08-13T19:16:43.707Z Fresh papergrid v0.11.0
97482026-08-13T19:16:43.708Z Fresh nu-ansi-term v0.50.3
97492026-08-13T19:16:43.708Z Fresh nom v8.0.0
97502026-08-13T19:16:43.708Z Fresh cfg_aliases v0.1.1
97512026-08-13T19:16:43.708Z Fresh highway v1.3.0
97522026-08-13T19:16:43.708Z Fresh nibble_vec v0.1.0
97532026-08-13T19:16:43.713Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
97542026-08-13T19:16:43.713Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
97552026-08-13T19:16:43.713Z Fresh zone v0.3.1
97562026-08-13T19:16:43.713Z Fresh oxide-update-engine v0.1.2
97572026-08-13T19:16:43.713Z Fresh oxide-tokio-rt v0.1.4
97582026-08-13T19:16:43.713Z Fresh slog-dtrace v0.3.0
97592026-08-13T19:16:43.713Z Fresh strip-ansi-escapes v0.2.1
97602026-08-13T19:16:43.713Z Fresh rustc_version v0.1.7
97612026-08-13T19:16:43.713Z Fresh hickory-resolver v0.24.4
97622026-08-13T19:16:43.713Z Fresh derive_more v2.1.1
97632026-08-13T19:16:43.713Z Fresh tabled v0.15.0
97642026-08-13T19:16:43.713Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
97652026-08-13T19:16:43.713Z Fresh endian-type v0.1.2
97662026-08-13T19:16:43.714Z Fresh display-error-chain v0.2.2
97672026-08-13T19:16:43.714Z Fresh textwrap v0.16.2
97682026-08-13T19:16:43.714Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
97692026-08-13T19:16:43.714Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
97702026-08-13T19:16:43.714Z Fresh phf_shared v0.12.1
97712026-08-13T19:16:43.714Z Fresh recursive-proc-macro-impl v0.1.1
97722026-08-13T19:16:43.714Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
97732026-08-13T19:16:43.714Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
97742026-08-13T19:16:43.714Z Fresh qorb v0.4.1
97752026-08-13T19:16:43.714Z Fresh crossterm v0.29.0
97762026-08-13T19:16:43.714Z Fresh reedline v0.40.0
97772026-08-13T19:16:43.714Z Fresh radix_trie v0.2.1
97782026-08-13T19:16:43.714Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
97792026-08-13T19:16:43.714Z Fresh phf v0.12.1
97802026-08-13T19:16:43.714Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
97812026-08-13T19:16:43.714Z Fresh const_format_proc_macros v0.2.34
97822026-08-13T19:16:43.714Z Fresh peg-macros v0.8.5
97832026-08-13T19:16:43.714Z Fresh sqlparser_derive v0.5.0
97842026-08-13T19:16:43.714Z Fresh winnow v0.6.26
97852026-08-13T19:16:43.714Z Fresh unicode_categories v0.1.1
97862026-08-13T19:16:43.714Z Fresh home v0.5.12
97872026-08-13T19:16:43.714Z Fresh bcs v0.1.6
97882026-08-13T19:16:43.714Z Fresh sha1 v0.10.6
97892026-08-13T19:16:43.714Z Fresh filetime v0.2.27
97902026-08-13T19:16:43.714Z Fresh xattr v1.6.1
97912026-08-13T19:16:43.714Z Fresh headers-core v0.3.0
97922026-08-13T19:16:43.714Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
97932026-08-13T19:16:43.714Z Fresh psm v0.1.30
97942026-08-13T19:16:43.714Z Fresh nix v0.28.0
97952026-08-13T19:16:43.714Z Fresh peg v0.8.5
97962026-08-13T19:16:43.715Z Fresh const_format v0.2.35
97972026-08-13T19:16:43.715Z Fresh chrono-tz v0.10.4
97982026-08-13T19:16:43.715Z Fresh sqlformat v0.3.5
97992026-08-13T19:16:43.715Z Fresh tar v0.4.46
98002026-08-13T19:16:43.715Z Fresh headers v0.4.1
98012026-08-13T19:16:43.715Z Fresh subprocess v0.2.15
98022026-08-13T19:16:43.715Z Fresh dropshot-api-manager-types v0.7.2
98032026-08-13T19:16:43.715Z Fresh yasna v0.5.2
98042026-08-13T19:16:43.715Z Fresh utf-8 v0.7.6
98052026-08-13T19:16:43.715Z Fresh port-file v0.1.0
98062026-08-13T19:16:43.715Z Fresh tagptr v0.2.0
98072026-08-13T19:16:43.715Z Fresh bitfield-struct v0.6.2
98082026-08-13T19:16:43.715Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
98092026-08-13T19:16:43.715Z Fresh xshell-macros v0.2.7
98102026-08-13T19:16:43.715Z Fresh darling_core v0.21.3
98112026-08-13T19:16:43.715Z Fresh newtype_derive v0.1.6
98122026-08-13T19:16:43.715Z Fresh stacker v0.1.23
98132026-08-13T19:16:43.715Z Fresh rustyline v14.0.0
98142026-08-13T19:16:43.715Z Fresh rcgen v0.12.1
98152026-08-13T19:16:43.715Z Fresh moka v0.12.13
98162026-08-13T19:16:43.715Z Fresh tungstenite v0.21.0
98172026-08-13T19:16:43.715Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
98182026-08-13T19:16:43.715Z Fresh xshell v0.2.7
98192026-08-13T19:16:43.715Z Fresh darling_macro v0.21.3
98202026-08-13T19:16:43.715Z Fresh maplit v1.0.2
98212026-08-13T19:16:43.715Z Fresh scheduled-thread-pool v0.2.7
98222026-08-13T19:16:43.715Z Fresh diesel_table_macro_syntax v0.3.0
98232026-08-13T19:16:43.715Z Fresh downcast-rs v2.0.2
98242026-08-13T19:16:43.715Z Fresh diff v0.1.13
98252026-08-13T19:16:43.715Z Fresh dirs-sys-next v0.1.2
98262026-08-13T19:16:43.715Z Fresh unicase v2.9.0
98272026-08-13T19:16:43.715Z Fresh recursive v0.1.1
98282026-08-13T19:16:43.715Z Fresh steno v0.4.1
98292026-08-13T19:16:43.715Z Fresh hickory-resolver v0.25.2
98302026-08-13T19:16:43.715Z Fresh tokio-tungstenite v0.21.0
98312026-08-13T19:16:43.715Z Fresh libefi-sys v0.1.0
98322026-08-13T19:16:43.715Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
98332026-08-13T19:16:43.716Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
98342026-08-13T19:16:43.716Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
98352026-08-13T19:16:43.716Z Fresh darling v0.21.3
98362026-08-13T19:16:43.716Z Fresh r2d2 v0.8.10
98372026-08-13T19:16:43.716Z Fresh dirs-next v2.0.0
98382026-08-13T19:16:43.716Z Fresh libscf-sys v1.2.0
98392026-08-13T19:16:43.716Z Fresh bit-vec v0.6.3
98402026-08-13T19:16:43.716Z Fresh papergrid v0.18.0
98412026-08-13T19:16:43.716Z Fresh itertools v0.10.5
98422026-08-13T19:16:43.716Z Fresh libloading v0.8.9
98432026-08-13T19:16:43.716Z Fresh ena v0.14.4
98442026-08-13T19:16:43.716Z Fresh regex-syntax v0.6.29
98452026-08-13T19:16:43.716Z Fresh sqlparser v0.61.0
98462026-08-13T19:16:43.716Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
98472026-08-13T19:16:43.716Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
98482026-08-13T19:16:43.716Z Fresh dsl_auto_type v0.2.0
98492026-08-13T19:16:43.716Z Fresh vergen-lib v0.1.6
98502026-08-13T19:16:43.716Z Fresh term v0.7.0
98512026-08-13T19:16:43.716Z Fresh crunchy v0.2.4
98522026-08-13T19:16:43.716Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
98532026-08-13T19:16:43.722Z Fresh bit-set v0.5.3
98542026-08-13T19:16:43.722Z Fresh tabled v0.21.0
98552026-08-13T19:16:43.722Z Fresh cexpr v0.6.0
98562026-08-13T19:16:43.722Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
98572026-08-13T19:16:43.722Z Fresh half v1.8.3
98582026-08-13T19:16:43.722Z Fresh rustc-hash v2.1.1
98592026-08-13T19:16:43.722Z Fresh strum_macros v0.24.3
98602026-08-13T19:16:43.723Z Fresh sha2 v0.11.0
98612026-08-13T19:16:43.723Z Fresh indoc v1.0.9
98622026-08-13T19:16:43.723Z Fresh crc8 v0.1.1
98632026-08-13T19:16:43.723Z Fresh quick-xml v0.37.5
98642026-08-13T19:16:43.723Z Fresh oso-derive v0.27.3
98652026-08-13T19:16:43.723Z Fresh impl-trait-for-tuples v0.2.3
98662026-08-13T19:16:43.723Z Fresh openssl-probe v0.1.6
98672026-08-13T19:16:43.723Z Fresh diesel_derives v2.3.7
98682026-08-13T19:16:43.723Z Fresh vergen-gitcl v1.0.8
98692026-08-13T19:16:43.723Z Fresh tiny-keccak v2.0.2
98702026-08-13T19:16:43.723Z Fresh ascii-canvas v3.0.0
98712026-08-13T19:16:43.723Z Fresh clang-sys v1.8.1
98722026-08-13T19:16:43.723Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
98732026-08-13T19:16:43.723Z Fresh serde_cbor v0.11.2
98742026-08-13T19:16:43.723Z Fresh trait-variant v0.1.2
98752026-08-13T19:16:43.723Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
98762026-08-13T19:16:43.723Z Fresh bb8 v0.8.6
98772026-08-13T19:16:43.723Z Fresh fxhash v0.2.1
98782026-08-13T19:16:43.723Z Fresh tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
98792026-08-13T19:16:43.723Z Fresh nonempty v0.12.0
98802026-08-13T19:16:43.723Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
98812026-08-13T19:16:43.723Z Fresh cpubits v0.1.1
98822026-08-13T19:16:43.724Z Fresh rfc6979 v0.4.0
98832026-08-13T19:16:43.724Z Fresh predicates-tree v1.0.13
98842026-08-13T19:16:43.724Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
98852026-08-13T19:16:43.724Z Fresh primeorder v0.13.6
98862026-08-13T19:16:43.724Z Fresh diesel v2.3.7
98872026-08-13T19:16:43.724Z Fresh lalrpop v0.19.12
98882026-08-13T19:16:43.724Z Fresh bindgen v0.71.1
98892026-08-13T19:16:43.724Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
98902026-08-13T19:16:43.724Z Fresh libxml v0.3.3
98912026-08-13T19:16:43.724Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
98922026-08-13T19:16:43.724Z Fresh ecdsa v0.16.9
98932026-08-13T19:16:43.724Z Fresh kstat-rs v0.2.5
98942026-08-13T19:16:43.724Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
98952026-08-13T19:16:43.724Z Fresh ignore v0.4.25
98962026-08-13T19:16:43.724Z Fresh git-stub v1.0.0
98972026-08-13T19:16:43.724Z Fresh pem-rfc7468 v1.0.0
98982026-08-13T19:16:43.724Z Fresh progenitor-impl v0.13.0
98992026-08-13T19:16:43.724Z Fresh prefix-trie v0.7.0
99002026-08-13T19:16:43.724Z Fresh progenitor-client v0.13.0
99012026-08-13T19:16:43.724Z Fresh hmac v0.13.0
99022026-08-13T19:16:43.724Z Fresh universal-hash v0.6.1
99032026-08-13T19:16:43.724Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
99042026-08-13T19:16:43.724Z Fresh corncobs v0.1.4
99052026-08-13T19:16:43.724Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
99062026-08-13T19:16:43.724Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
99072026-08-13T19:16:43.724Z Fresh async-bb8-diesel v0.2.1
99082026-08-13T19:16:43.724Z Fresh diesel-dtrace v0.5.0
99092026-08-13T19:16:43.724Z Fresh salty v0.3.0
99102026-08-13T19:16:43.724Z Fresh p384 v0.13.1
99112026-08-13T19:16:43.725Z Fresh globwalk v0.9.1
99122026-08-13T19:16:43.725Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
99132026-08-13T19:16:43.725Z Fresh git-stub-vcs v0.1.0
99142026-08-13T19:16:43.725Z Fresh hickory-server v0.25.2
99152026-08-13T19:16:43.725Z Fresh progenitor-macro v0.13.0
99162026-08-13T19:16:43.725Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
99172026-08-13T19:16:43.725Z Fresh secrecy v0.8.0
99182026-08-13T19:16:43.725Z Fresh nanorand v0.7.0
99192026-08-13T19:16:43.725Z Fresh void v1.0.2
99202026-08-13T19:16:43.725Z Fresh der v0.8.0
99212026-08-13T19:16:43.725Z Fresh polyval v0.7.1
99222026-08-13T19:16:43.725Z Fresh tungstenite v0.23.0
99232026-08-13T19:16:43.725Z Fresh parking_lot_core v0.8.6
99242026-08-13T19:16:43.725Z Fresh camino-tempfile-ext v0.3.3
99252026-08-13T19:16:43.725Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
99262026-08-13T19:16:43.725Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
99272026-08-13T19:16:43.725Z Fresh progenitor v0.13.0
99282026-08-13T19:16:43.725Z Fresh lzss v0.8.2
99292026-08-13T19:16:43.725Z Fresh flume v0.11.1
99302026-08-13T19:16:43.725Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
99312026-08-13T19:16:43.725Z Fresh olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
99322026-08-13T19:16:43.725Z Fresh nix v0.27.1
99332026-08-13T19:16:43.725Z Fresh rand_seeder v0.4.0
99342026-08-13T19:16:43.725Z Fresh serde_bytes v0.11.19
99352026-08-13T19:16:43.725Z Fresh assert_matches v1.5.0
99362026-08-13T19:16:43.725Z Fresh http-range v0.1.5
99372026-08-13T19:16:43.725Z Fresh ghash v0.6.0
99382026-08-13T19:16:43.725Z Fresh tokio-tungstenite v0.23.1
99392026-08-13T19:16:43.725Z Fresh pbkdf2 v0.13.0
99402026-08-13T19:16:43.725Z Fresh aes v0.9.1
99412026-08-13T19:16:43.725Z Fresh crypto-bigint v0.7.5
99422026-08-13T19:16:43.725Z Fresh polar-core v0.27.3
99432026-08-13T19:16:43.725Z Fresh samael v0.0.19
99442026-08-13T19:16:43.725Z Fresh parking_lot v0.11.2
99452026-08-13T19:16:43.725Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
99462026-08-13T19:16:43.726Z Fresh tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
99472026-08-13T19:16:43.726Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
99482026-08-13T19:16:43.726Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
99492026-08-13T19:16:43.726Z Fresh signal-hook-tokio v0.3.1
99502026-08-13T19:16:43.726Z Fresh ctr v0.10.1
99512026-08-13T19:16:43.726Z Fresh aead v0.6.1
99522026-08-13T19:16:43.726Z Fresh digest-io v0.1.0
99532026-08-13T19:16:43.730Z Fresh rawzip v0.4.4
99542026-08-13T19:16:43.730Z Fresh mime_guess v2.0.5
99552026-08-13T19:16:43.731Z Fresh spki v0.8.0
99562026-08-13T19:16:43.731Z Fresh scuffle v0.1.0
99572026-08-13T19:16:43.731Z Fresh salsa20 v0.11.0
99582026-08-13T19:16:43.731Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
99592026-08-13T19:16:43.731Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
99602026-08-13T19:16:43.731Z Fresh oso v0.27.3
99612026-08-13T19:16:43.731Z Fresh sled v0.34.7
99622026-08-13T19:16:43.731Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
99632026-08-13T19:16:43.731Z Fresh tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
99642026-08-13T19:16:43.731Z Fresh aes-gcm v0.11.0
99652026-08-13T19:16:43.731Z Fresh illumos-nvpair-sys v0.2.0
99662026-08-13T19:16:43.731Z Fresh scrypt v0.12.0
99672026-08-13T19:16:43.731Z Fresh hyper-staticfile v0.10.1
99682026-08-13T19:16:43.731Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
99692026-08-13T19:16:43.731Z Fresh cbc v0.2.1
99702026-08-13T19:16:43.731Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
99712026-08-13T19:16:43.731Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99722026-08-13T19:16:43.732Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
99732026-08-13T19:16:43.732Z Fresh is_ci v1.2.0
99742026-08-13T19:16:43.732Z Fresh ff v0.14.0
99752026-08-13T19:16:43.732Z Fresh yansi v1.0.1
99762026-08-13T19:16:43.732Z Fresh signature v3.0.0
99772026-08-13T19:16:43.732Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
99782026-08-13T19:16:43.732Z Fresh illumos-nvpair v0.3.0
99792026-08-13T19:16:43.732Z Fresh pkcs5 v0.8.1
99802026-08-13T19:16:43.732Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
99812026-08-13T19:16:43.732Z Fresh pretty_assertions v1.4.1
99822026-08-13T19:16:43.732Z Fresh group v0.14.0
99832026-08-13T19:16:43.732Z Fresh base16ct v1.0.0
99842026-08-13T19:16:43.732Z Fresh hkdf v0.13.0
99852026-08-13T19:16:43.732Z Fresh arc-swap v1.8.2
99862026-08-13T19:16:43.732Z Fresh castaway v0.2.4
99872026-08-13T19:16:43.732Z Fresh indoc v2.0.7
99882026-08-13T19:16:43.732Z Fresh gimli v0.32.3
99892026-08-13T19:16:43.732Z Fresh unicode-truncate v1.1.0
99902026-08-13T19:16:43.732Z Fresh lru v0.12.5
99912026-08-13T19:16:43.732Z Fresh concurrent-queue v2.5.0
99922026-08-13T19:16:43.732Z Fresh parking v2.2.1
99932026-08-13T19:16:43.732Z Fresh cassowary v0.3.0
99942026-08-13T19:16:43.733Z Fresh arrayref v0.3.9
99952026-08-13T19:16:43.733Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
99962026-08-13T19:16:43.733Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
99972026-08-13T19:16:43.733Z Fresh pkcs8 v0.11.0
99982026-08-13T19:16:43.733Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
99992026-08-13T19:16:43.733Z Fresh sec1 v0.8.1
100002026-08-13T19:16:43.733Z Fresh addr2line v0.25.1
100012026-08-13T19:16:43.733Z Fresh compact_str v0.8.1
100022026-08-13T19:16:43.733Z Fresh slog-scope v4.4.1
100032026-08-13T19:16:43.733Z Fresh libz-sys v1.1.24
100042026-08-13T19:16:43.733Z Fresh rustc-demangle v0.1.27
100052026-08-13T19:16:43.733Z Fresh arrayvec v0.7.6
100062026-08-13T19:16:43.733Z Fresh constant_time_eq v0.4.2
100072026-08-13T19:16:43.733Z Fresh event-listener v5.4.1
100082026-08-13T19:16:43.733Z Fresh wnaf v0.14.0
100092026-08-13T19:16:43.733Z Fresh primefield v0.14.0
100102026-08-13T19:16:43.733Z Fresh rfc6979 v0.6.0
100112026-08-13T19:16:43.733Z Fresh console v0.16.2
100122026-08-13T19:16:43.733Z Fresh unit-prefix v0.5.2
100132026-08-13T19:16:43.733Z Fresh plotters-backend v0.3.7
100142026-08-13T19:16:43.733Z Fresh supports-color v2.1.0
100152026-08-13T19:16:43.733Z Fresh elliptic-curve v0.14.1
100162026-08-13T19:16:43.733Z Fresh instability v0.3.11
100172026-08-13T19:16:43.734Z Fresh backtrace v0.3.76
100182026-08-13T19:16:43.734Z Fresh libgit2-sys v0.18.3+1.9.2
100192026-08-13T19:16:43.734Z Fresh slog-stdlog v4.1.1
100202026-08-13T19:16:43.734Z Fresh event-listener-strategy v0.5.4
100212026-08-13T19:16:43.734Z Fresh indicatif v0.18.4
100222026-08-13T19:16:43.734Z Fresh plotters-svg v0.3.7
100232026-08-13T19:16:43.734Z Fresh textwrap v0.15.2
100242026-08-13T19:16:43.734Z Fresh supports-hyperlinks v2.1.0
100252026-08-13T19:16:43.734Z Fresh supports-unicode v2.1.0
100262026-08-13T19:16:43.734Z Fresh hashbrown v0.14.5
100272026-08-13T19:16:43.734Z Fresh libsw-core v0.3.2
100282026-08-13T19:16:43.734Z Fresh miette-derive v5.10.0
100292026-08-13T19:16:43.734Z Fresh terminal_size v0.1.17
100302026-08-13T19:16:43.734Z Fresh shell-words v1.1.1
100312026-08-13T19:16:43.734Z Fresh owo-colors v3.5.0
100322026-08-13T19:16:43.734Z Fresh cast v0.3.0
100332026-08-13T19:16:43.734Z Fresh futures-timer v3.0.3
100342026-08-13T19:16:43.734Z Fresh ssh-encoding v0.3.0
100352026-08-13T19:16:43.734Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
100362026-08-13T19:16:43.734Z Fresh ratatui v0.29.0
100372026-08-13T19:16:43.734Z Fresh backtrace-ext v0.2.1
100382026-08-13T19:16:43.734Z Fresh slog-envlogger v2.2.0
100392026-08-13T19:16:43.734Z Fresh ecdsa v0.17.0
100402026-08-13T19:16:43.734Z Fresh git2 v0.20.4
100412026-08-13T19:16:43.735Z Fresh primeorder v0.14.0
100422026-08-13T19:16:43.735Z Fresh criterion-plot v0.6.0
100432026-08-13T19:16:43.735Z Fresh libsw v3.5.0
100442026-08-13T19:16:43.735Z Fresh petname v2.0.2
100452026-08-13T19:16:43.735Z Fresh chumsky v0.9.3
100462026-08-13T19:16:43.735Z Fresh async-lock v3.4.2
100472026-08-13T19:16:43.735Z Fresh plotters v0.3.7
100482026-08-13T19:16:43.735Z Fresh knuffel-derive v3.2.0
100492026-08-13T19:16:43.735Z Fresh colored v2.2.0
100502026-08-13T19:16:43.735Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
100512026-08-13T19:16:43.735Z Fresh tinytemplate v1.2.1
100522026-08-13T19:16:43.735Z Fresh sapling-renderdag v0.1.0
100532026-08-13T19:16:43.741Z Fresh rtoolbox v0.0.3
100542026-08-13T19:16:43.741Z Fresh keccak v0.2.0
100552026-08-13T19:16:43.741Z Fresh oorandom v11.1.5
100562026-08-13T19:16:43.741Z Fresh vergen-git2 v9.1.0
100572026-08-13T19:16:43.741Z Fresh miette v5.10.0
100582026-08-13T19:16:43.741Z Fresh sync-ptr v0.1.4
100592026-08-13T19:16:43.741Z Fresh anes v0.1.6
100602026-08-13T19:16:43.741Z Fresh curve25519-dalek v5.0.0
100612026-08-13T19:16:43.741Z Fresh blake3 v1.8.5
100622026-08-13T19:16:43.742Z Fresh tui-tree-widget v0.23.1
100632026-08-13T19:16:43.742Z Fresh oxide-update-engine-display v0.1.2
100642026-08-13T19:16:43.742Z Fresh async-object-pool v0.2.0
100652026-08-13T19:16:43.742Z Fresh rpassword v7.5.4
100662026-08-13T19:16:43.742Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
100672026-08-13T19:16:43.742Z Fresh ed25519 v3.0.0
100682026-08-13T19:16:43.742Z Fresh supports-color v3.0.2
100692026-08-13T19:16:43.742Z Fresh pkcs1 v0.8.0-rc.4
100702026-08-13T19:16:43.742Z Fresh crypto-primes v0.7.2
100712026-08-13T19:16:43.742Z Fresh poly1305 v0.9.0
100722026-08-13T19:16:43.742Z Fresh knuffel v3.2.0
100732026-08-13T19:16:43.742Z Fresh criterion v0.7.0
100742026-08-13T19:16:43.742Z Fresh tokio-test v0.4.5
100752026-08-13T19:16:43.742Z Fresh blowfish v0.10.0
100762026-08-13T19:16:43.742Z Fresh blake2 v0.11.0-rc.6
100772026-08-13T19:16:43.742Z Fresh serde_regex v1.1.0
100782026-08-13T19:16:43.742Z Fresh assert-json-diff v2.0.2
100792026-08-13T19:16:43.742Z Fresh path-tree v0.8.3
100802026-08-13T19:16:43.742Z Fresh topological-sort v0.2.2
100812026-08-13T19:16:43.742Z Fresh stringmetrics v2.2.2
100822026-08-13T19:16:43.742Z Fresh target-lexicon v0.13.3
100832026-08-13T19:16:43.742Z Fresh ssh-cipher v0.3.0
100842026-08-13T19:16:43.742Z Fresh ed25519-dalek v3.0.0
100852026-08-13T19:16:43.742Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
100862026-08-13T19:16:43.742Z Fresh rsa v0.10.0-rc.18
100872026-08-13T19:16:43.742Z Fresh p521 v0.14.0
100882026-08-13T19:16:43.742Z Fresh sha3 v0.11.0
100892026-08-13T19:16:43.742Z Fresh p256 v0.14.0
100902026-08-13T19:16:43.742Z Fresh p384 v0.14.0
100912026-08-13T19:16:43.743Z Fresh httpmock v0.8.3
100922026-08-13T19:16:43.743Z Fresh bcrypt-pbkdf v0.11.0
100932026-08-13T19:16:43.743Z Fresh argon2 v0.6.0-rc.8
100942026-08-13T19:16:43.743Z Fresh omicron-zone-package v0.12.3
100952026-08-13T19:16:43.743Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
100962026-08-13T19:16:43.743Z Fresh twox-hash v2.1.2
100972026-08-13T19:16:43.743Z Fresh kem v0.3.0
100982026-08-13T19:16:43.743Z Fresh module-lattice v0.2.3
100992026-08-13T19:16:43.743Z Fresh atty v0.2.14
101002026-08-13T19:16:43.743Z Fresh sponge-cursor v0.1.0
101012026-08-13T19:16:43.743Z Fresh cfg-expr v0.20.6
101022026-08-13T19:16:43.743Z Fresh russh-cryptovec v0.62.0
101032026-08-13T19:16:43.743Z Fresh sha3 v0.12.0
101042026-08-13T19:16:43.743Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
101052026-08-13T19:16:43.743Z Fresh ml-kem v0.3.2
101062026-08-13T19:16:43.743Z Fresh ssh-key v0.7.0-rc.11
101072026-08-13T19:16:43.743Z Fresh guppy-workspace-hack v0.1.0
101082026-08-13T19:16:43.743Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
101092026-08-13T19:16:43.743Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
101102026-08-13T19:16:43.743Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
101112026-08-13T19:16:43.743Z Fresh internal-russh-num-bigint v0.5.0
101122026-08-13T19:16:43.743Z Fresh httptest v0.16.4
101132026-08-13T19:16:43.743Z Fresh fatfs v0.3.6
101142026-08-13T19:16:43.743Z Fresh num-bigint v0.4.6
101152026-08-13T19:16:43.743Z Fresh russh-util v0.52.0
101162026-08-13T19:16:43.743Z Fresh generic-array v1.4.3
101172026-08-13T19:16:43.743Z Fresh delegate v0.13.5
101182026-08-13T19:16:43.743Z Fresh enum_dispatch v0.3.13
101192026-08-13T19:16:43.743Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
101202026-08-13T19:16:43.744Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
101212026-08-13T19:16:43.744Z Fresh relative-path v1.9.3
101222026-08-13T19:16:43.744Z Fresh escape8259 v0.5.3
101232026-08-13T19:16:43.744Z Fresh hex-literal v1.1.0
101242026-08-13T19:16:43.744Z Fresh hex-literal v0.4.1
101252026-08-13T19:16:43.744Z Fresh seq-macro v0.3.6
101262026-08-13T19:16:43.744Z Fresh md5 v0.8.0
101272026-08-13T19:16:43.744Z Fresh target-triple v1.0.0
101282026-08-13T19:16:43.744Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
101292026-08-13T19:16:43.744Z Fresh target-spec v3.5.7
101302026-08-13T19:16:43.744Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
101312026-08-13T19:16:43.744Z Fresh linkme-impl v0.3.35
101322026-08-13T19:16:43.744Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
101332026-08-13T19:16:43.744Z Fresh blake2b_simd v1.0.4
101342026-08-13T19:16:43.744Z Fresh similar-asserts v1.7.0
101352026-08-13T19:16:43.744Z Fresh fancy-regex v0.14.0
101362026-08-13T19:16:43.744Z Fresh pathdiff v0.2.3
101372026-08-13T19:16:43.744Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
101382026-08-13T19:16:43.744Z Fresh approx v0.5.1
101392026-08-13T19:16:43.744Z Fresh uzers v0.12.2
101402026-08-13T19:16:43.744Z Fresh socket2 v0.5.10
101412026-08-13T19:16:43.744Z Fresh internet-checksum v0.2.1
101422026-08-13T19:16:43.744Z Fresh nested v0.1.1
101432026-08-13T19:16:43.744Z Fresh constant_time_eq v0.3.1
101442026-08-13T19:16:43.744Z Fresh termcolor v1.4.1
101452026-08-13T19:16:43.744Z Fresh rstest_macros v0.25.0
101462026-08-13T19:16:43.744Z Fresh russh v0.62.4
101472026-08-13T19:16:43.744Z Fresh libtest-mimic v0.8.1
101482026-08-13T19:16:43.744Z Fresh rust-argon2 v2.1.0
101492026-08-13T19:16:43.744Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
101502026-08-13T19:16:43.744Z Fresh guppy v0.17.25
101512026-08-13T19:16:43.744Z Fresh trybuild v1.0.116
101522026-08-13T19:16:43.744Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
101532026-08-13T19:16:43.750Z Fresh hickory-client v0.25.2
101542026-08-13T19:16:43.750Z Fresh partial-io v0.5.4
101552026-08-13T19:16:43.750Z Fresh rand_distr v0.5.1
101562026-08-13T19:16:43.750Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
101572026-08-13T19:16:43.750Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
101582026-08-13T19:16:43.750Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
101592026-08-13T19:16:43.750Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
101602026-08-13T19:16:43.750Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
101612026-08-13T19:16:43.750Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
101622026-08-13T19:16:43.750Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
101632026-08-13T19:16:43.750Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
101642026-08-13T19:16:43.750Z Fresh assert_cmd v2.1.2
101652026-08-13T19:16:43.750Z Fresh datatest-stable v0.3.3
101662026-08-13T19:16:43.750Z Fresh linkme v0.3.35
101672026-08-13T19:16:43.750Z Fresh rstest v0.25.0
101682026-08-13T19:16:43.750Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
101692026-08-13T19:16:43.751Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
101702026-08-13T19:16:43.751Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
101712026-08-13T19:16:43.751Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
101722026-08-13T19:16:43.751Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
101732026-08-13T19:16:43.751Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
101742026-08-13T19:16:43.751Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
101752026-08-13T19:16:43.751Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
101762026-08-13T19:16:43.751Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
101772026-08-13T19:16:43.751Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
101782026-08-13T19:16:43.751Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
101792026-08-13T19:16:43.751Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
101802026-08-13T19:16:43.751Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
101812026-08-13T19:16:43.751Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
101822026-08-13T19:16:43.751Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
101832026-08-13T19:16:43.751Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
101842026-08-13T19:16:43.751Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
101852026-08-13T19:16:43.751Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
101862026-08-13T19:16:43.751Z Fresh wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
101872026-08-13T19:16:43.751Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
101882026-08-13T19:16:43.751Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
101892026-08-13T19:16:43.751Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
101902026-08-13T19:16:43.751Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
101912026-08-13T19:16:43.751Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
101922026-08-13T19:16:43.751Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
101932026-08-13T19:16:43.751Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
101942026-08-13T19:16:43.751Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
101952026-08-13T19:16:43.751Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
101962026-08-13T19:16:43.751Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
101972026-08-13T19:16:43.751Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
101982026-08-13T19:16:43.751Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
101992026-08-13T19:16:43.751Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
102002026-08-13T19:16:43.751Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
102012026-08-13T19:16:43.751Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
102022026-08-13T19:16:43.751Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
102032026-08-13T19:16:43.751Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
102042026-08-13T19:16:43.752Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
102052026-08-13T19:16:43.752Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
102062026-08-13T19:16:43.752Z Fresh sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
102072026-08-13T19:16:43.752Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
102082026-08-13T19:16:43.752Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
102092026-08-13T19:16:43.752Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
102102026-08-13T19:16:43.752Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
102112026-08-13T19:16:43.752Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
102122026-08-13T19:16:43.752Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
102132026-08-13T19:16:43.752Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
102142026-08-13T19:16:43.752Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
102152026-08-13T19:16:43.752Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
102162026-08-13T19:16:43.752Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
102172026-08-13T19:16:43.752Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
102182026-08-13T19:16:43.752Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
102192026-08-13T19:16:43.752Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
102202026-08-13T19:16:43.752Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
102212026-08-13T19:16:43.752Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
102222026-08-13T19:16:43.752Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
102232026-08-13T19:16:43.752Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
102242026-08-13T19:16:43.752Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
102252026-08-13T19:16:43.752Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
102262026-08-13T19:16:43.752Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
102272026-08-13T19:16:43.752Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
102282026-08-13T19:16:43.752Z Fresh wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
102292026-08-13T19:16:43.752Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
102302026-08-13T19:16:43.752Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
102312026-08-13T19:16:43.752Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
102322026-08-13T19:16:43.752Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
102332026-08-13T19:16:43.752Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
102342026-08-13T19:16:43.752Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
102352026-08-13T19:16:43.752Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
102362026-08-13T19:16:43.752Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
102372026-08-13T19:16:43.752Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
102382026-08-13T19:16:43.752Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
102392026-08-13T19:16:43.753Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
102402026-08-13T19:16:43.753Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
102412026-08-13T19:16:43.753Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
102422026-08-13T19:16:43.753Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
102432026-08-13T19:16:43.753Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
102442026-08-13T19:16:43.753Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
102452026-08-13T19:16:43.753Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
102462026-08-13T19:16:43.753Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
102472026-08-13T19:16:43.753Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
102482026-08-13T19:16:43.753Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
102492026-08-13T19:16:43.753Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
102502026-08-13T19:16:43.753Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
102512026-08-13T19:16:43.753Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
102522026-08-13T19:16:43.753Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
102532026-08-13T19:16:43.758Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
102542026-08-13T19:16:43.758Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
102552026-08-13T19:16:43.758Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
102562026-08-13T19:16:43.758Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
102572026-08-13T19:16:43.758Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
102582026-08-13T19:16:43.759Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
102592026-08-13T19:16:43.759Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
102602026-08-13T19:16:43.759Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
102612026-08-13T19:16:43.759Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
102622026-08-13T19:16:43.759Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
102632026-08-13T19:16:43.759Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
102642026-08-13T19:16:43.759Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
102652026-08-13T19:16:43.759Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
102662026-08-13T19:16:43.759Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
102672026-08-13T19:16:43.759Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
102682026-08-13T19:16:43.759Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
102692026-08-13T19:16:43.760Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
102702026-08-13T19:16:43.760Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
102712026-08-13T19:16:43.760Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
102722026-08-13T19:16:43.760Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
102732026-08-13T19:16:43.760Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
102742026-08-13T19:16:43.760Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
102752026-08-13T19:16:43.760Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
102762026-08-13T19:16:43.760Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
102772026-08-13T19:16:43.760Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
102782026-08-13T19:16:43.760Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
102792026-08-13T19:16:43.760Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
102802026-08-13T19:16:43.760Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
102812026-08-13T19:16:43.760Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
102822026-08-13T19:16:43.760Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
102832026-08-13T19:16:43.761Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
102842026-08-13T19:16:43.761Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
102852026-08-13T19:16:43.761Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
102862026-08-13T19:16:43.761Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
102872026-08-13T19:16:43.761Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
102882026-08-13T19:16:43.761Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
102892026-08-13T19:16:43.761Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
102902026-08-13T19:16:43.761Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
102912026-08-13T19:16:43.761Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
102922026-08-13T19:16:43.761Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
102932026-08-13T19:16:43.761Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
102942026-08-13T19:16:43.761Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
102952026-08-13T19:16:43.761Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
102962026-08-13T19:16:43.761Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
102972026-08-13T19:16:43.761Z Fresh wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
102982026-08-13T19:16:43.762Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
102992026-08-13T19:16:43.762Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
103002026-08-13T19:16:43.762Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
103012026-08-13T19:16:43.762Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
103022026-08-13T19:16:43.762Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
103032026-08-13T19:16:43.762Z Fresh wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
103042026-08-13T19:16:43.762Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
103052026-08-13T19:16:43.762Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
103062026-08-13T19:16:43.762Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
103072026-08-13T19:16:43.762Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
103082026-08-13T19:16:43.762Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
103092026-08-13T19:16:43.762Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
103102026-08-13T19:16:43.762Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
103112026-08-13T19:16:43.763Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
103122026-08-13T19:16:43.763Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
103132026-08-13T19:16:43.763Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
103142026-08-13T19:16:43.763Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
103152026-08-13T19:16:43.763Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
103162026-08-13T19:16:43.763Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
103172026-08-13T19:16:43.763Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
103182026-08-13T19:16:43.763Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
103192026-08-13T19:16:43.763Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
103202026-08-13T19:16:43.763Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
103212026-08-13T19:16:43.763Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
103222026-08-13T19:16:43.763Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
103232026-08-13T19:16:43.763Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
103242026-08-13T19:16:43.763Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
103252026-08-13T19:16:43.763Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
103262026-08-13T19:16:43.763Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.24s
103272026-08-13T19:16:43.785Z Doc-tests api_identity
103282026-08-13T19:16:43.789Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103292026-08-13T19:16:43.845Z
103302026-08-13T19:16:43.845Zrunning 0 tests
103312026-08-13T19:16:43.845Z
103322026-08-13T19:16:43.845Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103332026-08-13T19:16:43.845Z
103342026-08-13T19:16:43.855Z Doc-tests authz_macros
103352026-08-13T19:16:43.855Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e64d44a3117e7668.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f743887b1378df8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103362026-08-13T19:16:44.325Z
103372026-08-13T19:16:44.325Zrunning 7 tests
103382026-08-13T19:16:44.325Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
103392026-08-13T19:16:44.326Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
103402026-08-13T19:16:44.326Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
103412026-08-13T19:16:44.326Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
103422026-08-13T19:16:44.326Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
103432026-08-13T19:16:44.326Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
103442026-08-13T19:16:44.326Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
103452026-08-13T19:16:44.326Z
103462026-08-13T19:16:44.326Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
103472026-08-13T19:16:44.326Z
103482026-08-13T19:16:44.331Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
103492026-08-13T19:16:44.342Z Doc-tests bootstore
103502026-08-13T19:16:44.346Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-362f2be48e777ba9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103512026-08-13T19:16:44.598Z
103522026-08-13T19:16:44.598Zrunning 0 tests
103532026-08-13T19:16:44.598Z
103542026-08-13T19:16:44.598Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103552026-08-13T19:16:44.598Z
103562026-08-13T19:16:44.621Z Doc-tests bootstrap_agent_lockstep_api
103572026-08-13T19:16:44.621Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_api --test sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103582026-08-13T19:16:45.209Z
103592026-08-13T19:16:45.209Zrunning 2 tests
103602026-08-13T19:16:45.209Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
103612026-08-13T19:16:45.209Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
103622026-08-13T19:16:45.209Z
103632026-08-13T19:16:45.209Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103642026-08-13T19:16:45.209Z
103652026-08-13T19:16:45.214Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
103662026-08-13T19:16:45.236Z Doc-tests bootstrap_agent_lockstep_client
103672026-08-13T19:16:45.237Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_client --test clients/bootstrap-agent-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-630875ea00ad1470.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103682026-08-13T19:16:45.612Z
103692026-08-13T19:16:45.612Zrunning 0 tests
103702026-08-13T19:16:45.612Z
103712026-08-13T19:16:45.612Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103722026-08-13T19:16:45.612Z
103732026-08-13T19:16:45.645Z Doc-tests bootstrap_agent_lockstep_types
103742026-08-13T19:16:45.645Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_types --test sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103752026-08-13T19:16:45.986Z
103762026-08-13T19:16:45.986Zrunning 0 tests
103772026-08-13T19:16:45.986Z
103782026-08-13T19:16:45.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103792026-08-13T19:16:45.986Z
103802026-08-13T19:16:46.013Z Doc-tests clickana
103812026-08-13T19:16:46.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-53a23f8ee71bd7c3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103822026-08-13T19:16:46.239Z
103832026-08-13T19:16:46.239Zrunning 0 tests
103842026-08-13T19:16:46.239Z
103852026-08-13T19:16:46.239Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103862026-08-13T19:16:46.240Z
103872026-08-13T19:16:46.265Z Doc-tests clickhouse_admin_api
103882026-08-13T19:16:46.265Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-b6d63e2aa08ee6a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103892026-08-13T19:16:46.827Z
103902026-08-13T19:16:46.827Zrunning 6 tests
103912026-08-13T19:16:46.828Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
103922026-08-13T19:16:46.828Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
103932026-08-13T19:16:46.828Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
103942026-08-13T19:16:46.828Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
103952026-08-13T19:16:46.828Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
103962026-08-13T19:16:46.828Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
103972026-08-13T19:16:46.828Z
103982026-08-13T19:16:46.828Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
103992026-08-13T19:16:46.828Z
104002026-08-13T19:16:46.832Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
104012026-08-13T19:16:46.857Z Doc-tests clickhouse_admin_keeper_client
104022026-08-13T19:16:46.857Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104032026-08-13T19:16:47.222Z
104042026-08-13T19:16:47.222Zrunning 0 tests
104052026-08-13T19:16:47.222Z
104062026-08-13T19:16:47.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104072026-08-13T19:16:47.222Z
104082026-08-13T19:16:47.252Z Doc-tests clickhouse_admin_server_client
104092026-08-13T19:16:47.252Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104102026-08-13T19:16:47.638Z
104112026-08-13T19:16:47.638Zrunning 0 tests
104122026-08-13T19:16:47.638Z
104132026-08-13T19:16:47.638Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104142026-08-13T19:16:47.638Z
104152026-08-13T19:16:47.667Z Doc-tests clickhouse_admin_single_client
104162026-08-13T19:16:47.668Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104172026-08-13T19:16:47.856Z
104182026-08-13T19:16:47.856Zrunning 0 tests
104192026-08-13T19:16:47.856Z
104202026-08-13T19:16:47.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104212026-08-13T19:16:47.856Z
104222026-08-13T19:16:47.874Z Doc-tests clickhouse_admin_test_utils
104232026-08-13T19:16:47.875Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-452d087a73545cf2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104242026-08-13T19:16:48.047Z
104252026-08-13T19:16:48.047Zrunning 0 tests
104262026-08-13T19:16:48.047Z
104272026-08-13T19:16:48.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104282026-08-13T19:16:48.047Z
104292026-08-13T19:16:48.065Z Doc-tests clickhouse_admin_types
104302026-08-13T19:16:48.065Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-b6d63e2aa08ee6a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104312026-08-13T19:16:48.233Z
104322026-08-13T19:16:48.233Zrunning 0 tests
104332026-08-13T19:16:48.233Z
104342026-08-13T19:16:48.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104352026-08-13T19:16:48.238Z
104362026-08-13T19:16:48.251Z Doc-tests clickhouse_admin_types_versions
104372026-08-13T19:16:48.252Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-b6d63e2aa08ee6a2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104382026-08-13T19:16:49.038Z
104392026-08-13T19:16:49.039Zrunning 1 test
104402026-08-13T19:16:49.039Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
104412026-08-13T19:16:49.039Z
104422026-08-13T19:16:49.039Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104432026-08-13T19:16:49.039Z
104442026-08-13T19:16:49.044Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
104452026-08-13T19:16:49.075Z Doc-tests cockroach_admin_api
104462026-08-13T19:16:49.075Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-97639dd722a8c50f.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-a333bbdc65330334.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104472026-08-13T19:16:49.565Z
104482026-08-13T19:16:49.565Zrunning 2 tests
104492026-08-13T19:16:49.565Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
104502026-08-13T19:16:49.565Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
104512026-08-13T19:16:49.565Z
104522026-08-13T19:16:49.565Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104532026-08-13T19:16:49.565Z
104542026-08-13T19:16:49.570Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
104552026-08-13T19:16:49.587Z Doc-tests cockroach_admin_client
104562026-08-13T19:16:49.592Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104572026-08-13T19:16:49.788Z
104582026-08-13T19:16:49.788Zrunning 0 tests
104592026-08-13T19:16:49.788Z
104602026-08-13T19:16:49.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104612026-08-13T19:16:49.788Z
104622026-08-13T19:16:49.807Z Doc-tests cockroach_admin_types
104632026-08-13T19:16:49.807Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-a333bbdc65330334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104642026-08-13T19:16:49.885Z
104652026-08-13T19:16:49.885Zrunning 0 tests
104662026-08-13T19:16:49.885Z
104672026-08-13T19:16:49.886Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104682026-08-13T19:16:49.886Z
104692026-08-13T19:16:49.896Z Doc-tests cockroach_admin_types_versions
104702026-08-13T19:16:49.896Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-a333bbdc65330334.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104712026-08-13T19:16:50.384Z
104722026-08-13T19:16:50.384Zrunning 1 test
104732026-08-13T19:16:50.384Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
104742026-08-13T19:16:50.384Z
104752026-08-13T19:16:50.384Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104762026-08-13T19:16:50.384Z
104772026-08-13T19:16:50.389Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
104782026-08-13T19:16:50.407Z Doc-tests db_macros
104792026-08-13T19:16:50.412Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c1f12cf16da87581.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f743887b1378df8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104802026-08-13T19:16:50.912Z
104812026-08-13T19:16:50.912Zrunning 3 tests
104822026-08-13T19:16:50.912Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 29) ... ignored
104832026-08-13T19:16:50.913Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
104842026-08-13T19:16:50.913Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 71) ... ignored
104852026-08-13T19:16:50.913Z
104862026-08-13T19:16:50.913Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
104872026-08-13T19:16:50.918Z
104882026-08-13T19:16:50.918Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
104892026-08-13T19:16:50.933Z Doc-tests dev_tools_common
104902026-08-13T19:16:50.933Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104912026-08-13T19:16:50.988Z
104922026-08-13T19:16:50.988Zrunning 0 tests
104932026-08-13T19:16:50.988Z
104942026-08-13T19:16:50.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104952026-08-13T19:16:50.988Z
104962026-08-13T19:16:50.996Z Doc-tests dns_server
104972026-08-13T19:16:51.002Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2334dbb4d9f85d16.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-928aefc64ad98282.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104982026-08-13T19:16:51.217Z
104992026-08-13T19:16:51.217Zrunning 0 tests
105002026-08-13T19:16:51.217Z
105012026-08-13T19:16:51.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105022026-08-13T19:16:51.217Z
105032026-08-13T19:16:51.239Z Doc-tests dns_server_api
105042026-08-13T19:16:51.239Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105052026-08-13T19:16:51.780Z
105062026-08-13T19:16:51.780Zrunning 2 tests
105072026-08-13T19:16:51.780Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
105082026-08-13T19:16:51.780Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
105092026-08-13T19:16:51.780Z
105102026-08-13T19:16:51.780Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105112026-08-13T19:16:51.780Z
105122026-08-13T19:16:51.784Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
105132026-08-13T19:16:51.808Z Doc-tests dns_service_client
105142026-08-13T19:16:51.812Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105152026-08-13T19:16:52.052Z
105162026-08-13T19:16:52.052Zrunning 0 tests
105172026-08-13T19:16:52.052Z
105182026-08-13T19:16:52.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105192026-08-13T19:16:52.052Z
105202026-08-13T19:16:52.079Z Doc-tests end_to_end_tests
105212026-08-13T19:16:52.083Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7f2c847c99580089.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f26696680342d0ee.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-f4c13c5fbef39293.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-41124333fe6973d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
105222026-08-13T19:16:52.426Z
105232026-08-13T19:16:52.426Zrunning 0 tests
105242026-08-13T19:16:52.426Z
105252026-08-13T19:16:52.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105262026-08-13T19:16:52.427Z
105272026-08-13T19:16:52.460Z Doc-tests ereport_types
105282026-08-13T19:16:52.460Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105292026-08-13T19:16:52.607Z
105302026-08-13T19:16:52.607Zrunning 0 tests
105312026-08-13T19:16:52.607Z
105322026-08-13T19:16:52.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105332026-08-13T19:16:52.607Z
105342026-08-13T19:16:52.622Z Doc-tests gateway_api
105352026-08-13T19:16:52.622Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-71d3e8f03f444092.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105362026-08-13T19:16:53.164Z
105372026-08-13T19:16:53.164Zrunning 2 tests
105382026-08-13T19:16:53.164Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
105392026-08-13T19:16:53.164Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
105402026-08-13T19:16:53.164Z
105412026-08-13T19:16:53.164Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105422026-08-13T19:16:53.164Z
105432026-08-13T19:16:53.169Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
105442026-08-13T19:16:53.190Z Doc-tests gateway_client
105452026-08-13T19:16:53.195Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105462026-08-13T19:16:53.730Z
105472026-08-13T19:16:53.730Zrunning 0 tests
105482026-08-13T19:16:53.731Z
105492026-08-13T19:16:53.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105502026-08-13T19:16:53.731Z
105512026-08-13T19:16:53.767Z Doc-tests gateway_test_utils
105522026-08-13T19:16:53.767Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-64a42dfcf8d853f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105532026-08-13T19:16:54.125Z
105542026-08-13T19:16:54.125Zrunning 0 tests
105552026-08-13T19:16:54.125Z
105562026-08-13T19:16:54.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105572026-08-13T19:16:54.125Z
105582026-08-13T19:16:54.161Z Doc-tests gateway_types
105592026-08-13T19:16:54.162Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
105602026-08-13T19:16:54.315Z
105612026-08-13T19:16:54.315Zrunning 0 tests
105622026-08-13T19:16:54.315Z
105632026-08-13T19:16:54.319Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105642026-08-13T19:16:54.320Z
105652026-08-13T19:16:54.336Z Doc-tests gateway_types_versions
105662026-08-13T19:16:54.340Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types_versions --test gateway-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
105672026-08-13T19:16:55.118Z
105682026-08-13T19:16:55.118Zrunning 1 test
105692026-08-13T19:16:55.118Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
105702026-08-13T19:16:55.118Z
105712026-08-13T19:16:55.119Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
105722026-08-13T19:16:55.119Z
105732026-08-13T19:16:55.123Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
105742026-08-13T19:16:55.152Z Doc-tests gfss
105752026-08-13T19:16:55.156Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
105762026-08-13T19:16:55.254Z
105772026-08-13T19:16:55.254Zrunning 0 tests
105782026-08-13T19:16:55.254Z
105792026-08-13T19:16:55.255Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105802026-08-13T19:16:55.255Z
105812026-08-13T19:16:55.270Z Doc-tests illumos_utils
105822026-08-13T19:16:55.275Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1da47af7143cd257.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-3e1e4d973b593507.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b6fbea4a0de5330e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b4a40116f6df15e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
105832026-08-13T19:16:55.700Z
105842026-08-13T19:16:55.700Zrunning 0 tests
105852026-08-13T19:16:55.700Z
105862026-08-13T19:16:55.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105872026-08-13T19:16:55.700Z
105882026-08-13T19:16:55.732Z Doc-tests installinator
105892026-08-13T19:16:55.737Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9e24e2661f199b87.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6af8764b353113cf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5eed502c0abfa518.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-23ca0df2b9ed2051.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
105902026-08-13T19:16:56.095Z
105912026-08-13T19:16:56.095Zrunning 0 tests
105922026-08-13T19:16:56.095Z
105932026-08-13T19:16:56.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105942026-08-13T19:16:56.096Z
105952026-08-13T19:16:56.127Z Doc-tests installinator_api
105962026-08-13T19:16:56.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f025dca8d3ce7f5.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-904fabbd458e7ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105972026-08-13T19:16:56.668Z
105982026-08-13T19:16:56.669Zrunning 2 tests
105992026-08-13T19:16:56.669Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 44) ... ignored
106002026-08-13T19:16:56.669Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 50) ... ignored
106012026-08-13T19:16:56.669Z
106022026-08-13T19:16:56.674Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106032026-08-13T19:16:56.674Z
106042026-08-13T19:16:56.674Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
106052026-08-13T19:16:56.693Z Doc-tests installinator_client
106062026-08-13T19:16:56.693Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6af8764b353113cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106072026-08-13T19:16:56.949Z
106082026-08-13T19:16:56.950Zrunning 0 tests
106092026-08-13T19:16:56.950Z
106102026-08-13T19:16:56.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106112026-08-13T19:16:56.950Z
106122026-08-13T19:16:56.974Z Doc-tests installinator_common
106132026-08-13T19:16:56.974Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-904fabbd458e7ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106142026-08-13T19:16:57.250Z
106152026-08-13T19:16:57.250Zrunning 0 tests
106162026-08-13T19:16:57.250Z
106172026-08-13T19:16:57.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106182026-08-13T19:16:57.250Z
106192026-08-13T19:16:57.277Z Doc-tests installinator_common_versions
106202026-08-13T19:16:57.277Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common_versions --test installinator-common/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-904fabbd458e7ab9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106212026-08-13T19:16:57.722Z
106222026-08-13T19:16:57.722Zrunning 1 test
106232026-08-13T19:16:57.722Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
106242026-08-13T19:16:57.722Z
106252026-08-13T19:16:57.722Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106262026-08-13T19:16:57.722Z
106272026-08-13T19:16:57.726Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
106282026-08-13T19:16:57.741Z Doc-tests internal_dns_resolver
106292026-08-13T19:16:57.741Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5c2f5ee65ef29b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-5f487b8c183c0e5a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106302026-08-13T19:16:57.958Z
106312026-08-13T19:16:57.959Zrunning 0 tests
106322026-08-13T19:16:57.959Z
106332026-08-13T19:16:57.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106342026-08-13T19:16:57.959Z
106352026-08-13T19:16:57.982Z Doc-tests internal_dns_types
106362026-08-13T19:16:57.983Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106372026-08-13T19:16:58.178Z
106382026-08-13T19:16:58.178Zrunning 0 tests
106392026-08-13T19:16:58.178Z
106402026-08-13T19:16:58.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106412026-08-13T19:16:58.179Z
106422026-08-13T19:16:58.199Z Doc-tests internal_dns_types_versions
106432026-08-13T19:16:58.199Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3eccfeb4198eac62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106442026-08-13T19:16:58.790Z
106452026-08-13T19:16:58.790Zrunning 1 test
106462026-08-13T19:16:58.790Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
106472026-08-13T19:16:58.790Z
106482026-08-13T19:16:58.790Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106492026-08-13T19:16:58.790Z
106502026-08-13T19:16:58.795Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
106512026-08-13T19:16:58.818Z Doc-tests ipcc
106522026-08-13T19:16:58.818Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5eed502c0abfa518.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106532026-08-13T19:16:58.939Z
106542026-08-13T19:16:58.939Zrunning 0 tests
106552026-08-13T19:16:58.939Z
106562026-08-13T19:16:58.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106572026-08-13T19:16:58.939Z
106582026-08-13T19:16:58.954Z Doc-tests key_manager
106592026-08-13T19:16:58.954Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-3e1e4d973b593507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106602026-08-13T19:16:59.138Z
106612026-08-13T19:16:59.138Zrunning 0 tests
106622026-08-13T19:16:59.138Z
106632026-08-13T19:16:59.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106642026-08-13T19:16:59.138Z
106652026-08-13T19:16:59.158Z Doc-tests key_manager_types
106662026-08-13T19:16:59.158Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager_types --test key-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-3e1e4d973b593507.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106672026-08-13T19:16:59.203Z
106682026-08-13T19:16:59.203Zrunning 0 tests
106692026-08-13T19:16:59.204Z
106702026-08-13T19:16:59.204Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106712026-08-13T19:16:59.204Z
106722026-08-13T19:16:59.213Z Doc-tests live_tests_macros
106732026-08-13T19:16:59.216Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-a0ebad59a941e00e.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106742026-08-13T19:16:59.615Z
106752026-08-13T19:16:59.615Zrunning 1 test
106762026-08-13T19:16:59.615Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
106772026-08-13T19:16:59.615Z
106782026-08-13T19:16:59.615Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106792026-08-13T19:16:59.615Z
106802026-08-13T19:16:59.619Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
106812026-08-13T19:16:59.630Z Doc-tests nexus_auth
106822026-08-13T19:16:59.634Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e64d44a3117e7668.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5483fd12f2af7ae0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-815c8f84783fad7f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-219d508591cabade.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
106832026-08-13T19:17:00.261Z
106842026-08-13T19:17:00.261Zrunning 0 tests
106852026-08-13T19:17:00.261Z
106862026-08-13T19:17:00.261Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106872026-08-13T19:17:00.261Z
106882026-08-13T19:17:00.308Z Doc-tests nexus_background_task_interface
106892026-08-13T19:17:00.308Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-1326867eea1048ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-0a5a3e11c603bdda.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
106902026-08-13T19:17:00.370Z
106912026-08-13T19:17:00.370Zrunning 0 tests
106922026-08-13T19:17:00.370Z
106932026-08-13T19:17:00.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106942026-08-13T19:17:00.370Z
106952026-08-13T19:17:00.377Z Doc-tests nexus_client
106962026-08-13T19:17:00.377Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106972026-08-13T19:17:00.910Z
106982026-08-13T19:17:00.910Zrunning 0 tests
106992026-08-13T19:17:00.910Z
107002026-08-13T19:17:00.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107012026-08-13T19:17:00.910Z
107022026-08-13T19:17:00.951Z Doc-tests nexus_config
107032026-08-13T19:17:00.951Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107042026-08-13T19:17:01.484Z
107052026-08-13T19:17:01.484Zrunning 0 tests
107062026-08-13T19:17:01.484Z
107072026-08-13T19:17:01.484Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107082026-08-13T19:17:01.484Z
107092026-08-13T19:17:01.525Z Doc-tests nexus_db_errors
107102026-08-13T19:17:01.530Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b65233b8b0552f25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107112026-08-13T19:17:01.846Z
107122026-08-13T19:17:01.846Zrunning 0 tests
107132026-08-13T19:17:01.846Z
107142026-08-13T19:17:01.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107152026-08-13T19:17:01.846Z
107162026-08-13T19:17:01.884Z Doc-tests nexus_db_fixed_data
107172026-08-13T19:17:01.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5483fd12f2af7ae0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
107182026-08-13T19:17:02.167Z
107192026-08-13T19:17:02.167Zrunning 0 tests
107202026-08-13T19:17:02.167Z
107212026-08-13T19:17:02.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107222026-08-13T19:17:02.167Z
107232026-08-13T19:17:02.198Z Doc-tests nexus_db_lookup
107242026-08-13T19:17:02.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c1f12cf16da87581.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-78aa76d952193465.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b65233b8b0552f25.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
107252026-08-13T19:17:02.694Z
107262026-08-13T19:17:02.694Zrunning 0 tests
107272026-08-13T19:17:02.694Z
107282026-08-13T19:17:02.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107292026-08-13T19:17:02.694Z
107302026-08-13T19:17:02.738Z Doc-tests nexus_db_model
107312026-08-13T19:17:02.738Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c1f12cf16da87581.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d8632b5edf3c934f.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-6ee4db8b174442c9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4d4a181c14af0587.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
107322026-08-13T19:17:18.361Z
107332026-08-13T19:17:18.361Zrunning 4 tests
107342026-08-13T19:17:18.380Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
107352026-08-13T19:17:18.384Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
107362026-08-13T19:17:18.384Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
107372026-08-13T19:17:18.384Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
107382026-08-13T19:17:18.384Z
107392026-08-13T19:17:18.384Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
107402026-08-13T19:17:18.384Z
107412026-08-13T19:17:18.418Zall doctests ran in 12.86s; merged doctests compilation took 12.79s
107422026-08-13T19:17:18.536Z Doc-tests nexus_db_queries
107432026-08-13T19:17:18.541Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c1f12cf16da87581.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-78aa76d952193465.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b65233b8b0552f25.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5483fd12f2af7ae0.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-699957af3676be70.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-815c8f84783fad7f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
107442026-08-13T19:17:25.103Z
107452026-08-13T19:17:25.103Zrunning 3 tests
107462026-08-13T19:17:25.106Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 77) ... ignored
107472026-08-13T19:17:25.106Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 436) ... ignored
107482026-08-13T19:17:25.111Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 417) ... ok
107492026-08-13T19:17:25.111Z
107502026-08-13T19:17:25.111Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
107512026-08-13T19:17:25.111Z
107522026-08-13T19:17:25.123Zall doctests ran in 5.04s; merged doctests compilation took 5.01s
107532026-08-13T19:17:25.233Z Doc-tests nexus_db_schema
107542026-08-13T19:17:25.233Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-6d12d2f24d7f6704.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
107552026-08-13T19:17:30.508Z
107562026-08-13T19:17:30.508Zrunning 0 tests
107572026-08-13T19:17:30.508Z
107582026-08-13T19:17:30.508Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107592026-08-13T19:17:30.508Z
107602026-08-13T19:17:30.738Z Doc-tests nexus_defaults
107612026-08-13T19:17:30.738Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107622026-08-13T19:17:30.916Z
107632026-08-13T19:17:30.916Zrunning 0 tests
107642026-08-13T19:17:30.916Z
107652026-08-13T19:17:30.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107662026-08-13T19:17:30.916Z
107672026-08-13T19:17:30.938Z Doc-tests nexus_external_api
107682026-08-13T19:17:30.938Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-47c8870bfd1f6b38.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107692026-08-13T19:17:31.982Z
107702026-08-13T19:17:31.982Zrunning 2 tests
107712026-08-13T19:17:31.982Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 210) ... ignored
107722026-08-13T19:17:31.982Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 216) ... ignored
107732026-08-13T19:17:31.982Z
107742026-08-13T19:17:31.982Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107752026-08-13T19:17:31.982Z
107762026-08-13T19:17:31.986Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
107772026-08-13T19:17:32.035Z Doc-tests nexus_fm
107782026-08-13T19:17:32.035Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_fm --test nexus/fm/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d339d14d1f4359b3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
107792026-08-13T19:17:32.392Z
107802026-08-13T19:17:32.392Zrunning 0 tests
107812026-08-13T19:17:32.392Z
107822026-08-13T19:17:32.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107832026-08-13T19:17:32.392Z
107842026-08-13T19:17:32.430Z Doc-tests nexus_internal_api
107852026-08-13T19:17:32.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2099310e83419ff5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107862026-08-13T19:17:33.111Z
107872026-08-13T19:17:33.111Zrunning 2 tests
107882026-08-13T19:17:33.111Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
107892026-08-13T19:17:33.111Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
107902026-08-13T19:17:33.111Z
107912026-08-13T19:17:33.111Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107922026-08-13T19:17:33.111Z
107932026-08-13T19:17:33.114Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
107942026-08-13T19:17:33.150Z Doc-tests nexus_inventory
107952026-08-13T19:17:33.154Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
107962026-08-13T19:17:33.465Z
107972026-08-13T19:17:33.465Zrunning 0 tests
107982026-08-13T19:17:33.465Z
107992026-08-13T19:17:33.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108002026-08-13T19:17:33.465Z
108012026-08-13T19:17:33.498Z Doc-tests nexus_lockstep_api
108022026-08-13T19:17:33.498Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1844b1a82699a78c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108032026-08-13T19:17:34.185Z
108042026-08-13T19:17:34.185Zrunning 2 tests
108052026-08-13T19:17:34.185Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 69) ... ignored
108062026-08-13T19:17:34.185Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 75) ... ignored
108072026-08-13T19:17:34.185Z
108082026-08-13T19:17:34.189Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108092026-08-13T19:17:34.189Z
108102026-08-13T19:17:34.189Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
108112026-08-13T19:17:34.222Z Doc-tests nexus_lockstep_client
108122026-08-13T19:17:34.226Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108132026-08-13T19:17:35.866Z
108142026-08-13T19:17:35.866Zrunning 0 tests
108152026-08-13T19:17:35.866Z
108162026-08-13T19:17:35.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108172026-08-13T19:17:35.866Z
108182026-08-13T19:17:35.939Z Doc-tests nexus_macros_common
108192026-08-13T19:17:35.939Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f743887b1378df8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108202026-08-13T19:17:35.986Z
108212026-08-13T19:17:35.986Zrunning 0 tests
108222026-08-13T19:17:35.986Z
108232026-08-13T19:17:35.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108242026-08-13T19:17:35.986Z
108252026-08-13T19:17:35.995Z Doc-tests nexus_metrics_producer_gc
108262026-08-13T19:17:35.998Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-830fdfd260ccc072.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-540213567e44971a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
108272026-08-13T19:17:36.385Z
108282026-08-13T19:17:36.385Zrunning 0 tests
108292026-08-13T19:17:36.385Z
108302026-08-13T19:17:36.385Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108312026-08-13T19:17:36.385Z
108322026-08-13T19:17:36.428Z Doc-tests nexus_mgs_updates
108332026-08-13T19:17:36.428Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108342026-08-13T19:17:36.783Z
108352026-08-13T19:17:36.783Zrunning 0 tests
108362026-08-13T19:17:36.783Z
108372026-08-13T19:17:36.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108382026-08-13T19:17:36.783Z
108392026-08-13T19:17:36.820Z Doc-tests nexus_networking
108402026-08-13T19:17:36.820Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
108412026-08-13T19:17:37.219Z
108422026-08-13T19:17:37.219Zrunning 0 tests
108432026-08-13T19:17:37.219Z
108442026-08-13T19:17:37.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108452026-08-13T19:17:37.219Z
108462026-08-13T19:17:37.262Z Doc-tests nexus_reconfigurator_blippy
108472026-08-13T19:17:37.262Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108482026-08-13T19:17:37.548Z
108492026-08-13T19:17:37.548Zrunning 0 tests
108502026-08-13T19:17:37.548Z
108512026-08-13T19:17:37.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108522026-08-13T19:17:37.548Z
108532026-08-13T19:17:37.579Z Doc-tests nexus_reconfigurator_execution
108542026-08-13T19:17:37.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-830fdfd260ccc072.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f7322ac1cb9d2c9a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
108552026-08-13T19:17:37.986Z
108562026-08-13T19:17:37.986Zrunning 0 tests
108572026-08-13T19:17:37.987Z
108582026-08-13T19:17:37.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108592026-08-13T19:17:37.987Z
108602026-08-13T19:17:38.029Z Doc-tests nexus_reconfigurator_planning
108612026-08-13T19:17:38.029Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-ce20cce40864a756.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-10bcd4e401a48e57.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108622026-08-13T19:17:38.485Z
108632026-08-13T19:17:38.485Zrunning 0 tests
108642026-08-13T19:17:38.485Z
108652026-08-13T19:17:38.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108662026-08-13T19:17:38.485Z
108672026-08-13T19:17:38.526Z Doc-tests nexus_reconfigurator_preparation
108682026-08-13T19:17:38.526Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
108692026-08-13T19:17:38.907Z
108702026-08-13T19:17:38.907Zrunning 0 tests
108712026-08-13T19:17:38.907Z
108722026-08-13T19:17:38.907Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108732026-08-13T19:17:38.907Z
108742026-08-13T19:17:38.948Z Doc-tests nexus_reconfigurator_rendezvous
108752026-08-13T19:17:38.948Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-00a2c6a4782b16ac.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
108762026-08-13T19:17:39.332Z
108772026-08-13T19:17:39.332Zrunning 0 tests
108782026-08-13T19:17:39.332Z
108792026-08-13T19:17:39.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108802026-08-13T19:17:39.332Z
108812026-08-13T19:17:39.372Z Doc-tests nexus_reconfigurator_simulation
108822026-08-13T19:17:39.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-ce20cce40864a756.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-488abc6556b0b168.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-7a585e427b9d101c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-a1c7f0f9f0cf8e0d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108832026-08-13T19:17:39.716Z
108842026-08-13T19:17:39.717Zrunning 0 tests
108852026-08-13T19:17:39.717Z
108862026-08-13T19:17:39.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108872026-08-13T19:17:39.717Z
108882026-08-13T19:17:39.754Z Doc-tests nexus_saga_recovery
108892026-08-13T19:17:39.757Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
108902026-08-13T19:17:40.069Z
108912026-08-13T19:17:40.069Zrunning 0 tests
108922026-08-13T19:17:40.069Z
108932026-08-13T19:17:40.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108942026-08-13T19:17:40.069Z
108952026-08-13T19:17:40.102Z Doc-tests nexus_switch_config
108962026-08-13T19:17:40.102Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config --test nexus/switch-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108972026-08-13T19:17:40.378Z
108982026-08-13T19:17:40.378Zrunning 0 tests
108992026-08-13T19:17:40.378Z
109002026-08-13T19:17:40.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109012026-08-13T19:17:40.378Z
109022026-08-13T19:17:40.410Z Doc-tests nexus_switch_config_preparation
109032026-08-13T19:17:40.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config_preparation --test nexus/switch-config/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-5063c455f7b47328.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
109042026-08-13T19:17:40.786Z
109052026-08-13T19:17:40.786Zrunning 0 tests
109062026-08-13T19:17:40.786Z
109072026-08-13T19:17:40.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109082026-08-13T19:17:40.786Z
109092026-08-13T19:17:40.828Z Doc-tests nexus_test_interface
109102026-08-13T19:17:40.828Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
109112026-08-13T19:17:41.208Z
109122026-08-13T19:17:41.208Zrunning 0 tests
109132026-08-13T19:17:41.209Z
109142026-08-13T19:17:41.209Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109152026-08-13T19:17:41.209Z
109162026-08-13T19:17:41.250Z Doc-tests nexus_test_utils
109172026-08-13T19:17:41.254Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4ce92b2bf0b15649.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
109182026-08-13T19:17:41.784Z
109192026-08-13T19:17:41.784Zrunning 0 tests
109202026-08-13T19:17:41.784Z
109212026-08-13T19:17:41.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109222026-08-13T19:17:41.784Z
109232026-08-13T19:17:41.835Z Doc-tests nexus_test_utils_macros
109242026-08-13T19:17:41.835Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109252026-08-13T19:17:41.885Z
109262026-08-13T19:17:41.885Zrunning 1 test
109272026-08-13T19:17:41.890Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 56) ... ignored
109282026-08-13T19:17:41.890Z
109292026-08-13T19:17:41.890Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109302026-08-13T19:17:41.890Z
109312026-08-13T19:17:41.893Z Doc-tests nexus_types
109322026-08-13T19:17:41.893Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109332026-08-13T19:17:54.647Z
109342026-08-13T19:17:54.647Zrunning 4 tests
109352026-08-13T19:17:54.651Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3290) ... ignored
109362026-08-13T19:17:54.651Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3162) ... ignored
109372026-08-13T19:17:54.651Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 2000) ... ignored
109382026-08-13T19:17:54.655Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
109392026-08-13T19:17:54.655Z
109402026-08-13T19:17:54.655Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
109412026-08-13T19:17:54.655Z
109422026-08-13T19:17:54.681Zall doctests ran in 10.80s; merged doctests compilation took 10.76s
109432026-08-13T19:17:54.781Z Doc-tests nexus_types_versions
109442026-08-13T19:17:54.781Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types_versions --test nexus/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5e32315548e95289.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109452026-08-13T19:17:57.734Z
109462026-08-13T19:17:57.734Zrunning 1 test
109472026-08-13T19:17:57.734Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
109482026-08-13T19:17:57.734Z
109492026-08-13T19:17:57.734Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109502026-08-13T19:17:57.734Z
109512026-08-13T19:17:57.738Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
109522026-08-13T19:17:57.841Z Doc-tests ntp_admin_api
109532026-08-13T19:17:57.841Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-26c7941c8f7cadec.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-ec7a05f4d131731b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109542026-08-13T19:17:58.326Z
109552026-08-13T19:17:58.326Zrunning 2 tests
109562026-08-13T19:17:58.326Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
109572026-08-13T19:17:58.326Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
109582026-08-13T19:17:58.326Z
109592026-08-13T19:17:58.326Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109602026-08-13T19:17:58.326Z
109612026-08-13T19:17:58.330Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
109622026-08-13T19:17:58.349Z Doc-tests ntp_admin_client
109632026-08-13T19:17:58.349Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109642026-08-13T19:17:58.498Z
109652026-08-13T19:17:58.498Zrunning 0 tests
109662026-08-13T19:17:58.498Z
109672026-08-13T19:17:58.498Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109682026-08-13T19:17:58.498Z
109692026-08-13T19:17:58.516Z Doc-tests ntp_admin_types
109702026-08-13T19:17:58.516Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-485a731a21636f33.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-ec7a05f4d131731b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109712026-08-13T19:17:58.570Z
109722026-08-13T19:17:58.570Zrunning 0 tests
109732026-08-13T19:17:58.570Z
109742026-08-13T19:17:58.570Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109752026-08-13T19:17:58.570Z
109762026-08-13T19:17:58.580Z Doc-tests ntp_admin_types_versions
109772026-08-13T19:17:58.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types_versions --test ntp-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-ec7a05f4d131731b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109782026-08-13T19:17:59.013Z
109792026-08-13T19:17:59.013Zrunning 1 test
109802026-08-13T19:17:59.013Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
109812026-08-13T19:17:59.013Z
109822026-08-13T19:17:59.017Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109832026-08-13T19:17:59.017Z
109842026-08-13T19:17:59.017Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
109852026-08-13T19:17:59.032Z Doc-tests omicron_certificates
109862026-08-13T19:17:59.032Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d8632b5edf3c934f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109872026-08-13T19:17:59.219Z
109882026-08-13T19:17:59.219Zrunning 0 tests
109892026-08-13T19:17:59.219Z
109902026-08-13T19:17:59.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109912026-08-13T19:17:59.224Z
109922026-08-13T19:17:59.241Z Doc-tests omicron_clickhouse_admin
109932026-08-13T19:17:59.241Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a77ac05db5f18861.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-452d087a73545cf2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-90fc2953e7dd5377.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109942026-08-13T19:17:59.587Z
109952026-08-13T19:17:59.587Zrunning 0 tests
109962026-08-13T19:17:59.587Z
109972026-08-13T19:17:59.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109982026-08-13T19:17:59.587Z
109992026-08-13T19:17:59.623Z Doc-tests omicron_cockroach_admin
110002026-08-13T19:17:59.627Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-97639dd722a8c50f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-a333bbdc65330334.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4ce92b2bf0b15649.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
110012026-08-13T19:17:59.887Z
110022026-08-13T19:17:59.887Zrunning 0 tests
110032026-08-13T19:17:59.887Z
110042026-08-13T19:17:59.887Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110052026-08-13T19:17:59.887Z
110062026-08-13T19:17:59.914Z Doc-tests omicron_cockroach_metrics
110072026-08-13T19:17:59.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14f9ebbe95fd99dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110082026-08-13T19:18:02.377Z
110092026-08-13T19:18:02.377Zrunning 1 test
110102026-08-13T19:18:02.381Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
110112026-08-13T19:18:02.381Z
110122026-08-13T19:18:02.381Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110132026-08-13T19:18:02.381Z
110142026-08-13T19:18:02.385Zall doctests ran in 2.31s; merged doctests compilation took 2.30s
110152026-08-13T19:18:02.412Z Doc-tests omicron_common
110162026-08-13T19:18:02.416Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5009f17d03191f9c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2e74c5650cf6c026.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
110172026-08-13T19:18:07.847Z
110182026-08-13T19:18:07.847Zrunning 3 tests
110192026-08-13T19:18:07.850Ztest common/src/lib.rs - FileKv (line 36) ... ignored
110202026-08-13T19:18:07.854Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
110212026-08-13T19:18:07.854Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
110222026-08-13T19:18:07.854Z
110232026-08-13T19:18:07.854Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
110242026-08-13T19:18:07.854Z
110252026-08-13T19:18:07.868Zall doctests ran in 4.68s; merged doctests compilation took 4.65s
110262026-08-13T19:18:07.920Z Doc-tests omicron_ddm_admin_client
110272026-08-13T19:18:07.924Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-bfec7b3686289342.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110282026-08-13T19:18:08.129Z
110292026-08-13T19:18:08.129Zrunning 0 tests
110302026-08-13T19:18:08.130Z
110312026-08-13T19:18:08.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110322026-08-13T19:18:08.130Z
110332026-08-13T19:18:08.154Z Doc-tests omicron_deployment_graph
110342026-08-13T19:18:08.154Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_deployment_graph --test dev-tools/omicron-deployment-graph/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-10bcd4e401a48e57.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110352026-08-13T19:18:08.212Z
110362026-08-13T19:18:08.212Zrunning 0 tests
110372026-08-13T19:18:08.212Z
110382026-08-13T19:18:08.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110392026-08-13T19:18:08.212Z
110402026-08-13T19:18:08.221Z Doc-tests omicron_dev_lib
110412026-08-13T19:18:08.225Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ee76a8b4a49b7ab8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110422026-08-13T19:18:08.517Z
110432026-08-13T19:18:08.517Zrunning 0 tests
110442026-08-13T19:18:08.517Z
110452026-08-13T19:18:08.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110462026-08-13T19:18:08.517Z
110472026-08-13T19:18:08.551Z Doc-tests omicron_gateway
110482026-08-13T19:18:08.551Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-71d3e8f03f444092.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-04ce90135200359e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5eed502c0abfa518.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-64a42dfcf8d853f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6e7e540c4f1b982f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ce0f2d0e80d79746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110492026-08-13T19:18:09.050Z
110502026-08-13T19:18:09.050Zrunning 0 tests
110512026-08-13T19:18:09.050Z
110522026-08-13T19:18:09.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110532026-08-13T19:18:09.050Z
110542026-08-13T19:18:09.096Z Doc-tests omicron_git_version
110552026-08-13T19:18:09.096Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_git_version --test git-version/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/git-version -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-6ee4db8b174442c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110562026-08-13T19:18:09.168Z
110572026-08-13T19:18:09.168Zrunning 0 tests
110582026-08-13T19:18:09.168Z
110592026-08-13T19:18:09.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110602026-08-13T19:18:09.168Z
110612026-08-13T19:18:09.178Z Doc-tests omicron_ledger
110622026-08-13T19:18:09.178Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ledger --test ledger/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ledger -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110632026-08-13T19:18:09.257Z
110642026-08-13T19:18:09.257Zrunning 0 tests
110652026-08-13T19:18:09.257Z
110662026-08-13T19:18:09.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110672026-08-13T19:18:09.257Z
110682026-08-13T19:18:09.269Z Doc-tests omicron_ls_apis
110692026-08-13T19:18:09.269Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-10bcd4e401a48e57.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-a4a9be05835a3dad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1b02ae8ebaab2612.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110702026-08-13T19:18:09.462Z
110712026-08-13T19:18:09.462Zrunning 0 tests
110722026-08-13T19:18:09.462Z
110732026-08-13T19:18:09.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110742026-08-13T19:18:09.462Z
110752026-08-13T19:18:09.482Z Doc-tests omicron_nexus
110762026-08-13T19:18:09.487Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cfa787baded7d87.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e43dbf18d0c69064.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-077b0318a89ac2cf.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-84d7fc5206c9e655.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a0110258e9eab425.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0fddc70dff36124.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f956b265fd8d9f6d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-209ec71be8cbf434.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8aac60bb5c8af5e2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-830fdfd260ccc072.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c8502b8e09467f5d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-109afc1c87a6ad9d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-1326867eea1048ae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c91083b0828266e2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-9bcd053924f709f4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-86886cecffae342c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-47c8870bfd1f6b38.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d339d14d1f4359b3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2099310e83419ff5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1844b1a82699a78c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-540213567e44971a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ab005e5fa1e5fa56.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f7322ac1cb9d2c9a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-00a2c6a4782b16ac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d0015b888ad66e50.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-9225a2d7bb7e36d3.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-5063c455f7b47328.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5e6ed01988a70fdb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6c1e1779770b07e3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-114646b52036f989.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-070d5fe7f972faaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-427915de771f47d1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6c6545aa4d10a902.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-28a8172dc8f0ceba.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-219d508591cabade.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-efad57b518728b9c.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-37dcc524d99da983.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d97ad9a1cfdd926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
110772026-08-13T19:18:17.281Z
110782026-08-13T19:18:17.281Zrunning 6 tests
110792026-08-13T19:18:17.285Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
110802026-08-13T19:18:17.285Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
110812026-08-13T19:18:17.292Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1042) ... ok
110822026-08-13T19:18:17.296Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1072) ... ok
110832026-08-13T19:18:17.296Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 978) ... ok
110842026-08-13T19:18:17.296Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1000) ... ok
110852026-08-13T19:18:17.296Z
110862026-08-13T19:18:17.296Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
110872026-08-13T19:18:17.296Z
110882026-08-13T19:18:17.303Zall doctests ran in 5.78s; merged doctests compilation took 5.75s
110892026-08-13T19:18:17.426Z Doc-tests omicron_ntp_admin
110902026-08-13T19:18:17.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-53196d629a428d66.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-26c7941c8f7cadec.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-485a731a21636f33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-9fc6a4a65d0342d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
110912026-08-13T19:18:17.643Z
110922026-08-13T19:18:17.643Zrunning 1 test
110932026-08-13T19:18:17.646Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
110942026-08-13T19:18:17.646Z
110952026-08-13T19:18:17.646Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110962026-08-13T19:18:17.646Z
110972026-08-13T19:18:17.666Z Doc-tests omicron_package
110982026-08-13T19:18:17.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-b0d67f5b7d2f786d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-26efd48f688978e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1b02ae8ebaab2612.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110992026-08-13T19:18:17.819Z
111002026-08-13T19:18:17.819Zrunning 0 tests
111012026-08-13T19:18:17.819Z
111022026-08-13T19:18:17.819Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111032026-08-13T19:18:17.819Z
111042026-08-13T19:18:17.836Z Doc-tests omicron_passwords
111052026-08-13T19:18:17.839Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-51aa35fe9390e0d1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9896b4076d354df8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111062026-08-13T19:18:17.930Z
111072026-08-13T19:18:17.930Zrunning 0 tests
111082026-08-13T19:18:17.930Z
111092026-08-13T19:18:17.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111102026-08-13T19:18:17.930Z
111112026-08-13T19:18:17.944Z Doc-tests omicron_pins
111122026-08-13T19:18:17.944Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8b1532e0a119ac82.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-09d1ef462c0d2495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111132026-08-13T19:18:18.005Z
111142026-08-13T19:18:18.005Zrunning 0 tests
111152026-08-13T19:18:18.005Z
111162026-08-13T19:18:18.008Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111172026-08-13T19:18:18.008Z
111182026-08-13T19:18:18.014Z Doc-tests omicron_repl_utils
111192026-08-13T19:18:18.014Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-791896356f2730b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111202026-08-13T19:18:18.070Z
111212026-08-13T19:18:18.070Zrunning 0 tests
111222026-08-13T19:18:18.070Z
111232026-08-13T19:18:18.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111242026-08-13T19:18:18.070Z
111252026-08-13T19:18:18.079Z Doc-tests omicron_rpaths
111262026-08-13T19:18:18.079Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ec4ee22359e966f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111272026-08-13T19:18:18.115Z
111282026-08-13T19:18:18.115Zrunning 0 tests
111292026-08-13T19:18:18.115Z
111302026-08-13T19:18:18.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111312026-08-13T19:18:18.115Z
111322026-08-13T19:18:18.122Z Doc-tests omicron_sled_agent
111332026-08-13T19:18:18.125Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-692f9b927538ad0c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-306259acee515851.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9e8d7a087d3d0b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5e40fee6c68cc46e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-065d97533ec2fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-8179f22a1672d354.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4afb0c5ff985967b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-010eaebe9119b4be.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b44d68f53712f034.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6832f1cbe4c648c8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f211664f918dc8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9b072e0be20a462b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-57fdf5ee9a136996.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
111342026-08-13T19:18:19.132Z
111352026-08-13T19:18:19.133Zrunning 0 tests
111362026-08-13T19:18:19.133Z
111372026-08-13T19:18:19.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111382026-08-13T19:18:19.133Z
111392026-08-13T19:18:19.200Z Doc-tests omicron_test_utils
111402026-08-13T19:18:19.200Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-ca42f478fa95b756.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-102a0776435919c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-5a3f5cbd1e52f207.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-d2f5fd122237173f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
111412026-08-13T19:18:30.490Z
111422026-08-13T19:18:30.490Zrunning 2 tests
111432026-08-13T19:18:30.506Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
111442026-08-13T19:18:30.510Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
111452026-08-13T19:18:30.510Z
111462026-08-13T19:18:30.510Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
111472026-08-13T19:18:30.510Z
111482026-08-13T19:18:30.536Z
111492026-08-13T19:18:30.537Zrunning 1 test
111502026-08-13T19:18:30.540Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
111512026-08-13T19:18:30.540Z
111522026-08-13T19:18:30.540Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111532026-08-13T19:18:30.541Z
111542026-08-13T19:18:30.541Zall doctests ran in 10.97s; merged doctests compilation took 10.92s
111552026-08-13T19:18:30.587Z Doc-tests omicron_uuid_kinds
111562026-08-13T19:18:30.587Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-c04320fb3784b81e.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
111572026-08-13T19:18:30.713Z
111582026-08-13T19:18:30.713Zrunning 0 tests
111592026-08-13T19:18:30.713Z
111602026-08-13T19:18:30.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111612026-08-13T19:18:30.713Z
111622026-08-13T19:18:30.726Z Doc-tests omicron_workspace_hack
111632026-08-13T19:18:30.730Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-67f202f8931df806.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-db875f29bc9af157.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-ce3a96d3ea6c45a7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-bfed0203fe4190c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2886e1dc0b075353.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-93ec28f88e11622c.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e34ae4a80beee20a.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4ff26c8222c3ac86.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99f23f8f8e418b35.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-5133dbf086a842c5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f27820eda831d6f5.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1ac12b8fdf940d98.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6794f85062176ed6.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7867bfd6ed03cec.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-23939b7dd09345db.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-debba927ba71dbac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-64c49b69edd2c472.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ace9999e1597e03.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f3f9530a9d58673b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-424c475af672f094.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ba003ee67559afb.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-beb2912c294e80f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-141500626c20febd.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4b5fdaa3dacbe613.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c39bcde3dab748d6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0813ae563d0ff353.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-29fe31c54d5c23c8.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6fae212c3eebe0ee.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2e4f8c83a9c4fa41.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-97beb48c4ad97b54.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-6deeef8a4e774d52.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-23b3cd3cd8639803.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7459907f9cefcd51.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-707727270d7346e8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-71b430fcbfe882d1.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-618273ec1052c787.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c7af5135fc7c0b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cd039ea81abfdbc5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ec4855f8445940c4.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-559d5bd1a97e9944.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-181b0cab43093438.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-f52b23f0e36c311f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8e15305bb1d43b7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-11c54b75ef92e049.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-24e83d82e68417c1.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-870d92e9621d9abf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111642026-08-13T19:18:30.765Z
111652026-08-13T19:18:30.766Zrunning 0 tests
111662026-08-13T19:18:30.766Z
111672026-08-13T19:18:30.766Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111682026-08-13T19:18:30.766Z
111692026-08-13T19:18:30.773Z Doc-tests oxide_client
111702026-08-13T19:18:30.773Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-03fe33356c7745de.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-46b53bc12077f144.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111712026-08-13T19:18:35.075Z
111722026-08-13T19:18:35.076Zrunning 315 tests
111732026-08-13T19:18:35.076Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
111742026-08-13T19:18:35.076Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
111752026-08-13T19:18:35.076Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
111762026-08-13T19:18:35.076Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
111772026-08-13T19:18:35.076Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
111782026-08-13T19:18:35.076Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
111792026-08-13T19:18:35.076Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
111802026-08-13T19:18:35.076Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
111812026-08-13T19:18:35.076Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
111822026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
111832026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
111842026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
111852026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
111862026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
111872026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
111882026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
111892026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
111902026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
111912026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
111922026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
111932026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
111942026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
111952026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
111962026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
111972026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
111982026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
111992026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
112002026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
112012026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
112022026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
112032026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
112042026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
112052026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
112062026-08-13T19:18:35.083Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
112072026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
112082026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
112092026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
112102026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
112112026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
112122026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
112132026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
112142026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
112152026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
112162026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
112172026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
112182026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
112192026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
112202026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
112212026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
112222026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
112232026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
112242026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
112252026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
112262026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
112272026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
112282026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
112292026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
112302026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
112312026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
112322026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
112332026-08-13T19:18:35.084Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
112342026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
112352026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
112362026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
112372026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
112382026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
112392026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
112402026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
112412026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
112422026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
112432026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
112442026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
112452026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
112462026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
112472026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
112482026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
112492026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
112502026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
112512026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
112522026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
112532026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
112542026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
112552026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
112562026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
112572026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
112582026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
112592026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
112602026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
112612026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
112622026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
112632026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
112642026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
112652026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
112662026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
112672026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
112682026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
112692026-08-13T19:18:35.085Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
112702026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
112712026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
112722026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
112732026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
112742026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
112752026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
112762026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
112772026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
112782026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 29) ... ignored
112792026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
112802026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
112812026-08-13T19:18:35.086Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
112822026-08-13T19:18:35.091Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
112832026-08-13T19:18:35.091Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
112842026-08-13T19:18:35.091Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
112852026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
112862026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
112872026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
112882026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
112892026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
112902026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
112912026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
112922026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
112932026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
112942026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
112952026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
112962026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
112972026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
112982026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
112992026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
113002026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
113012026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
113022026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
113032026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
113042026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
113052026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
113062026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
113072026-08-13T19:18:35.092Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
113082026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
113092026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
113102026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
113112026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
113122026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
113132026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
113142026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
113152026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
113162026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
113172026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
113182026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
113192026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
113202026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
113212026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
113222026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
113232026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
113242026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
113252026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
113262026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
113272026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
113282026-08-13T19:18:35.093Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
113292026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
113302026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
113312026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
113322026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
113332026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
113342026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
113352026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
113362026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
113372026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
113382026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
113392026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
113402026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
113412026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
113422026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
113432026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
113442026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
113452026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
113462026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
113472026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
113482026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
113492026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_assign (line 26) ... ignored
113502026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
113512026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
113522026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 30) ... ignored
113532026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
113542026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
113552026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
113562026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
113572026-08-13T19:18:35.094Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
113582026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
113592026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
113602026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
113612026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
113622026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
113632026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
113642026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
113652026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
113662026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
113672026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
113682026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
113692026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
113702026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
113712026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
113722026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
113732026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
113742026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
113752026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
113762026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
113772026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
113782026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
113792026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
113802026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
113812026-08-13T19:18:35.095Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
113822026-08-13T19:18:35.100Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
113832026-08-13T19:18:35.100Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_update (line 28) ... ignored
113842026-08-13T19:18:35.100Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
113852026-08-13T19:18:35.100Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
113862026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
113872026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
113882026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
113892026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
113902026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
113912026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
113922026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
113932026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
113942026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
113952026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
113962026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
113972026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
113982026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
113992026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
114002026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
114012026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
114022026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
114032026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
114042026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
114052026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
114062026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
114072026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
114082026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
114092026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
114102026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
114112026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
114122026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
114132026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
114142026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
114152026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
114162026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
114172026-08-13T19:18:35.101Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
114182026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
114192026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
114202026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
114212026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
114222026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
114232026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
114242026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
114252026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
114262026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
114272026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
114282026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
114292026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
114302026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
114312026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
114322026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
114332026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
114342026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
114352026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
114362026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
114372026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
114382026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
114392026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
114402026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
114412026-08-13T19:18:35.102Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
114422026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
114432026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
114442026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
114452026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
114462026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
114472026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
114482026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
114492026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
114502026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
114512026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
114522026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
114532026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
114542026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
114552026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
114562026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
114572026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
114582026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
114592026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
114602026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
114612026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
114622026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
114632026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
114642026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
114652026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
114662026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
114672026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
114682026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
114692026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
114702026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
114712026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
114722026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
114732026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
114742026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
114752026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
114762026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
114772026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
114782026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
114792026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
114802026-08-13T19:18:35.103Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
114812026-08-13T19:18:35.104Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
114822026-08-13T19:18:35.108Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
114832026-08-13T19:18:35.108Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
114842026-08-13T19:18:35.108Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
114852026-08-13T19:18:35.108Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
114862026-08-13T19:18:35.108Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
114872026-08-13T19:18:35.108Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
114882026-08-13T19:18:35.108Z
114892026-08-13T19:18:35.108Ztest result: ok. 0 passed; 0 failed; 315 ignored; 0 measured; 0 filtered out; finished in 0.00s
114902026-08-13T19:18:35.108Z
114912026-08-13T19:18:35.108Zall doctests ran in 0.59s; merged doctests compilation took 0.59s
114922026-08-13T19:18:35.202Z Doc-tests oximeter
114932026-08-13T19:18:35.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5ddea275cf1ce272.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f2a553f7db2b314d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-fc979145f14541e4.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114942026-08-13T19:18:40.472Z
114952026-08-13T19:18:40.472Zrunning 2 tests
114962026-08-13T19:18:40.476Ztest oximeter/oximeter/src/lib.rs - (line 109) ... ignored
114972026-08-13T19:18:40.476Ztest oximeter/oximeter/src/lib.rs - (line 116) ... ok
114982026-08-13T19:18:40.476Z
114992026-08-13T19:18:40.476Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115002026-08-13T19:18:40.476Z
115012026-08-13T19:18:40.489Zall doctests ran in 5.07s; merged doctests compilation took 5.04s
115022026-08-13T19:18:40.528Z Doc-tests oximeter_api
115032026-08-13T19:18:40.528Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-94e74346c89864b3.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115042026-08-13T19:18:41.074Z
115052026-08-13T19:18:41.074Zrunning 2 tests
115062026-08-13T19:18:41.074Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
115072026-08-13T19:18:41.074Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
115082026-08-13T19:18:41.074Z
115092026-08-13T19:18:41.074Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115102026-08-13T19:18:41.074Z
115112026-08-13T19:18:41.077Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
115122026-08-13T19:18:41.100Z Doc-tests oximeter_client
115132026-08-13T19:18:41.100Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115142026-08-13T19:18:41.374Z
115152026-08-13T19:18:41.374Zrunning 0 tests
115162026-08-13T19:18:41.374Z
115172026-08-13T19:18:41.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115182026-08-13T19:18:41.374Z
115192026-08-13T19:18:41.405Z Doc-tests oximeter_collector
115202026-08-13T19:18:41.405Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-94e74346c89864b3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-d5fb8e9dcbdb77f5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b530eb3c5ad0db1f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115212026-08-13T19:18:41.872Z
115222026-08-13T19:18:41.872Zrunning 0 tests
115232026-08-13T19:18:41.872Z
115242026-08-13T19:18:41.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115252026-08-13T19:18:41.872Z
115262026-08-13T19:18:41.919Z Doc-tests oximeter_db
115272026-08-13T19:18:41.919Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-bec426817e2ea29d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc2e041cb14c45d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-06a96d52232bb510.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4d4a181c14af0587.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ed6c3a27d2a7098f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
115282026-08-13T19:18:42.961Z
115292026-08-13T19:18:42.962Zrunning 3 tests
115302026-08-13T19:18:42.962Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 69) ... ignored
115312026-08-13T19:18:42.962Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 76) ... ignored
115322026-08-13T19:18:42.962Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 82) ... ignored
115332026-08-13T19:18:42.962Z
115342026-08-13T19:18:42.962Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
115352026-08-13T19:18:42.962Z
115362026-08-13T19:18:42.966Z
115372026-08-13T19:18:42.966Zrunning 2 tests
115382026-08-13T19:18:42.966Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 216) ... ignored
115392026-08-13T19:18:42.966Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 51) ... ignored
115402026-08-13T19:18:42.966Z
115412026-08-13T19:18:42.966Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115422026-08-13T19:18:42.966Z
115432026-08-13T19:18:42.966Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
115442026-08-13T19:18:43.015Z Doc-tests oximeter_instruments
115452026-08-13T19:18:43.015Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-51e312b084735a86.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' --document-private-items -D warnings --error-format human`
115462026-08-13T19:18:43.397Z
115472026-08-13T19:18:43.397Zrunning 0 tests
115482026-08-13T19:18:43.397Z
115492026-08-13T19:18:43.397Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115502026-08-13T19:18:43.397Z
115512026-08-13T19:18:43.435Z Doc-tests oximeter_macro_impl
115522026-08-13T19:18:43.436Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5ddea275cf1ce272.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115532026-08-13T19:18:43.492Z
115542026-08-13T19:18:43.492Zrunning 0 tests
115552026-08-13T19:18:43.492Z
115562026-08-13T19:18:43.492Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115572026-08-13T19:18:43.492Z
115582026-08-13T19:18:43.502Z Doc-tests oximeter_producer
115592026-08-13T19:18:43.505Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac0b17a6545ba5bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7548b4ee823eaf8d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f2dab0a26da0d010.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-d12884431cabc8c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115602026-08-13T19:18:43.854Z
115612026-08-13T19:18:43.854Zrunning 0 tests
115622026-08-13T19:18:43.854Z
115632026-08-13T19:18:43.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115642026-08-13T19:18:43.854Z
115652026-08-13T19:18:43.892Z Doc-tests oximeter_producer_api
115662026-08-13T19:18:43.892Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer_api --test oximeter/producer-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-d12884431cabc8c3.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115672026-08-13T19:18:44.436Z
115682026-08-13T19:18:44.436Zrunning 2 tests
115692026-08-13T19:18:44.436Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 23) ... ignored
115702026-08-13T19:18:44.436Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 29) ... ignored
115712026-08-13T19:18:44.436Z
115722026-08-13T19:18:44.436Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115732026-08-13T19:18:44.436Z
115742026-08-13T19:18:44.440Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
115752026-08-13T19:18:44.464Z Doc-tests oximeter_schema
115762026-08-13T19:18:44.464Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f2a553f7db2b314d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115772026-08-13T19:18:44.689Z
115782026-08-13T19:18:44.689Zrunning 0 tests
115792026-08-13T19:18:44.689Z
115802026-08-13T19:18:44.689Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115812026-08-13T19:18:44.689Z
115822026-08-13T19:18:44.711Z Doc-tests oximeter_test_utils
115832026-08-13T19:18:44.711Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0dd065da19d58334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-80af8cb352155cdc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5ddea275cf1ce272.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-63a8d0b60c374e54.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115842026-08-13T19:18:45.069Z
115852026-08-13T19:18:45.069Zrunning 0 tests
115862026-08-13T19:18:45.069Z
115872026-08-13T19:18:45.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115882026-08-13T19:18:45.069Z
115892026-08-13T19:18:45.105Z Doc-tests oximeter_timeseries_macro
115902026-08-13T19:18:45.105Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-65746fe7cae0e698.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-fc979145f14541e4.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3744c3f53da6f5c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115912026-08-13T19:18:45.280Z
115922026-08-13T19:18:45.280Zrunning 0 tests
115932026-08-13T19:18:45.280Z
115942026-08-13T19:18:45.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115952026-08-13T19:18:45.280Z
115962026-08-13T19:18:45.298Z Doc-tests oximeter_types
115972026-08-13T19:18:45.301Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-bae629aae9bb55a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-e11c38ada0dbbe42.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5ddea275cf1ce272.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c06f262ef6f5ca8d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-2f95fa35c22f4bd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115982026-08-13T19:18:45.940Z
115992026-08-13T19:18:45.940Zrunning 11 tests
116002026-08-13T19:18:46.333Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
116012026-08-13T19:18:46.338Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
116022026-08-13T19:18:51.081Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
116032026-08-13T19:18:51.330Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
116042026-08-13T19:18:51.401Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
116052026-08-13T19:18:51.473Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
116062026-08-13T19:18:51.473Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
116072026-08-13T19:18:56.153Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
116082026-08-13T19:18:56.154Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
116092026-08-13T19:18:56.154Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
116102026-08-13T19:18:56.157Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
116112026-08-13T19:18:56.157Z
116122026-08-13T19:18:56.157Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.21s
116132026-08-13T19:18:56.157Z
116142026-08-13T19:18:56.157Zall doctests ran in 10.68s; merged doctests compilation took 0.47s
116152026-08-13T19:18:56.186Z Doc-tests oximeter_types_versions
116162026-08-13T19:18:56.186Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types_versions --test oximeter/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-bae629aae9bb55a7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a96126ac33e8da35.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3690d9b079016242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116172026-08-13T19:18:56.966Z
116182026-08-13T19:18:56.966Zrunning 1 test
116192026-08-13T19:18:56.966Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
116202026-08-13T19:18:56.966Z
116212026-08-13T19:18:56.967Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116222026-08-13T19:18:56.967Z
116232026-08-13T19:18:56.971Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
116242026-08-13T19:18:57.004Z Doc-tests oxlog
116252026-08-13T19:18:57.004Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b4a40116f6df15e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116262026-08-13T19:18:57.051Z
116272026-08-13T19:18:57.051Zrunning 0 tests
116282026-08-13T19:18:57.051Z
116292026-08-13T19:18:57.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116302026-08-13T19:18:57.051Z
116312026-08-13T19:18:57.058Z Doc-tests oxql_types
116322026-08-13T19:18:57.058Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f04d45c327a94db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a14a79de05e65c90.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116332026-08-13T19:18:57.310Z
116342026-08-13T19:18:57.310Zrunning 0 tests
116352026-08-13T19:18:57.310Z
116362026-08-13T19:18:57.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116372026-08-13T19:18:57.310Z
116382026-08-13T19:18:57.333Z Doc-tests parallel_task_set
116392026-08-13T19:18:57.334Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116402026-08-13T19:18:57.381Z
116412026-08-13T19:18:57.381Zrunning 0 tests
116422026-08-13T19:18:57.381Z
116432026-08-13T19:18:57.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116442026-08-13T19:18:57.381Z
116452026-08-13T19:18:57.389Z Doc-tests range_requests
116462026-08-13T19:18:57.389Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-17f8ed7e9131bbc8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116472026-08-13T19:18:57.509Z
116482026-08-13T19:18:57.509Zrunning 0 tests
116492026-08-13T19:18:57.509Z
116502026-08-13T19:18:57.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116512026-08-13T19:18:57.509Z
116522026-08-13T19:18:57.524Z Doc-tests reconfigurator_cli
116532026-08-13T19:18:57.524Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-acbc9bc8b75a59e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4459aa2cd1a902f1.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b2a9e075802d21bb.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-ce20cce40864a756.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-791896356f2730b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1d772d6c71135694.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
116542026-08-13T19:18:57.997Z
116552026-08-13T19:18:57.997Zrunning 0 tests
116562026-08-13T19:18:57.997Z
116572026-08-13T19:18:57.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116582026-08-13T19:18:57.997Z
116592026-08-13T19:18:58.036Z Doc-tests repo_depot_api
116602026-08-13T19:18:58.036Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-65bbd142e02b8c32.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116612026-08-13T19:18:58.564Z
116622026-08-13T19:18:58.564Zrunning 2 tests
116632026-08-13T19:18:58.564Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
116642026-08-13T19:18:58.564Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
116652026-08-13T19:18:58.564Z
116662026-08-13T19:18:58.564Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
116672026-08-13T19:18:58.565Z
116682026-08-13T19:18:58.569Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
116692026-08-13T19:18:58.590Z Doc-tests repo_depot_client
116702026-08-13T19:18:58.590Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8f679f99f6b7ec57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116712026-08-13T19:18:58.725Z
116722026-08-13T19:18:58.725Zrunning 0 tests
116732026-08-13T19:18:58.725Z
116742026-08-13T19:18:58.725Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116752026-08-13T19:18:58.725Z
116762026-08-13T19:18:58.742Z Doc-tests sled_agent_api
116772026-08-13T19:18:58.742Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a8fed560816d89da.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116782026-08-13T19:18:59.400Z
116792026-08-13T19:18:59.400Zrunning 2 tests
116802026-08-13T19:18:59.400Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 120) ... ignored
116812026-08-13T19:18:59.400Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 126) ... ignored
116822026-08-13T19:18:59.400Z
116832026-08-13T19:18:59.400Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
116842026-08-13T19:18:59.400Z
116852026-08-13T19:18:59.404Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
116862026-08-13T19:18:59.433Z Doc-tests sled_agent_client
116872026-08-13T19:18:59.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-890f723f5af72411.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116882026-08-13T19:19:00.874Z
116892026-08-13T19:19:00.874Zrunning 0 tests
116902026-08-13T19:19:00.874Z
116912026-08-13T19:19:00.874Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116922026-08-13T19:19:00.874Z
116932026-08-13T19:19:00.933Z Doc-tests sled_agent_config_reconciler
116942026-08-13T19:19:00.933Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-3e1e4d973b593507.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
116952026-08-13T19:19:01.393Z
116962026-08-13T19:19:01.393Zrunning 0 tests
116972026-08-13T19:19:01.393Z
116982026-08-13T19:19:01.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116992026-08-13T19:19:01.393Z
117002026-08-13T19:19:01.432Z Doc-tests sled_agent_early_networking
117012026-08-13T19:19:01.432Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_early_networking --test sled-agent/early-networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/early-networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-7050b6bb7f3bf1f9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117022026-08-13T19:19:01.681Z
117032026-08-13T19:19:01.681Zrunning 0 tests
117042026-08-13T19:19:01.681Z
117052026-08-13T19:19:01.681Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117062026-08-13T19:19:01.681Z
117072026-08-13T19:19:01.708Z Doc-tests sled_agent_health_monitor
117082026-08-13T19:19:01.708Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5f0ebfd02a7691c1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4b2c2877e45803f2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117092026-08-13T19:19:01.921Z
117102026-08-13T19:19:01.922Zrunning 0 tests
117112026-08-13T19:19:01.922Z
117122026-08-13T19:19:01.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117132026-08-13T19:19:01.922Z
117142026-08-13T19:19:01.945Z Doc-tests sled_agent_measurements
117152026-08-13T19:19:01.945Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
117162026-08-13T19:19:02.204Z
117172026-08-13T19:19:02.205Zrunning 0 tests
117182026-08-13T19:19:02.205Z
117192026-08-13T19:19:02.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117202026-08-13T19:19:02.205Z
117212026-08-13T19:19:02.233Z Doc-tests sled_agent_rack_setup
117222026-08-13T19:19:02.233Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_rack_setup --test sled-agent/rack-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/rack-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d057ef516e0c8612.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-26f9bcf737c01762.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0ef6e51e022d4388.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ea798709edfdb72e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-f6a8456751bd05bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f16682e1ab282a46.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-40adb9f571a764ba.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117232026-08-13T19:19:02.628Z
117242026-08-13T19:19:02.628Zrunning 0 tests
117252026-08-13T19:19:02.628Z
117262026-08-13T19:19:02.628Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117272026-08-13T19:19:02.628Z
117282026-08-13T19:19:02.666Z Doc-tests sled_agent_resolvable_files
117292026-08-13T19:19:02.670Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117302026-08-13T19:19:02.937Z
117312026-08-13T19:19:02.937Zrunning 0 tests
117322026-08-13T19:19:02.937Z
117332026-08-13T19:19:02.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117342026-08-13T19:19:02.938Z
117352026-08-13T19:19:02.966Z Doc-tests sled_agent_resolvable_files_examples
117362026-08-13T19:19:02.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-2ff4bd99a782149a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117372026-08-13T19:19:03.154Z
117382026-08-13T19:19:03.154Zrunning 0 tests
117392026-08-13T19:19:03.154Z
117402026-08-13T19:19:03.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117412026-08-13T19:19:03.154Z
117422026-08-13T19:19:03.173Z Doc-tests sled_agent_scrimlet_reconcilers
117432026-08-13T19:19:03.173Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_scrimlet_reconcilers --test sled-agent/scrimlet-reconcilers/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7af714afe7e3efec.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-417c30950269cb98.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-c6499648ed0af3bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-ae4ec8d297e69b4c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-78106cf19d4486ff.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
117442026-08-13T19:19:03.497Z
117452026-08-13T19:19:03.497Zrunning 0 tests
117462026-08-13T19:19:03.497Z
117472026-08-13T19:19:03.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117482026-08-13T19:19:03.497Z
117492026-08-13T19:19:03.526Z Doc-tests sled_agent_types
117502026-08-13T19:19:03.526Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-ce3a96d3ea6c45a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
117512026-08-13T19:19:03.780Z
117522026-08-13T19:19:03.780Zrunning 0 tests
117532026-08-13T19:19:03.780Z
117542026-08-13T19:19:03.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117552026-08-13T19:19:03.780Z
117562026-08-13T19:19:03.803Z Doc-tests sled_agent_types_versions
117572026-08-13T19:19:03.803Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-ce3a96d3ea6c45a7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-240b047a69529295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-a8be13afb8431486.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b5f67ee1d1a700fd.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-820cd6b3ee5a330a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
117582026-08-13T19:19:05.998Z
117592026-08-13T19:19:05.998Zrunning 1 test
117602026-08-13T19:19:05.998Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
117612026-08-13T19:19:05.998Z
117622026-08-13T19:19:05.998Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
117632026-08-13T19:19:05.998Z
117642026-08-13T19:19:06.002Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
117652026-08-13T19:19:06.082Z Doc-tests sled_diagnostics
117662026-08-13T19:19:06.082Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b4a40116f6df15e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-56ae6a0c70d51e92.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-57fdf5ee9a136996.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117672026-08-13T19:19:06.343Z
117682026-08-13T19:19:06.343Zrunning 0 tests
117692026-08-13T19:19:06.343Z
117702026-08-13T19:19:06.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117712026-08-13T19:19:06.343Z
117722026-08-13T19:19:06.371Z Doc-tests sled_hardware
117732026-08-13T19:19:06.371Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7428413208f54b5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14e07d7419006893.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-553a454e71cd2446.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fde5535ea3092390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
117742026-08-13T19:19:06.672Z
117752026-08-13T19:19:06.672Zrunning 0 tests
117762026-08-13T19:19:06.672Z
117772026-08-13T19:19:06.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117782026-08-13T19:19:06.673Z
117792026-08-13T19:19:06.701Z Doc-tests sled_hardware_types
117802026-08-13T19:19:06.701Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
117812026-08-13T19:19:06.801Z
117822026-08-13T19:19:06.801Zrunning 0 tests
117832026-08-13T19:19:06.801Z
117842026-08-13T19:19:06.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117852026-08-13T19:19:06.801Z
117862026-08-13T19:19:06.814Z Doc-tests sled_storage
117872026-08-13T19:19:06.817Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-53496c106c9212b3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
117882026-08-13T19:19:07.077Z
117892026-08-13T19:19:07.077Zrunning 0 tests
117902026-08-13T19:19:07.077Z
117912026-08-13T19:19:07.077Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117922026-08-13T19:19:07.077Z
117932026-08-13T19:19:07.105Z Doc-tests sp_sim
117942026-08-13T19:19:07.105Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eb60c353522be4c8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5423704e084bc694.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-ef02baca9867f495.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ae81451c44d6552.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117952026-08-13T19:19:07.556Z
117962026-08-13T19:19:07.557Zrunning 0 tests
117972026-08-13T19:19:07.557Z
117982026-08-13T19:19:07.557Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117992026-08-13T19:19:07.557Z
118002026-08-13T19:19:07.600Z Doc-tests support_bundle_collection
118012026-08-13T19:19:07.600Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name support_bundle_collection --test support-bundle-collection/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/support-bundle-collection -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7e3591d9f3b9291f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0ffe754466f5b32.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-596930b550e71afb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c65e4574c22fe40.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1eea0f7de94b824f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2fba154513e37288.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6b5736b7f36f7c17.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-7482951b7c936d71.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cfd7b14b089956db.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
118022026-08-13T19:19:08.031Z
118032026-08-13T19:19:08.031Zrunning 0 tests
118042026-08-13T19:19:08.031Z
118052026-08-13T19:19:08.031Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118062026-08-13T19:19:08.031Z
118072026-08-13T19:19:08.072Z Doc-tests transient_dns_server
118082026-08-13T19:19:08.072Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name transient_dns_server --test dns-server/transient/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server/transient -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0fe3823725d3403c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-09aa756e63c64daf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bc5f1d7843af69d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-11aa6269ea131373.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118092026-08-13T19:19:08.271Z
118102026-08-13T19:19:08.271Zrunning 0 tests
118112026-08-13T19:19:08.271Z
118122026-08-13T19:19:08.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118132026-08-13T19:19:08.271Z
118142026-08-13T19:19:08.298Z Doc-tests trust_quorum
118152026-08-13T19:19:08.298Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-146947455728d327.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4d81eebe3872c18f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e8429cd8e61f34af.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e252e643a3312adf.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-19199e3d834caa2a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0d800f94e92451dc.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-6a7623ea2e665cd2.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118162026-08-13T19:19:08.641Z
118172026-08-13T19:19:08.641Zrunning 0 tests
118182026-08-13T19:19:08.641Z
118192026-08-13T19:19:08.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118202026-08-13T19:19:08.641Z
118212026-08-13T19:19:08.673Z Doc-tests trust_quorum_protocol
118222026-08-13T19:19:08.673Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-146947455728d327.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae60328d0e9ebd86.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2be48be4a3be1be5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c5852fcb3773fec3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-6a7623ea2e665cd2.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
118232026-08-13T19:19:08.909Z
118242026-08-13T19:19:08.909Zrunning 0 tests
118252026-08-13T19:19:08.909Z
118262026-08-13T19:19:08.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118272026-08-13T19:19:08.909Z
118282026-08-13T19:19:08.931Z Doc-tests trust_quorum_test_utils
118292026-08-13T19:19:08.931Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-91aa9938d09460bd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-da915e2a919d4aef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f5b1c8a71fb72328.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-6a7623ea2e665cd2.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118302026-08-13T19:19:09.090Z
118312026-08-13T19:19:09.090Zrunning 0 tests
118322026-08-13T19:19:09.090Z
118332026-08-13T19:19:09.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118342026-08-13T19:19:09.090Z
118352026-08-13T19:19:09.107Z Doc-tests trust_quorum_types
118362026-08-13T19:19:09.107Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types --test trust-quorum/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-3eb4f67620303368.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-820cd6b3ee5a330a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118372026-08-13T19:19:09.203Z
118382026-08-13T19:19:09.203Zrunning 0 tests
118392026-08-13T19:19:09.203Z
118402026-08-13T19:19:09.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118412026-08-13T19:19:09.203Z
118422026-08-13T19:19:09.216Z Doc-tests trust_quorum_types_versions
118432026-08-13T19:19:09.217Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types_versions --test trust-quorum/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-ce3a96d3ea6c45a7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-e69b9d21c496cab0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-e1f4ae76484f75de.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4dfcd6b0820bab3b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-820cd6b3ee5a330a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
118442026-08-13T19:19:09.779Z
118452026-08-13T19:19:09.779Zrunning 1 test
118462026-08-13T19:19:09.779Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
118472026-08-13T19:19:09.779Z
118482026-08-13T19:19:09.779Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118492026-08-13T19:19:09.779Z
118502026-08-13T19:19:09.783Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
118512026-08-13T19:19:09.803Z Doc-tests typed_rng
118522026-08-13T19:19:09.803Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-bb7cae00c85f3c85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5e945bd05013491e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-aea795aaff2a7145.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118532026-08-13T19:19:09.870Z
118542026-08-13T19:19:09.870Zrunning 0 tests
118552026-08-13T19:19:09.870Z
118562026-08-13T19:19:09.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118572026-08-13T19:19:09.870Z
118582026-08-13T19:19:09.964Z Doc-tests wicket
118592026-08-13T19:19:09.964Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-f48a037a0229277d.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-d7331ef1ea4c532f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f781436d4669f07c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f5264117d8c44aaa.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-59fa58f37c5d8bbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4d3b2d088fd28791.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118602026-08-13T19:19:10.377Z
118612026-08-13T19:19:10.378Zrunning 0 tests
118622026-08-13T19:19:10.378Z
118632026-08-13T19:19:10.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118642026-08-13T19:19:10.378Z
118652026-08-13T19:19:10.418Z Doc-tests wicket_common
118662026-08-13T19:19:10.418Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118672026-08-13T19:19:10.791Z
118682026-08-13T19:19:10.791Zrunning 0 tests
118692026-08-13T19:19:10.791Z
118702026-08-13T19:19:10.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118712026-08-13T19:19:10.791Z
118722026-08-13T19:19:10.822Z Doc-tests wicket_dbg
118732026-08-13T19:19:10.822Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fefc6777a713c6c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-5a94eeaee0c4fb51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-194435b6ea5ec4a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c2137c19b537a351.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-adbe1d856e446a5f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118742026-08-13T19:19:11.090Z
118752026-08-13T19:19:11.090Zrunning 0 tests
118762026-08-13T19:19:11.090Z
118772026-08-13T19:19:11.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118782026-08-13T19:19:11.090Z
118792026-08-13T19:19:11.117Z Doc-tests wicketd
118802026-08-13T19:19:11.120Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-630875ea00ad1470.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-635f92619abce321.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9314db3b26bbab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b0644021d9746fe3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-083464a1a085e4df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-daca8ac59d4197f2.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-55fef3d55fe9c806.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7cbd529629efb272.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c65177d768ace70c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-939181460a661ce0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9e24e2661f199b87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f025dca8d3ce7f5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6af8764b353113cf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3cca34384f059533.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4bce20c47d32ea84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-315ea350c6794505.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d8632b5edf3c934f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-43d2e31283947ec2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f31103fc1cf48ae3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2fc95744e7166ac0.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-bdefc8f0c020360c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0c3bb70ef5ad5324.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-14893f707f028a35.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-b9ab3050b049f168.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-65397eb0697ef1db.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0b45a5c82fc82255.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-78600561ff598267.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-843d3021399c4de9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2bf51919f23ce3e9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b1902ca7fea2af9b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-29127200b1b06197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e60d51657e14e6dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6c2b12a8d9a6911a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-08aebd8189b2882d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fc011d5ca6f330ab.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c4bad40999d70b3b.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-59fa58f37c5d8bbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118812026-08-13T19:19:11.568Z
118822026-08-13T19:19:11.568Zrunning 0 tests
118832026-08-13T19:19:11.568Z
118842026-08-13T19:19:11.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118852026-08-13T19:19:11.568Z
118862026-08-13T19:19:11.608Z Doc-tests wicketd_api
118872026-08-13T19:19:11.608Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-909c5e8b125dae04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a17d07c610080f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fc011d5ca6f330ab.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118882026-08-13T19:19:12.250Z
118892026-08-13T19:19:12.250Zrunning 2 tests
118902026-08-13T19:19:12.250Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
118912026-08-13T19:19:12.250Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
118922026-08-13T19:19:12.250Z
118932026-08-13T19:19:12.250Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118942026-08-13T19:19:12.250Z
118952026-08-13T19:19:12.254Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
118962026-08-13T19:19:12.285Z Doc-tests wicketd_client
118972026-08-13T19:19:12.288Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b596dcd068b95e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d183349b57d5c869.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-2a0a846dd40ddcf6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23acc562f0b10a33.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-39aba36a4613d19d.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118982026-08-13T19:19:13.370Z
118992026-08-13T19:19:13.371Zrunning 0 tests
119002026-08-13T19:19:13.371Z
119012026-08-13T19:19:13.371Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119022026-08-13T19:19:13.371Z
119032026-08-13T19:19:13.421Z Doc-tests wicketd_commission_api
119042026-08-13T19:19:13.421Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_api --test wicketd-commission-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-d8c2a112864a793d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c4bad40999d70b3b.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119052026-08-13T19:19:13.991Z
119062026-08-13T19:19:13.991Zrunning 2 tests
119072026-08-13T19:19:13.991Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::api_description (line 61) ... ignored
119082026-08-13T19:19:13.991Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::stub_api_description (line 67) ... ignored
119092026-08-13T19:19:13.991Z
119102026-08-13T19:19:13.991Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119112026-08-13T19:19:13.991Z
119122026-08-13T19:19:13.995Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
119132026-08-13T19:19:14.018Z Doc-tests wicketd_commission_client
119142026-08-13T19:19:14.018Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_client --test clients/wicketd-commission-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-commission-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-adb8afa987974f71.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-59fa58f37c5d8bbf.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119152026-08-13T19:19:14.367Z
119162026-08-13T19:19:14.367Zrunning 0 tests
119172026-08-13T19:19:14.367Z
119182026-08-13T19:19:14.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119192026-08-13T19:19:14.367Z
119202026-08-13T19:19:14.395Z Doc-tests wicketd_commission_types
119212026-08-13T19:19:14.399Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types --test wicketd-commission-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-af9e2da634a49dc0.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119222026-08-13T19:19:14.578Z
119232026-08-13T19:19:14.578Zrunning 0 tests
119242026-08-13T19:19:14.578Z
119252026-08-13T19:19:14.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119262026-08-13T19:19:14.578Z
119272026-08-13T19:19:14.599Z Doc-tests wicketd_commission_types_versions
119282026-08-13T19:19:14.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types_versions --test wicketd-commission-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-63c902bdc9119a23.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-64a8db085f16dbc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48965957da5cfc7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0ae155161a92cd4d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-1afc3372931728a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d6b59a0477c81f00.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-9c0df51727b96d34.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119292026-08-13T19:19:15.500Z
119302026-08-13T19:19:15.500Zrunning 1 test
119312026-08-13T19:19:15.501Ztest wicketd-commission-types/versions/src/lib.rs - (line 17) ... ignored
119322026-08-13T19:19:15.501Z
119332026-08-13T19:19:15.501Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119342026-08-13T19:19:15.501Z
119352026-08-13T19:19:15.504Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
119362026-08-13T19:19:15.541Z Doc-tests xtask_downloader
119372026-08-13T19:19:15.541Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a2e1934b62ace1e3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-614f534e40b40698.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-e525fca1382527c5.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119382026-08-13T19:19:15.653Z
119392026-08-13T19:19:15.653Zrunning 1 test
119402026-08-13T19:19:15.656Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
119412026-08-13T19:19:15.656Z
119422026-08-13T19:19:15.657Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119432026-08-13T19:19:15.657Z
119442026-08-13T19:19:15.666Z Doc-tests zfs_test_harness
119452026-08-13T19:19:15.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61d40eb247d93516.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8284c562c1e9c871.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-36101e22595a9dd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1c0d194526cdad98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-57fdf5ee9a136996.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119462026-08-13T19:19:15.898Z
119472026-08-13T19:19:15.898Zrunning 0 tests
119482026-08-13T19:19:15.898Z
119492026-08-13T19:19:15.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119502026-08-13T19:19:15.898Z
119512026-08-13T19:19:15.923Z Doc-tests zone_setup
119522026-08-13T19:19:15.923Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ed57f8967b351c78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-8a9e02ae24a3d662.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d4c30dc959312179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebffc00aaf124159.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-70597c42f157bec4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f856bebe00d4a68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-c35ca360204dba39.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-10a95aeebd900c6c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e4ab34ea92f8a87c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-67253d82212dd208.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a206d36794889548.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-647ac05d49bd5831.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-7628f5c0ce279786.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b31694965d06d1e0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-d5746a90f4b2c91b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119532026-08-13T19:19:16.138Z
119542026-08-13T19:19:16.138Zrunning 0 tests
119552026-08-13T19:19:16.138Z
119562026-08-13T19:19:16.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119572026-08-13T19:19:16.138Z
119582026-08-13T19:19:16.237Z
119592026-08-13T19:19:16.241Zreal 2:33.777814050
119602026-08-13T19:19:16.241Zuser 2:03.167066057
119612026-08-13T19:19:16.241Zsys 58.011327830
119622026-08-13T19:19:16.241Ztrap 0.014950332
119632026-08-13T19:19:16.241Ztflt 0.839686387
119642026-08-13T19:19:16.241Zdflt 0.196775570
119652026-08-13T19:19:16.241Zkflt 0.000041820
119662026-08-13T19:19:16.241Zlock 12:25.006852957
119672026-08-13T19:19:16.241Zslp 15:03.204297176
119682026-08-13T19:19:16.241Zlat 0.259587538
119692026-08-13T19:19:16.241Zstop 4.499002705
119702026-08-13T19:19:16.241Z+ banner 'check schema migration cleanup'
119712026-08-13T19:19:16.241Z
119722026-08-13T19:19:16.241Z #### # # ###### #### # # #### #### # # ######
119732026-08-13T19:19:16.241Z # # # # # # # # # # # # # # #
119742026-08-13T19:19:16.241Z # ###### ##### # #### #### # ###### #####
119752026-08-13T19:19:16.241Z # # # # # # # # # # # #
119762026-08-13T19:19:16.241Z # # # # # # # # # # # # # # # #
119772026-08-13T19:19:16.241Z #### # # ###### #### # # #### #### # # ######
119782026-08-13T19:19:16.241Z
119792026-08-13T19:19:16.241Z+ ptime -m cargo xtask schema old-migrations
119802026-08-13T19:19:16.744Z Compiling serde_core v1.0.228
119812026-08-13T19:19:16.744Z Compiling libc v0.2.185
119822026-08-13T19:19:16.744Z Compiling serde v1.0.228
119832026-08-13T19:19:16.748Z Compiling rustix v1.1.3
119842026-08-13T19:19:16.748Z Compiling bitflags v2.11.0
119852026-08-13T19:19:16.748Z Compiling serde_json v1.0.151
119862026-08-13T19:19:16.748Z Compiling syn v1.0.109
119872026-08-13T19:19:16.748Z Compiling getrandom v0.4.1
119882026-08-13T19:19:16.748Z Compiling log v0.4.29
119892026-08-13T19:19:16.953Z Compiling usdt-impl v0.5.0
119902026-08-13T19:19:16.963Z Compiling indexmap v2.14.0
119912026-08-13T19:19:16.978Z Compiling fs-err v3.3.0
119922026-08-13T19:19:16.992Z Compiling once_cell v1.21.3
119932026-08-13T19:19:16.997Z Compiling heck v0.4.1
119942026-08-13T19:19:17.019Z Compiling anyhow v1.0.102
119952026-08-13T19:19:17.033Z Compiling syn v2.0.117
119962026-08-13T19:19:17.657Z Compiling errno v0.3.14
119972026-08-13T19:19:17.657Z Compiling thread-id v4.2.2
119982026-08-13T19:19:17.661Z Compiling memmap v0.7.0
119992026-08-13T19:19:18.393Z Compiling proc-macro-error v1.0.4
120002026-08-13T19:19:18.574Z Compiling terminal_size v0.4.3
120012026-08-13T19:19:18.574Z Compiling tempfile v3.25.0
120022026-08-13T19:19:18.690Z Compiling clap_builder v4.6.0
120032026-08-13T19:19:18.690Z Compiling textwrap v0.16.2
120042026-08-13T19:19:18.746Z Compiling tabled_derive v0.7.0
120052026-08-13T19:19:18.846Z Compiling camino v1.2.2
120062026-08-13T19:19:18.846Z Compiling semver v1.0.28
120072026-08-13T19:19:18.850Z Compiling cargo-platform v0.3.2
120082026-08-13T19:19:19.100Z Compiling pest_generator v2.8.6
120092026-08-13T19:19:19.129Z Compiling camino-tempfile v1.4.1
120102026-08-13T19:19:19.590Z Compiling tabled v0.15.0
120112026-08-13T19:19:19.625Z Compiling serde_derive v1.0.228
120122026-08-13T19:19:19.625Z Compiling thiserror-impl v1.0.69
120132026-08-13T19:19:19.628Z Compiling zerocopy-derive v0.7.35
120142026-08-13T19:19:19.628Z Compiling scroll_derive v0.12.1
120152026-08-13T19:19:19.628Z Compiling thiserror-impl v2.0.18
120162026-08-13T19:19:19.628Z Compiling clap_derive v4.6.1
120172026-08-13T19:19:19.651Z Compiling pest_derive v2.8.6
120182026-08-13T19:19:20.358Z Compiling scroll v0.12.0
120192026-08-13T19:19:20.487Z Compiling zerocopy v0.7.35
120202026-08-13T19:19:20.584Z Compiling goblin v0.8.2
120212026-08-13T19:19:20.679Z Compiling thiserror v1.0.69
120222026-08-13T19:19:20.769Z Compiling dtrace-parser v0.2.0
120232026-08-13T19:19:20.812Z Compiling thiserror v2.0.18
120242026-08-13T19:19:21.119Z Compiling clap v4.6.1
120252026-08-13T19:19:22.123Z Compiling toml_datetime v0.6.11
120262026-08-13T19:19:22.124Z Compiling serde_spanned v0.6.9
120272026-08-13T19:19:22.127Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
120282026-08-13T19:19:22.127Z Compiling cargo_metadata v0.23.1
120292026-08-13T19:19:22.128Z Compiling macaddr v1.0.1
120302026-08-13T19:19:22.147Z Compiling dof v0.3.0
120312026-08-13T19:19:22.151Z Compiling serde_tokenstream v0.2.3
120322026-08-13T19:19:22.353Z Compiling toml_edit v0.22.27
120332026-08-13T19:19:22.855Z Compiling usdt-macro v0.5.0
120342026-08-13T19:19:22.859Z Compiling usdt-attr-macro v0.5.0
120352026-08-13T19:19:23.585Z Compiling toml v0.8.23
120362026-08-13T19:19:23.624Z Compiling usdt v0.5.0
120372026-08-13T19:19:23.905Z Compiling cargo_toml v0.21.0
120382026-08-13T19:19:25.232Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
120392026-08-13T19:19:27.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
120402026-08-13T19:19:27.894Z Running `target/debug/xtask schema old-migrations`
120412026-08-13T19:19:28.849Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
120422026-08-13T19:19:29.030Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
120432026-08-13T19:19:29.030Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
120442026-08-13T19:19:29.069Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
120452026-08-13T19:19:29.574Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
120462026-08-13T19:19:29.574Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
120472026-08-13T19:19:36.853Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
120482026-08-13T19:19:36.853Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
120492026-08-13T19:19:36.853Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
120502026-08-13T19:19:37.716Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
120512026-08-13T19:19:37.716Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
120522026-08-13T19:19:37.719Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
120532026-08-13T19:19:38.916Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
120542026-08-13T19:19:39.153Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
120552026-08-13T19:19:46.535Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
120562026-08-13T19:19:55.127Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
120572026-08-13T19:19:56.751Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
120582026-08-13T19:20:31.743Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
120592026-08-13T19:20:43.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
120602026-08-13T19:20:43.505Z Running `target/debug/schema old-migrations`
120612026-08-13T19:20:43.566ZIdentifying old migrations that can be removed
120622026-08-13T19:20:43.671ZBase schema version: 148.0.0
120632026-08-13T19:20:43.675ZOK: No old migrations found
120642026-08-13T19:20:43.678Z
120652026-08-13T19:20:43.678Zreal 1:27.429137207
120662026-08-13T19:20:43.678Zuser 2:42.436245234
120672026-08-13T19:20:43.678Zsys 27.293567715
120682026-08-13T19:20:43.678Ztrap 0.022800128
120692026-08-13T19:20:43.678Ztflt 0.627933202
120702026-08-13T19:20:43.678Zdflt 1.558424458
120712026-08-13T19:20:43.678Zkflt 0.000050400
120722026-08-13T19:20:43.678Zlock 12:20.122487146
120732026-08-13T19:20:43.678Zslp 5:37.772508717
120742026-08-13T19:20:43.678Zlat 0.323799473
120752026-08-13T19:20:43.678Zstop 18.012102094
120762026-08-13T19:20:43.678Z+ [[ illumos == \i\l\l\u\m\o\s ]]
120772026-08-13T19:20:43.678Z+ banner live-test
120782026-08-13T19:20:43.682Z
120792026-08-13T19:20:43.682Z # # # # ###### ##### ###### #### #####
120802026-08-13T19:20:43.682Z # # # # # # # # #
120812026-08-13T19:20:43.682Z # # # # ##### ##### # ##### #### #
120822026-08-13T19:20:43.682Z # # # # # # # # #
120832026-08-13T19:20:43.682Z # # # # # # # # # #
120842026-08-13T19:20:43.682Z ###### # ## ###### # ###### #### #
120852026-08-13T19:20:43.682Z
120862026-08-13T19:20:43.682Z+ ptime -m cargo xtask live-tests
120872026-08-13T19:20:44.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
120882026-08-13T19:20:44.192Z Running `target/debug/xtask live-tests`
120892026-08-13T19:20:44.232Zusing temporary directory: /var/tmp/omicron_tmp/.tmprGdsFF
120902026-08-13T19:20:44.233Zwill create archive file: /var/tmp/omicron_tmp/.tmprGdsFF/live-tests-archive/omicron-live-tests.tar.zst
120912026-08-13T19:20:44.233Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
120922026-08-13T19:20:44.233Z
120932026-08-13T19:20:44.238Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmprGdsFF/live-tests-archive/omicron-live-tests.tar.zst"
120942026-08-13T19:20:46.172Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
120952026-08-13T19:20:46.176Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
120962026-08-13T19:20:46.315Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
120972026-08-13T19:20:46.333Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
120982026-08-13T19:20:46.336Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
120992026-08-13T19:20:46.336Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
121002026-08-13T19:20:46.385Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
121012026-08-13T19:20:46.386Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
121022026-08-13T19:20:46.412Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
121032026-08-13T19:20:46.412Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
121042026-08-13T19:20:46.416Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
121052026-08-13T19:20:47.475Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
121062026-08-13T19:20:48.181Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
121072026-08-13T19:20:51.600Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
121082026-08-13T19:20:51.600Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
121092026-08-13T19:20:52.644Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
121102026-08-13T19:21:23.917Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
121112026-08-13T19:21:24.480Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
121122026-08-13T19:21:26.855Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
121132026-08-13T19:21:27.466Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
121142026-08-13T19:21:56.047Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
121152026-08-13T19:22:03.333Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
121162026-08-13T19:22:25.490Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 40s
121172026-08-13T19:22:25.691Zinfo: experimental features enabled: setup-scripts, benchmarks
121182026-08-13T19:22:25.697Z Archiving 2 binaries, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmprGdsFF/live-tests-archive/omicron-live-tests.tar.zst
121192026-08-13T19:22:26.397Z Archived 402 files to /var/tmp/omicron_tmp/.tmprGdsFF/live-tests-archive/omicron-live-tests.tar.zst in 0.70s
121202026-08-13T19:22:26.484Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmprGdsFF/live-tests-archive\""
121212026-08-13T19:22:26.495Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmprGdsFF" "live-tests-archive"
121222026-08-13T19:22:26.679Zcreated:
121232026-08-13T19:22:26.679ZTo use this:
121242026-08-13T19:22:26.679Z
121252026-08-13T19:22:26.679Z1. Copy the tarball to the switch zone in a deployed Omicron system.
121262026-08-13T19:22:26.679Z
121272026-08-13T19:22:26.679Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
121282026-08-13T19:22:26.683Z e.g., scp \
121292026-08-13T19:22:26.683Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
121302026-08-13T19:22:26.683Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
121312026-08-13T19:22:26.683Z
121322026-08-13T19:22:26.683Z2. Copy the `cargo-nextest` binary to the same place.
121332026-08-13T19:22:26.683Z
121342026-08-13T19:22:26.683Z e.g., scp \
121352026-08-13T19:22:26.683Z $(which cargo-nextest) \
121362026-08-13T19:22:26.683Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
121372026-08-13T19:22:26.683Z
121382026-08-13T19:22:26.683Z3. From the switch zone on that system, unpack the tarball with:
121392026-08-13T19:22:26.683Z
121402026-08-13T19:22:26.683Z tar xzf live-tests-archive.tgz
121412026-08-13T19:22:26.683Z
121422026-08-13T19:22:26.683Z4. From the switch zone on that system, run tests with:
121432026-08-13T19:22:26.683Z
121442026-08-13T19:22:26.683Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
121452026-08-13T19:22:26.683Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
121462026-08-13T19:22:26.683Z --workspace-remap live-tests-archive
121472026-08-13T19:22:26.683Z
121482026-08-13T19:22:26.683Z
121492026-08-13T19:22:26.683Zreal 1:42.997428100
121502026-08-13T19:22:26.683Zuser 2:43.229507802
121512026-08-13T19:22:26.683Zsys 26.472410146
121522026-08-13T19:22:26.683Ztrap 0.023200501
121532026-08-13T19:22:26.683Ztflt 0.258900814
121542026-08-13T19:22:26.683Zdflt 1.046501049
121552026-08-13T19:22:26.683Zkflt 0.000000000
121562026-08-13T19:22:26.683Zlock 14:23.860255127
121572026-08-13T19:22:26.683Zslp 10:12.832103957
121582026-08-13T19:22:26.684Zlat 0.230089574
121592026-08-13T19:22:26.684Zstop 5.523613085
121602026-08-13T19:22:26.684Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
121612026-08-13T19:22:26.687Z+ unset TMPDIR
121622026-08-13T19:22:26.687Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
121632026-08-13T19:22:26.687Zfiles in /var/tmp/omicron_tmp (none expected on success):
121642026-08-13T19:22:26.687Z+ find /var/tmp/omicron_tmp -ls
121652026-08-13T19:22:26.691Z134060 32 drwxr-xr-x 2 build build 2 Aug 13 19:22 /var/tmp/omicron_tmp
121662026-08-13T19:22:26.691Z+ rmdir /var/tmp/omicron_tmp
121672026-08-13T19:22:26.695Zprocess exited: duration 1959572 ms, exit code 0
 
121682026-08-13T19:22:26.711Zfound 6 output files
121692026-08-13T19:22:26.711Zuploading: /work/cargo-build-analysis.jsonl (1798759 bytes)
121702026-08-13T19:22:27.738Zuploaded: /work/cargo-build-analysis.jsonl
121712026-08-13T19:22:27.738Zuploading: /work/environment.json (108 bytes)
121722026-08-13T19:22:28.750Zuploaded: /work/environment.json
121732026-08-13T19:22:28.750Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (652508 bytes)
121742026-08-13T19:22:29.775Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
121752026-08-13T19:22:29.775Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (281143808 bytes)
121762026-08-13T19:22:37.320Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
121772026-08-13T19:22:37.320Zuploading: /tmp/nextest-run-archive.zip (3162544 bytes)
121782026-08-13T19:22:38.356Zuploaded: /tmp/nextest-run-archive.zip
121792026-08-13T19:22:38.356Zuploading: /tmp/nextest-chrome-trace.json (4153970 bytes)
121802026-08-13T19:22:39.405Zuploaded: /tmp/nextest-chrome-trace.json